I am trying to set up a Joomla site and on a new dedicated server running CentOS 6.6. When installing Joomla, it is asking for "Native Zip Support" which is showing as "off" during the install. I need to enable it and am not sure what to do. Can anyone point me in the right direction? I tried yum install php-pecl-zip but it's not in the package manager.
Asked
Active
Viewed 1,729 times
0
allquixotic
- 34,882
1 Answers
1
Looks like the php-common package should provide the equivalent of php-pecl-zip on CentOS 6.6; see here
If that doesn't work, try this much more comprehensive tutorial here, which provides an installation of Joomla from a third-party package repository. This is a more reliable way to go, because it will automatically install all required dependencies.
allquixotic
- 34,882