tymierb Posted July 22, 2009 Share Posted July 22, 2009 I am trying to install Joomla in a VM on my comptuer. The VM is running Ubuntu 9.04 with all the latest and greatest apache2, php5, and mySQL installed and working perfectly. I got wordpress to install no problem. That was my confirmation that everything is working as expected. I am trying to install Joomla for comparison. I haven't actually started yet, but I was reading through the manual to familiarize myself with the process. The manual calls for you to add some extensions in php.ini file. I cannot figure out how to tell whether or not these extensions are turned on, and if not how to turn them on. The manual explains that most prebuilt WAMP and LAMP installations come with these extensions activated. I installed all of the packages using Synaptic package manager but I don't know if that means these modules are active or not. How do I tell? Quote Link to comment Share on other sites More sharing options...
BMurtagh Posted July 25, 2009 Share Posted July 25, 2009 Hi, You can put up a php page in a web-accessible directory with the code below and that should display information regarding mysql, xml, and zlib in the output if its enabled. <?php phpinfo(); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.