Forum Moderators: bakedjake
After installing Linux on a new machine, the default PHP (4.3.4) wouldn't talk to MySQL. So I installed the latest PHP (from source). That PHP (4.3.9) talks to MySQL fine, but Apache is still using the older PHP.
(When I load a PHP page that talks to MySQL from a web browser, it fails. When I load it in a terminal, it succeeds.)
The Apache is version 2, and I'm unfamiliar with that, too.
Any help is appreciated -- I just need a working LAMP stack.