Subject: | unable to install DBD::mysql - undefined symbol: _intel_fast_memcpy |
Hi
compiling DBD::mysql stops with an unresolved symbol when doing a test
All tests fail:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.............install_driver(mysql) failed: Can't load '/root/.cpan/build/DBD-mysql-3.0002/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: /root/.cpan/build/DBD-mysql-3.0002/blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: _intel_fast_memcpy at /usr/lib/perl5/5.8.6/i586-linux-thread-multi/DynaLoader.pm line 230.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/00base.t line 38
This happends with both bundle::DBD::mysql and DBD::mysql
DBD::mysql v3.0002
DBI v1.48
Running suse 9.3 with gcc 3.3.5:
Linux mortenbnewlap 2.6.11.4-21.7-default #1 Thu Jun 2 14:23:14 UTC 2005 i686 athlon i386 GNU/Linux