[PHP] Problem with 4.3.2 built as DSO

2003-07-14 Thread Patrick Hutchinson
Hi, I recently upgraded from 4.2.2 to 4.3.2 built as a DSO for apache 1.3.26. Now, documents are not being executed. I am just getting the source listed back. I have the propper AddModule/LoadModule stuff in my conf as well as the propper AddType for php documents. When I tried to revert back

Re: [PHP] Problem with 4.3.2 built as DSO

2003-07-14 Thread Ray Hunter
Here is how i trouble shoot it: 1. make sure that there is a libphp4.so file in libexec. 2. make sure that you have these lines in httpd.conf: LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php 3. restart apache That should work for you. Also make sure that when

Re: [PHP] Problem with 4.3.2 built as DSO

2003-07-14 Thread Patrick Hutchinson
Yeah, I have all that in the conf file. I've rebuilt it twice and made sure it was pointing to the propper apxs and everything. Even did a make clean to be sure. Still doesn't work. I've checked everything I can think of. -Patrick Ray Hunter wrote: Here is how i trouble shoot it: 1. make

Re: [PHP] Problem with 4.3.2 built as DSO

2003-07-14 Thread Ray Hunter
Try this: Stop apache first. 1. Delete the libphp4.so file from libexec in apache dir. 2. make clean in php src dir. 3. rm config.cache 4. ./config.nice (gives you all the stuff that u configured) 5. make make install 6. verify httpd.conf 7. start apache up and verify. -- bigdog On Mon,