5 Aug 2003 04:52
RE:same problem with symbol net_buffer_length not found with 'make test' for DBD::mysql
Thomas Whitney <trwhitney <at> centervision.com>
2003-08-05 02:52:31 GMT
2003-08-05 02:52:31 GMT
Hi, I suppose there is some comfort in the fact that others are having the same problem but it is minimal. I too am having the problem with symbol net_buffer_length while doing a make test with DBD::mysql. I am using: Debian linux with 2.2 kernel gcc 2.95.4 perl 5.8.0 - built from source using gcc mysql 3.23.57 - built form source using the following CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions \ -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler \ --with-mysqld-ldflags=-all-static Note:* I also tried DBD::mysql make test on a build of mysql 4.0.14 and the result was the same. Both mysql versions run and tested correctly. DBI 1.37 DBD::mysql 2.9002 - built using the following perl Makefile.PL --cflags=-I/usr/local/mysql/include/mysql \ --libs=-L/usr/local/mysql/lib/mysql -lmysqlclient -lcrypt -lnsl -lm and then tried the above adding the following line - still the same result -L/usr/lib/gcc-lib/i386-linux/2.95.4 -lgcc(Continue reading)
)
Rudy, I would like to understand why the LD_PRELOAD has solved this issue.
Could you explain it ?
RSS Feed