Leandro Hermida wrote:
Hi,

Sorry to chime in in the middle, something is up with your Perl. Using the same Perl that have used to build your BioMart and run the BioMart configure script, try the following:

perl -e 'use DB_File;'
or
perl -MDB_File

do you get the same error?
Ensembl got round this issue by commenting the line out the use DB_File in the mart code (along with a number of other tweaks we make) to remove this necessity - as we use MySQL sessions anyway.


Reply via email to