RH9 multi-thread perl unresolved symbol problem?

RH9 multi-thread perl unresolved symbol problem?

am 26.01.2004 17:17:06 von mars

--=-zWsNTtzgt80hnC/mCOjP
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

I have upgraded to DBI-1.40 and DBD-MySQL-2.9 and am now receiving the
following error after compiling with the below compile options.


Can't load
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto /DBD/mysql/mysql.so' for module DBD::mysql: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/ DBD/mysql/mysql.so: undefined symbol: net_buffer_length at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.

Any assistance would be most appreciated.

perl Makefile.PL --cflags="-I'/usr/include' -I'/usr/include/mysql'"
--libs="-L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm"

gcc -c
-I/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/aut o/DBI
-I'/usr/include' -I'/usr/include/mysql' -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686
-DVERSION=\"2.9003\" -DXS_VERSION=\"2.9003\" -fPIC
"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" dbdimp.c
gcc -c
-I/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/aut o/DBI
-I'/usr/include' -I'/usr/include/mysql' -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686
-DVERSION=\"2.9003\" -DXS_VERSION=\"2.9003\" -fPIC
"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" mysql.c


--=-zWsNTtzgt80hnC/mCOjP--