I installed Fedora 2 with Apache and PHP, and afterwards I installed MySQL manually. Now the problem is that my PHP doesn't seem to have MySQL support... Do I have to compile a new PHP, or is there another solution? Tobi
If you originally installed PHP via source then you will need to recompile php using the '--with-mysql' flag. If you installed php via rpm, you should just need to install the php-mysql rpm package.