Sounds like you may not have installed apache and php in the proper
order. I had the same problem a few days ago. Here's the order you
should do things in.
configure apache
configure php
make php
make install php
configure apache AGAIN (make sure you have the directive to get php4 in
your c
Thanks to all the e-mails regarding this. Looks like RH7.2 (possibly
other version as well) put the mysql.sock file in /var/lib/mysql rather
than /tmp/
You can edit your php.ini file to look for the mysql.sock file elsewhere.
Again thanks to all!!
CD
Chris Dorr wrote:
> I'
I've just installed, manually, php 4.0.5 and apache 1.3.22 on a RH 7.2
box.
Php does work fine, however it is not able to access the mysql stuff
that I installed. I first was using the PEAR modules and thought
something was wrong with PEAR, but thought I'd better try the regular
mysql_connec