I am experiencing problems when installing PHP5/MYSQL.
I did
./configure --with-mysql=/usr/local/mysql --disable-libxml
--with-zlib-dir=/home/frank/zlib-1.2.2
make
make install
The build process did not report any errors.
Now, I cannot find libphp5.so, which I would like to register with
Apache.
Can somebody tell me what went wrong ?
Thanks for your help !
I did
./configure --with-mysql=/usr/local/mysql --disable-libxml
--with-zlib-dir=/home/frank/zlib-1.2.2
make
make install
The build process did not report any errors.
Now, I cannot find libphp5.so, which I would like to register with
Apache.
Can somebody tell me what went wrong ?
Thanks for your help !
Comment