I see from a separate post you made to this list that you are trying to install and config httpd 1.3x. I have never used 1.3x and do not know why you would be doing so, since Apache has deprecated it. In fact, the 2.x series has already made the 2.0.x series an endangered technology. In short, there are idiosyncracies (differences) significant enough between 1.3x and 2.0.x/2.x that my advice (other than to abandon 1.3x) here is pretty worthless. Just for example, the default install directory for 2.x servers is /usr/local/ and any modules (.so) should be in /usr/local/apache2/modules, not anywhere in /usr/local/libexec.
Mark
>>> Ruprecht Helms <[EMAIL PROTECTED]> 09-Feb-06 03:05 AM >>> Mark Galbreath wrote:
> Apache does not compile the module, PHP does. When you configure httpd, > be sure the --enable-mod.so switch is included. When you configure PHP, > be sure to --without-cgi and --with-apxs2=/usr/local/apache2/bin/apxs > (or wherever httpd is installed). When you <make install> php, it will > place the libphp4.so in /usr/local/apache2/modules and enter a > "loadmodule php4_module modules/libphp4.so" in the httpd.conf file. You Actualy I have problems in the apache configuration I get the following error: Cannot load /www/libexec/libphp4.so into server: /www/libexec/libphp4.so: cannot open shardd object file: No such file or directory How can I fix the problem. And how can I get shure that a libphp4.so will be stored in the libexec-subdirectory. The apache is compiles by using modules=so Regards, Ruprecht |
- [PHP-INSTALL] how to install php as module Ruprecht Helms
- Re: [PHP-INSTALL] how to install php as module Mark Galbreath
- Re: [PHP-INSTALL] how to install php as module Ruprecht Helms
- Re: [PHP-INSTALL] how to install php as module Mark Galbreath