Home »
Archive by category Centos/RHEL (Page 10)
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
August 15, 2014 Admin
Centos/RHEL
No Comment
This error message generally occurs due to the sending machine’s time settings may be wrong some mail server such as yahoo will not accept emails with a 554 Message not allowed 320 error. Note: The problem is caused by the local system sending the email, and not by...
Continue reading
August 12, 2014 Admin
Centos/RHEL
No Comment
memcached is a high-performance, distributed memory object caching server, that allows us to get better and speeding up performance of dynamic web applications through caching data and objects in Memory. Memcached Server is also used to cache complete database tables and queries to advance performance of database. Through...
Continue reading
July 24, 2014 Admin
Centos/RHEL
No Comment
Download latest Ioncube loader for your OS from http://www.ioncube.com/loaders.php For CentOS 64 bit #cd /usr/local/src #wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz For CentOS 32 bit #wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz #tar zxvf ioncube_loaders_lin_x86-64.tar.gz #cd ioncube #mkdir /usr/local/ioncube #cp ioncube_loader_lin_5.3.so /usr/local/ioncube Note : In this articles we are using ioncube_loader_lin_5.3.so as PHP version installed on the...
Continue reading
July 24, 2014 Admin
Centos/RHEL
1 Comment
Drush is a command-line shell and scripting interface for Drupal, In this Article you will learn that how to install drush on RHEL/Centos Registering the channel: root@localhost[/tmp]#pear channel-discover pear.drush.org Adding Channel “pear.drush.org” succeeded Discovery of channel “pear.drush.org” succeeded root@localhost[/tmp]#pear install drush/drush-6.1.0.0 Warning: popen() has been disabled for security...
Continue reading
June 25, 2014 Admin
Centos/RHEL
No Comment