Here are some extracts from the build process:
Code:
Cpanel::Easy::PHP5::Bcmath: 0
Cpanel::Easy::PHP5::Bz2: 1
Cpanel::Easy::PHP5::CGI: 0
Enabled in config, yet
Code:
-- Begin step 'configuring php for cPanel and cli' --
!!
./configure
--disable-pdo
--enable-ftp
--enable-libxml
--enable-mbstring
--enable-sockets
--enable-static
--enable-zip
--prefix=/var/cpanel/3rdparty/
--with-config-file-path=/usr/local/cpanel/3rdparty/etc/
--with-curl=/opt/curlssl/
--with-gd
--with-gettext
--with-imap=/opt/php_with_imap_client/
--with-imap-ssl=/usr
--with-jpeg-dir=/usr
--with-kerberos
--with-libdir=lib64
--with-libxml-dir=/opt/xml2/
--with-mcrypt=/opt/libmcrypt/
--with-mysql=/usr
--with-mysql-sock=/var/lib/mysql/mysql.sock
--with-openssl=/usr
--with-openssl-dir=/usr
--with-pcre-regex=/opt/pcre
--with-pgsql=/usr
--with-pic
--with-png-dir=/usr
--with-xpm-dir=/usr
--with-zlib
--with-zlib-dir=/usr
Note --with-bzip not present
Code:
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
And so not built.
This also comes up:
Code:
No package libz-devel available.
Could this be related? Would seem odd that bzip support can be built in the main php without its present and yet not in the apache version.