bweb错误
时间:2008-10-15 来源:mars531706
/usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init
这个错误是mysql库文件的错误,采用如下的方式重新编译后bweb程序没有报错了。
perl Makefile.PL --libs="-L/home/mysql/lib -lmysqlclient -L/usr/lib -lz" --cflags=-I/home/mysql/include --mysql_config=/home/mysql/bin/mysql_config --testhost=127.0.0.1 --testsocket=/tmp/mysql.sock --testdb=bacula --testuser=bacula
这个错误是mysql库文件的错误,采用如下的方式重新编译后bweb程序没有报错了。
perl Makefile.PL --libs="-L/home/mysql/lib -lmysqlclient -L/usr/lib -lz" --cflags=-I/home/mysql/include --mysql_config=/home/mysql/bin/mysql_config --testhost=127.0.0.1 --testsocket=/tmp/mysql.sock --testdb=bacula --testuser=bacula
相关阅读 更多 +