Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: Web Pages Release
-
Fix Version/s: Web Pages Release
-
Component/s: Infrastructure
-
Labels:None
-
Environment:
Server: QA-Optus-Agency (192.168.70.82)
Installation Script: https://github.com/thesearchagency/core/blob/master/system/apache/install.sh
-
Sprint:Sprint 6, Sprint 7, Sprint 8
Description
Steps:
1. Log into server.
2. Goto https://github.com/thesearchagency/core/blob/master/system/apache/install.sh to install apache server.
3. Line 15, pecl install memcache failed.
Observation:
The installation finished with error and apache start Failed. To fix the issue, I had to manually install php-devel using "yum install php-devel".
4. pecl install memcache , worked fine, continued with apache installation.
Currently stuck at "cp init.d/memcached /etc/init.d/memcached" as there is not init.d/memcached folder in "/root/memcached-install/memcached-1.4.7"
This is currently blocking installation of apache on QA-Optus-Agency server.