Im trying to compile apache and php on my box, but it wont create the libphp4.so file.
What am i doing wrong ?
Here is my PHP configure command
./configure ./configure --prefix=/usr/local/php4 --with-apxs2=/usr/local/apache2/bin/apxs --with-libxml-dir=/usr/local/lib --with-zlib --with-zlib-dir=/usr/local/lib --with-mysql=/usr --enable-soap --enable-sockets --with-jpeg-dir=/usr --enable-exif
make
make install
Here is my apache configure command
./configure --prefix=/usr/local/apache2 --enable-so
make
make install
Both apache and PHP are successfully compiled, but the libphp4.so is not to be found anywhere on the system, should be placed in ...../apache2/modules/
What am i doing wrong ?
Here is my PHP configure command
./configure ./configure --prefix=/usr/local/php4 --with-apxs2=/usr/local/apache2/bin/apxs --with-libxml-dir=/usr/local/lib --with-zlib --with-zlib-dir=/usr/local/lib --with-mysql=/usr --enable-soap --enable-sockets --with-jpeg-dir=/usr --enable-exif
make
make install
Here is my apache configure command
./configure --prefix=/usr/local/apache2 --enable-so
make
make install
Both apache and PHP are successfully compiled, but the libphp4.so is not to be found anywhere on the system, should be placed in ...../apache2/modules/


Comment