Error : undefined symbol: Perl_Gthr_key_ptr

If you are coming through with the following error then here is the fix for you. Error getting while updating stats or restarting cPanel service. Error : =============================================== Starting cPanel Log services: /usr/bin/perl: symbol lookup error: /usr/local/cpanel/3rdparty/lib/perl/auto/RRDs/RRDs.so: undefined symbol: Perl_Gthr_key_ptr /usr/bin/perl: symbol lookup error: /usr/local/cpanel/3rdparty/lib/perl/auto/RRDs/RRDs.so: undefined symbol: Perl_Gthr_key_ptr [FAILED] =============================================== Removed the old rrdtool binary […]

See More

How to increase the size of /tmp partition.

In order to increase the size of /tmp partition. Go through the following steps : 1. First stop MySQL, Apache, and cPanel to prevent writing to the /tmp partition : ======================== /etc/init.d/mysql stop /etc/init.d/httpd stop /etc/init.d/cpanel stop ======================== 2. Take a backup of the current /tmp folder. ======================== tar -czfv  tmp.tar.gz  tmp ======================== 3. Umount […]

See More

Address already in use: make_sock: could not bind to address 0.0.0.0:80

Address already in use: make_sock: could not bind to address 0.0.0.0:80   Sometime you may experience this error while starting the apache service. root@server [~]# /etc/init.d/httpd start (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Solution : Kill all the apache proceses […]

See More