molly Posted February 28, 2007 Share Posted February 28, 2007 If anyone can help me out here I'd be very grateful. I've just upgraded my mysql to 5.0.27 and I'm trying to upgrade my php to 5.2.1 (from versions 4.x in both cases). I trying to configure php with : ./configure --prefix=/usr/local/apache2/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-gd --with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-zlib-dir=/usr/local --with-libxml-dir=/usr/local --with-xsl=/usr/local and I keep getting : . . checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no 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. config.log truncates with: /usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x88): In function `TaoCrypt::FileSource::~FileSource(void)': /usr/local/mysql/lib/libmysqlclient.a(libtaocrypt_la-file.o)(.text+0x28c): In function `TaoCrypt::FileSink::~FileSink(void)': char mysql_error(); mysql_error() If anyone has ANY idea(s) what I'm missing/doing wrong...???? thanks! Link to comment https://forums.phpfreaks.com/topic/40539-problem-configuring-php5-with-mysql/ Share on other sites More sharing options...
molly Posted March 1, 2007 Author Share Posted March 1, 2007 Should have said I'm installing under linux Link to comment https://forums.phpfreaks.com/topic/40539-problem-configuring-php5-with-mysql/#findComment-196721 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.