hi,
I am trying to install PHP and Apache2, however when i execute make install
for php, the required libphp.so file does not appear to be compiled/created.
After extracting the PHP 5.3.8 (tar.gz)
# export CFLAGS=-O2
# ./configure --prefix /usr/local/php --with-my-sql -
-with-apxs2=/usr/local/ap
e/libphp5.module.in
./usr/local/src/php-5.3.8/sapi/apache_hooks/libphp5.module.in
[root@CWICISRH014 /]#
I am wondering if the make/make install commands do not compile the
libphp5.so
Thanks,
Mitchell
On 15 September 2011 10:04, Sharl.Jimh.Tsin wrote:
> 在 2011-09-14三的 19:27 +0100,Smith, Mitchell写
hi,
the with-my-sql was a typo in the email.
I have corrected the path to mysql then saw an error relating to mysql
needing the zlib library so my ./configure now is:
./configure --with-mysql=/usr/bin/mysql
> --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/php
> --with-zlib-