Hi! On Fri, Aug 31, 2007 at 11:10:08AM -0700, Cy Schubert wrote: > Has anyone seen this before. This is on the AMD64 platform running FreeBSD > AMD64 with most ports (the ones that would build that is) built for AMD64. > Perl 5.8.8 was built successfully for AMD64. This builds and installs when > the system is booted in IA32 mode using FreeBSD ports built for IA32. > > /Common.so' for module XML::LibXML::Common: /usr/local/lib/perl5/site_perl/5 > .8.8/mach/auto/XML/LibXML/Common/Common.so: Undefined symbol "PL_sv_undef" > at /usr/local/lib/perl5/5.8.8/mach/DynaLoader.pm line 230.
This is the cause of the problem - "PL_sv_undef" doesn't resolve with dynamic linking. Recently I got all sort of problems trying to run 32 binaries on AMD64 system. In this case, I suspect, linker can't find appropriate version of libperl, which defines all that symbols. With regards, Timur. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
