In my case the file configure.php has all the parameters for compiling a new php,
this is a extract from it:
--with-mysql \
--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\
--with-imap\
--with-dom=/usr/lib
Quote:
Originally posted by borrrden
It is not looking for "/usr/lib" it is looking for "/usr/lib/customapache/configure.php"
at least that's what I think judging by the error message. Move the "customapache" folder and everything in it to /usr/lib and try again.
|