I am trying to locally install joomla on my laptop. I have apache2 installed and working. When I go to localhost:8080 I get to the Joomla's install page. This is what I see
PHP Version >= 4.3.10 Yes
- Zlib Compression Support Yes
- XML Support Yes
- MySQL Support No
MB Language is Default Yes
MB String Overload Off Yes
configuration.php Writable No
So.. some basic questions. How do I enable MySQL support? I have MySQL 5.1.49 installed on the machine already and I am using it with a rails set up so it is installed and working. It may have something to do with mod_sql, but I can't find any info regarding that online.
My other question is how do I make configuration.php writeable?