I just recently installed Apache 2.0.53 and PHP 4.3.11. I recompiled
both as follows:
Apache
/usr/local/apache2/bin/apactl stop
./configure --enable-ssl --prefix=/usr/local/apache2.0.53
make
make install
PHP
'./configure' '--enable-so' '--enable-filepro' '--with-mysql'
'--with-apxs2=/usr/local/a
Just wondering but did you compile libjpeg with --with-shared --with-static? I believe it is --with*... check the doc to see if it is --enable*.
Anyways, did you compile it to have both shared and static? I also assume you did make install afterwards and made sure it is in /usr/lib/ or /usr/loc
Well first see if the libphp*.so file is in your apache module
directory. If you installed it via source, try
/usr/local/apache2/modules (or for 1.3.x /usr/local/apache/modules).
For a pre-canned install of apache, try /etc/httpd/modules (I really
don't know as I never used the distro installed ve