安上了,现在又出现了新的问题:
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
刚才上网查了查,说是要先安MySQL-devel-5.0.22-0,安上之后,仍报这个错误,不知道下面该怎么办了!我的mysql用的是免安装的二进制包!谢谢,不胜感激!
就输出这个:
configure: error: mysql configure failed. Please check config.log for more information.
config.log :
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x8: In function `TaoCrypt::FileSource::~FileSource(void)':
: undefined reference to `__builtin_delete'
/usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)':
: undefined reference to `__builtin_delete'
collect2: ld returned 1 exit status
configure: failed program was:
#line 58781 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mysql_error();