From: Jochen Wiedmann Date: January 26 2004 9:04pm Subject: Re: RH9 multi-thread perl unresolved symbol problem? List-Archive: http://lists.mysql.com/perl/2684 Message-Id: <401580DE.1010301@ispsoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Matthew A. R. Sherian wrote: > 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. Most probably the linker is unable to locate the dynamic libraries. Try a google search for "net_buffer_length DBD mysql", it will emit a lot of results and associated hints. Jochen