Hi everybody,
I´m implementing a new server in a Linux RHEL 6.3 with PHP 5.5.13.
My php installation command was:
./configure \
--with-mysql \
--with-pgsql \
--with-gd \
--with-zlib-dir \
--with-png-dir \
--with-jpeg-dir \
--with-freetype-dir \
--with-gettext \
--with-oci8 \
--enable-mbstring \
--enable-bcmath \
--enable-sockets
As the next step, I´m trying to start the frontend installation and the two modules bcmath and mbstring appear as "Fail":
PHP bcmath - off - Fail
PHP mbstring - off - Fail
All the rest has the status "OK".
I already found the directory /usr/local/include/php/ext/mbstring. I couldn´t find any directory or file with bcmath name.
Who can help me?
I´m implementing a new server in a Linux RHEL 6.3 with PHP 5.5.13.
My php installation command was:
./configure \
--with-mysql \
--with-pgsql \
--with-gd \
--with-zlib-dir \
--with-png-dir \
--with-jpeg-dir \
--with-freetype-dir \
--with-gettext \
--with-oci8 \
--enable-mbstring \
--enable-bcmath \
--enable-sockets
As the next step, I´m trying to start the frontend installation and the two modules bcmath and mbstring appear as "Fail":
PHP bcmath - off - Fail
PHP mbstring - off - Fail
All the rest has the status "OK".
I already found the directory /usr/local/include/php/ext/mbstring. I couldn´t find any directory or file with bcmath name.
Who can help me?
Comment