Posted by Curt Zirzow on 12/20/05 07:53
On Mon, Dec 19, 2005 at 02:56:37PM -0500, Scott Fletcher wrote:
> I don't know what is the problem. I'm using the GNU GCC and GNU Biutils.
>
> --snip--
> ./configure --with-mysqli=../../mysql/bin/mysql_config --with-apxs2=../../ap
> ache2/bin/apxs --with-unixODBC --with-openssl --with-curl --disable-libxml -
> -disable-dom --enable-track-vars --enable-ftp --enable-sockets
> --snip--
>
> --snip--
> checking for mcrypt support... no
> checking for mhash support... no
> checking whether to include mime_magic support... no
> checking for MING support... no
> checking for msession support... no
> checking for mSQL support... no
> checking for MSSQL support via FreeTDS... no
> checking for MySQL support... no
> checking for specified location of the MySQL UNIX socket... no
> checking for MySQLi support... yes
> checking whether to enable embedded MySQLi support... no
> checking for mysql_set_server_option in -lmysqlclient... no
> configure: error: wrong mysql library version or lib not found. Check
> config.log for more information.
> --snip--
What version of mysql is in the mysql directory? mysqli requires
4.1 or greater.
Curt.
--
cat .signature: No such file or directory
[Back to original message]
|