[PHP-INSTALL] PHP 4.3.11 Install

2005-04-03 Thread Travis Conway
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

Re: [PHP-INSTALL] PHP 4.4.0 won't compile with JPEG support.

2005-09-22 Thread Travis Conway
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

Re: [PHP-INSTALL] Just Installed CentOS 4.1, PHP dont seem to work ?

2005-09-23 Thread Travis Conway
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