First of all install the Parrallels Cloud Server 6.0 followed by below steps. To start the installation, do the following: 1. Configure the server to boot from the chosen media (either a DVD disc, USB drive or ISO file). 2. Insert installation media into dvd disc deive and...
Continue reading
This guide will help you to Install nginx 1.6 php5.4 mysql 5.5 on Centos 6 so read carefully this article for the same. First we need to install nginx 1.6 repository using below command: rpm -Uvh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm Install nginx web-server yum install nginx ## Installing mysql 5.5 First...
Continue reading
In order to compile Python first we need to install the development tools and some extra libs. Although these extra libraries are not strictly needed to compile Python but without them Python interpreter will be quite useless. To install python 2.7 on Centos follow the below steps. yum...
Continue reading
I encountered with following error “cannot find -lglut” while attempted compiling a gpac tool with ffmpeg. /usr/bin/ld: cannot find -lglut collect2: ld returned 1 exit status make[1]: *** [libgpac.so] Error 1 make[1]: Leaving directory `/usr/local/src/gpac/src’ make: *** [lib] Error 2 To resolve above error simply run the following...
Continue reading