php error

WilcoOnline

Verified User
Joined
Oct 10, 2003
Messages
39
Guys,

I got the follow error and i don't know a soluction to fix this.


i'm trying to install installatron only this plugin need's php compiled with zip.

Couple of day's ago i have installed mysql 4.1.10a

and now i want to build php with --zip only i got the follow error.


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.

*** There was an error while trying to configure php. Check the configure.php file

anybody soms soluctions?

Sorry for the bad english

With kind regards,

Wilco
From The Netherlands
 
Hi,

Yes i have updated customapache also i have deleted all files in
/usr/local/directadmin/customapache

and retrieved all files again with
wget http://files.directadmin.com/services/customapache/build

and then builded only it give's the same error

jmstacey said:
Did you update customapache before rebuilding to get the new configuration changes? (running rm configure* might not hurt as well, just in case)
The new configurations are so the MySQL client libraries will work, which appears to be what your having problems with.

http://www.directadmin.com/features.php?id=466
 
Hallo Wilco,

What opperating system are you using, what version of DA are you using and can you post your configure.php file so we can compare it to ours.

Kind Regards,
Onno Vrijburg
 
I'm using Redhat Fedora core 2 with mysql 4.1.10a

this is the configure.php

#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring



resolveit said:
Hallo Wilco,

What opperating system are you using, what version of DA are you using and can you post your configure.php file so we can compare it to ours.

Kind Regards,
Onno Vrijburg
 
Hi Wilco,

As it is my development server has the same specs FC2 and mySQL 4.1.10a, using your configure.php below I can rebuild PHP without a problem so I can only conclude that there is a problem with your server/OS settings

Can you try the build again and copy and paste all the output into a post for us to look at?

Regards,
Onno Vrijburg
 
Back
Top