Howtos – Installing PHP 5 and MySQL 5 on ClarkConnect 4.x
CODE:
-
First, you need to add the optional software repository to your system. From the command line, run:
-
-
echo "rpm [pcn] ftp://rhel-4:hiptop@rh.apt.clarkconnect.com System extras"> \
-
/etc/apt/sources.list.d/extras.list
-
apt-get update
-
-
-
If you already have PHP/MySQL installed, then run:
-
-
apt-get dist-upgrade
-
-
-
If you do not have PHP/MySQL installed, run:
-
-
apt-get install cc-php cc-mysql
Categories: Uncategorized