Ineffectual has asked for the wisdom of the Perl Monks concerning the following question:
The offending piece of code in Bio::Root::IO is: use POSIX qw(dup);Can't load '/tools/lib/perl5/5.8.9/x86_64-linux//auto/Fcntl/Fcntl.so' + for module Fcntl: /tools/lib/perl5/5.8.9/x86_64-linux//auto/Fcntl/Fc +ntl.so: undefined symbol: PL_sv_undef at /tools/lib/perl5/5.8.9/x86_6 +4-linux//XSLoader.pm line 70. BEGIN failed--compilation aborted at /tools/lib/perl5/5.8.9/x86_64-lin +ux//Fcntl.pm line 216. Compilation failed in require at /tools/lib/perl5/5.8.9/x86_64-linux// +POSIX.pm line 21. BEGIN failed--compilation aborted at /tools/lib/perl5/5.8.9/x86_64-lin +ux//POSIX.pm line 21. Compilation failed in require at /tools/lib/perl5/site_perl/5.8.9//Bio +/Root/IO.pm line 106.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error compiling perl? PL_sv_undef error with POSIX
by Anonymous Monk on Jul 29, 2009 at 21:07 UTC |