On Nov 24, 2007, at 11:12:33, ApplePro wrote:
OK, let's go back to the beginning so you can follow what is required one step at a time and understand what each step is. First step, you build and install PHP from source and one of the files is named libphp5.so and you need to know where it is in the source so you can verify it against the installed file to ensure it is the same file so after the make command do: ls -lsa $(find . -name libphp5.so) Second step, what is the actual path of the new installed libphp5.so file? You need to know that this module is installed in the correct location and you need to know what this location is. A HINT: this is usually a path where other apache modules are. ANOTHER HINT: this should tell you where that directory is. /usr/sbin/apxs -q LIBEXECDIR Verify that the libphp5.so file is in this directory and it's date/size match that of the one from the apache build Third piece of information I want is the unmodified line from your httpd.conf that loads the php module. These 3 pieces of information will tell you a lot about the installation. -- Dale |
Attachment:
PGP.sig
Description: This is a digitally signed message part
- Follow-Ups:
- Re: PHP doesn't work with Apache2
- From: ApplePro
- Re: PHP doesn't work with Apache2
- From: ApplePro
- Re: PHP doesn't work with Apache2
- References:
- PHP doesn't work with Apache2
- From: ApplePro
- Re: PHP doesn't work with Apache2
- From: BuildSmart
- Re: PHP doesn't work with Apache2
- From: Keith Roberts
- PHP doesn't work with Apache2
- Prev by Date: Re: PHP doesn't work with Apache2
- Next by Date: Re: PHP doesn't work with Apache2
- Previous by thread: Re: PHP doesn't work with Apache2
- Next by thread: Re: PHP doesn't work with Apache2
- Index(es):