Actually, yes I did check. It was already in httpd.conf, I guess the php
install put it there as my httpd.conf file was backed up and a new one
with new lines pertaining to php was left in its place (I ran a diff). I
just tried again, for the umpteenth time, by completely uninstalling the
apache RPMs, reinstalling them, compeltely removing anything php related,
and started completely over. When the php install was finished I ran a
httpd -t to check for syntax. The syntax was off with it trying to load
libphp4.so from /etc/httpd/lib/apache. Since there was no such symlink
leading to /usr/lib/apache where libphp4.so is located, I changed it to
look in the modules directory, which is symlinked to /usr/lib/apache.
Another httpd -t verified that the syntax was OK, so I restarted apache.
It still refuses to load any php related material. I then tried using my
httpd.conf file from my Red Hat 7.0 box which I finally was able to get
php running (how I don't know since I spent days trying everything and it
"just worked suddenly") and that didn't help matters any. In short I
believe something, what I don't know, is goofing up when i run ./configure
--with-apxs=/usr/sbin/apxs. I checked the configure logs and everything
appears normal to me, and I've searched the mailing archives without
finding anything useful. If anybody has any ideas I'll try anything at
this point. :)
Thanks
Eric
On Tue, 31 Jul 2001, Phil Driscoll wrote:
> Sorry if this is teaching granny to suck eggs, but since you haven't
> mentioned it...
> Have you edited your httpd.conf file - adding an appropriate 'addtype'
> line(s) for your php file extension(s), and then stopped and restarted apache?
>
> --
> Phil Driscoll
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]