On Sat, 2006-12-09 at 11:37 +0100, Erik Nordlander wrote: > Hi, im having troubles configuring php5.2.0 (since this version didnt > work i also tried 4.4.4 without success) with mysql 5.0.27 and apache > 2.2.3. > The apache server is working properly, and so does the mysql server. This doesn't mean you have the libs installed. Make sure you have libmysql installed on your system and make sure you have it installed at --with-mysql=/usr/local/mysql Cheers, Rob. > > Theres a unexpeced error in the configwindow; > > checking return type of qsort... void > 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. > > > when i execute with command: > > ./configure --with-apxs2=/usr/local/apache2/bin/apxs > --with-mysql=/usr/local/mysql --with-zlib-dir=/home/erikn/php5/pph- > 5.2.0/ext/zlib --with-gd > -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php