straygrey Posted August 5, 2006 Share Posted August 5, 2006 I need to rebuild PHP on my Ubuntu 6.06 system to include --with-oci8(Oracle access) but when using the following command I get errors.sudo ./configure --with-apxs=/usr/bin/apxs --with-libxml-dir=/usr/share/doc/ --with-mysql=/usr/local/src/mysql-5.1.11-beta-linux-i686/ --with-zlib --with-zlib-dir=/home/alf/download/tmp/zlib-1.2.3/ --with-oci8checking for MySQL support... yeschecking for specified location of the MySQL UNIX socket... nochecking for MySQL UNIX socket location... nochecking for mysql_close in -lmysqlclient... nochecking for mysql_error in -lmysqlclient... noconfigure: error: mysql configure failed. Please check config.log for more information.I do have MySQL 5.0.22 installed and running so am loath to rebuild the source I have in /usr/local/src/mysql-5.1.11-beta-linux-i686/Suggestions please. Link to comment https://forums.phpfreaks.com/topic/16637-rebuilding-php-514-to-access-oracle-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.