Hello,
I have Freebsd and currentl php 5.2.4 installed and working:
I try to update to 5.2.8 with
difference is --with-imap=/usr/local/imap-2000e \
first ./build clean
next ./build php n
Result: Thank you for using PHP.
/usr/local/directadmin/customapache/configure.php: --with-curl-dir=/usr/local/lib: not found
--with-gd: not found
--with-mhash: not found
*** There was an error while trying to configure php. Check the configure.php file
Help Please
I have Freebsd and currentl php 5.2.4 installed and working:
Code:
'./configure' '--with-apxs' '--with-curl' '--with-curl-dir=/usr/local/lib' '--with-gd' '--with-gd-dir=/usr/local' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr/local/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' '--enable-mbstring' '--enable-memory-limit'
I try to update to 5.2.8 with
Code:
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr/local/mysql \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--with-imap=/usr/local/imap-2000e \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring \
--enable-gd-native-ttf \
--enable-memory-limit
difference is --with-imap=/usr/local/imap-2000e \
first ./build clean
next ./build php n
Result: Thank you for using PHP.
/usr/local/directadmin/customapache/configure.php: --with-curl-dir=/usr/local/lib: not found
--with-gd: not found
--with-mhash: not found
*** There was an error while trying to configure php. Check the configure.php file
Help Please