ABHIONLINUX
Site useful for linux administration and web hosting

2012/12/29

Attracta installation in cpanel

Attracta provides free seo tools that will be useful for your client to improve your site seo performance.
Following are the steps to install latest attracta in cpanel.

===============================

wget -N www.attracta.com/static/download/Attracta-SEO-cPanel-Stable.sea
chmod +x Attracta-SEO-cPanel-Stable.sea
./Attracta-SEO-cPanel-Stable.sea
==============================

Try this and enjoy the magic of attracta.

2012/10/20

Compiling nagios-plugins-1.4.16 throws an error


While compiling nagios plugins, you can get an error given below.

==========================
 check_http.c:312:9: error: ‘ssl_version’ undeclared (first use in this function)
....
make[2]: *** [check_http.o] Error 1
make[2]: Leaving directory `/usr/local/src/nagios-plugins-1.4.16/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/nagios-plugins-1.4.16'
make: *** [all] Error 2
========================

Fix :
yum install libssl-dev
yum install openssl*

Once this is installed , you will be able to compile the plugins without any issue.