Click to See Complete Forum and Search --> : PHP and MySQL problems?


Anon
10-25-2001, 02:47 AM
I installed redhat linux 7.1 from CD-rom, Apache and PHP4.04 came with it. Then I installed MySQL. Everything else works OK, but PHP doesn't support MySQL. How can I configure PHP with MySQL support? Because linux was installed from CD-rom, there's no source-directories for Apache or PHP.Please help me.

catbaba
10-25-2001, 07:32 AM
Get the PHP source from www.php.net and compile it as a DSO. It's very simple, the instructions are in the PHP docs.