Subject: | Problem with Bio::SCF install |
Date: | Thu, 18 Oct 2007 17:07:30 -0200 (CEST) |
To: | bug-Bio-SCF [...] rt.cpan.org |
From: | meyniel [...] cervi-lyon.inserm.fr |
Hello,
I'm experiencing problems with the installation of Bio::SCF, can you help me?
I downloaded it from http://rt.cpan.org/, then I uncompressed it and tried
to install it according to the INSTALL file :
$ perl Makefile.PL
------------------
Checking if your kit is complete...
Looks good
Writing Makefile for Bio::SCF
$ make
------
cp SCF.pm blib/lib/Bio/SCF.pm
cp SCF/Arrays.pm blib/lib/Bio/SCF/Arrays.pm
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.8.8/ExtUtils/typemap SCF.xs > SCF.xsc && mv SCF.xsc
SCF.c
Please specify prototyping behavior for SCF.xs (see perlxs manual)
gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\"
-fPIC "-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE"
-DLITTLE_ENDIAN SCF.c
Running Mkbootstrap for Bio::SCF ()
chmod 644 SCF.bs
rm -f blib/arch/auto/Bio/SCF/SCF.so
gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386
-mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib SCF.o -o
blib/arch/auto/Bio/SCF/SCF.so \
-lread -lz \
chmod 755 blib/arch/auto/Bio/SCF/SCF.so
cp SCF.bs blib/arch/auto/Bio/SCF/SCF.bs
chmod 644 blib/arch/auto/Bio/SCF/SCF.bs
Manifying blib/man3/Bio::SCF.3pm
$ make test
-----------
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/scf....Can't load
'/home/meyniel/Desktop/Bio-SCF-1.01/blib/arch/auto/Bio/SCF/SCF.so' for
module Bio::SCF:
/home/meyniel/Desktop/Bio-SCF-1.01/blib/arch/auto/Bio/SCF/SCF.so:
undefined symbol: curl_easy_setopt at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
at t/scf.t line 23
Compilation failed in require at t/scf.t line 23.
BEGIN failed--compilation aborted at t/scf.t line 23.
t/scf....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-18
Failed 18/18 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/scf.t 2 512 18 36 200.00% 1-18
Failed 1/1 test scripts, 0.00% okay. 18/18 subtests failed, 0.00% okay.
make: *** [test_dynamic] Erreur 2
The informations about my computer are :
Fedora core
$ uname -a : Linux simap 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT
2006 i686 i686 i386 GNU/Linux
$perl -v : perl, v5.8.8 built for i386-linux-thread-multi
If you require any further information, feel free to contact me.
Thank you very much,
Yours faithfully
LM