Greetings all
- On a 7.2 installation I have upgraded Joomla from 1.0.12 to 1.0.13. The move to Joomla 1.5 is more complex.
- Joomla.org has a comprehensive howto - great.
Perhaps you can post the link to this howto so we can see if there are some clues there as well.
- The howto calls for mod_mysql, mod_xml & mod_zlib.
- If anyone has done this, would you share where you found these 3 files and how you installed them?
Those are apache modules, perhaps they are on the Apache website or is there some clue in the howto on how to get hold of them. Be carefull they are version specific. You can determine your httpd version like so:
httpd -v
If you have found them you should place them in /usr/lib/httpd/modules and add a configuration template to load the modules in the /etc/e-smith/templates-user-custom/etc/httpd/conf/httpd.conf/. If this directory does not exist create it like this:
mkdir -p /etc/e-smith/templates-user-custom/etc/httpd/conf/httpd.conf/
See for examples on how to load modules the 20LoadModules* files in /etc/e-smith/templates/etc/httpd/conf/httpd/conf/