Hi, i have server centos 6.5, cb 2.0, apache 2.0 + mod_php
create a new configure.php53 (/usr/local/directadmin/custombuild/configure/ap2/configure.php53)
before
not work new configure, configure installed is a default:
Why ? Is bug ?
create a new configure.php53 (/usr/local/directadmin/custombuild/configure/ap2/configure.php53)
Code:
#!/bin/sh
./configure \
--prefix=/usr/local/php53 \
--program-suffix=53 \
--enable-fpm \
--with-config-file-scan-dir=/usr/local/php53/lib/php.conf.d \
--with-curl=/usr/local/lib \
--with-gd \
--enable-gd-native-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-libxml-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
--with-mysqli=mysqlnd \
--with-pcre-regex=/usr/local \
--with-pdo-mysql=mysqlnd \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xsl \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-zip \
--with-iconv=/usr/local \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-sockets \
--enable-soap \
--enable-mbstring \
--with-icu-dir=/usr/local/icu \
–-enable-exif
before
Code:
cd /usr/local/directadmin/custombuild/
./build clean
./build php
not work new configure, configure installed is a default:
Code:
#!/bin/sh
./configure \
--prefix=/usr/local/php53 \
--program-suffix=53 \
--enable-fpm \
--with-config-file-scan-dir=/usr/local/php53/lib/php.conf.d \
--with-curl=/usr/local/lib \
--with-gd \
--enable-gd-native-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-libxml-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql=mysqlnd \
--with-mysql-sock=/var/lib/mysql/mysql.sock \
--with-mysqli=mysqlnd \
--with-pcre-regex=/usr/local \
--with-pdo-mysql=mysqlnd \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xsl \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-zip \
--with-iconv=/usr/local \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-sockets \
--enable-soap \
--enable-mbstring \
--with-icu-dir=/usr/local/icu \
–-enable-intl
Why ? Is bug ?