36 messages in com.mysql.lists.perlRE: same problem with symbol net_buff...
FromSent OnAttachments
kryp...@yahoo.com31 Jul 2003 13:08 
Michael Koch01 Aug 2003 01:57 
Thomas Whitney04 Aug 2003 19:52 
Rudy Lippan05 Aug 2003 06:30 
Thomas Whitney05 Aug 2003 07:08 
Thomas Whitney05 Aug 2003 07:47 
Thomas Whitney05 Aug 2003 07:53 
Rudy Lippan05 Aug 2003 07:56 
Karen Ventura05 Aug 2003 09:40 
Thomas Whitney05 Aug 2003 10:04 
Michael Koch05 Aug 2003 10:06 
Thomas Whitney05 Aug 2003 10:23 
Karen Ventura05 Aug 2003 10:29 
Rudy Lippan05 Aug 2003 10:57 
Karen Ventura05 Aug 2003 11:37 
kryptoer05 Aug 2003 13:27 
Rudy Lippan05 Aug 2003 14:11 
Karen Ventura05 Aug 2003 14:57 
Thomas Whitney05 Aug 2003 15:25 
Rudy Lippan05 Aug 2003 16:05 
Thomas Whitney05 Aug 2003 16:47 
Jim Cromie06 Aug 2003 00:27 
Thomas Whitney06 Aug 2003 04:30 
Rudy Lippan06 Aug 2003 10:04 
Karen Ventura06 Aug 2003 10:48 
Thomas Whitney06 Aug 2003 13:51 
Rudy Lippan06 Aug 2003 20:20 
Rudy Lippan06 Aug 2003 23:50 
Thomas Whitney07 Aug 2003 05:35 
Michael Koch07 Aug 2003 06:49 
Rudy Lippan07 Aug 2003 09:24 
Rudy Lippan07 Aug 2003 09:48 
Michael Koch08 Aug 2003 02:25 
Michael Koch08 Aug 2003 03:10 
Michael Koch08 Aug 2003 05:43 
Michael Koch08 Aug 2003 09:33 
Subject:RE: same problem with symbol net_buffer_length not found with 'make test' for DBD::mysql
From:Thomas Whitney (trwh@centervision.com)
Date:08/05/2003 07:08:17 AM
List:com.mysql.lists.perl

Jochen,

and still am convinced that its related to incompatibe binaries.

I thought maybe I had found the key by adding 'CC=gcc' to the configuration for mysql. I configured mysql 4.0-.14 with the following. CFLAGS="-O3 -mpentiumpro" CC=gcc CXX=gcc CXXFLAGS="-O3 -mpentiumpro \ -felide-constructors -fno-exceptions -fno-rtti" \ ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldfla gs=-all-static Unfortunately, when I did the make test on DBD::mysql it still failed most of the tests. The initial error was slightly different. Here is the beginning of the test result. ===== Make Test =========================== PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00base...........install_driver(mysql) failed: Can't load '/usr/local/src/DBD-mysql-2.9002/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: /usr/local/src/DBD-mysql-2.9002/blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: net_buffer_length at /usr/local/lib/perl5/5.8.0/i686-linux/DynaLoader.pm line 229. 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 t/00base...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-5 ===== End Make Test snippet =======================

If someone can provide me a shell account on his machine, I'll dig into the problem. Root privileges are not required.

To help get this problem solved I would be happy to give you root access. This is a test machine running on an internal network. I'm connected to the Internet through a MSN dsl modem that does not allow port 80 to pass through. At least I have never been able to get it to work. But, I going to arrange to have this machine hooked up in my office where we have a T1 and then you could look around. I'll let you know when it is ready. Thanks, Thomas