Hi,
I get this error when building php, but what is wrong here?
Thank you for using PHP.
/usr/local/directadmin/custombuild/configure/ap2/configure.php5: line 9: --with-gettext: command not found
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file
I get this error when building php, but what is wrong here?
Thank you for using PHP.
/usr/local/directadmin/custombuild/configure/ap2/configure.php5: line 9: --with-gettext: command not found
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file
Code:
#!/bin/sh
./configure \
--with-apxs2 \
--with-curl=/usr/local/lib \
--with-gd \
--enable-gd-native-ttf \
--with-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-mysqli \
--with-pcre-regex=/usr/local \
--with-pdo-mysql \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-zip \
--with-iconv=/usr/local \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-mbstring