Hi
I found these files are missing under
/usr/lib directory after cpanel auto update to 4.8.0-51
----------------------
lrwxrwxrwx 1 root root 10 Jun 11 12:34 libc-client.a -& c-client.a
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libdns.so -& libdns.so.5.3.0
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libdns.so.4 -& libdns.so.4.0.0
-rw-r--r-- 1 root root 1.4M Mar 15 2001 libdns.so.4.0.0
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libdns.so.5 -& libdns.so.5.3.0
-rw-r--r-- 1 root root 1.0M Jun 4 08:09 libdns.so.5.3.0
lrwxrwxrwx 1 root root 19 Jun 11 12:34 libglide3.so -& libglide3.so.3.10.0
lrwxrwxrwx 1 root root 19 Jun 11 12:34 libglide3.so.3 -& libglide3.so.3.10.0
lrwxrwxrwx 1 root root 22 Jun 11 12:34 libglide3.so.3.10.0 -& glide3/libglide3-v3.so
lrwxrwxrwx 1 root root 17 Jun 11 12:34 libisccc.so -& libisccc.so.0.0.1
lrwxrwxrwx 1 root root 18 Jun 11 12:34 libisccfg.so -& libisccfg.so.0.0.3
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libisc.so -& libisc.so.4.1.0
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libisc.so.3 -& libisc.so.3.0.0
-rw-r--r-- 1 root root 223k Mar 15 2001 libisc.so.3.0.0
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libisc.so.4 -& libisc.so.4.1.0
-rw-r--r-- 1 root root 250k Jun 4 08:09 libisc.so.4.1.0
lrwxrwxrwx 1 root root 17 Jun 11 12:34 liblwres.so -& liblwres.so.1.1.0
lrwxrwxrwx 1 root root 17 Jun 11 12:34 liblwres.so.1 -& liblwres.so.1.1.0
-rw-r--r-- 1 root root 65k Mar 15 2001 liblwres.so.1.1.0
lrwxrwxrwx 1 root root 30 Jun 11 12:34 libnss_ldap.so -& ../../lib/libnss_ldap-2.2.4.so
lrwxrwxrwx 1 root root 17 Jun 11 12:34 libomapi.so.3 -& libomapi.so.3.0.0
-rw-r--r-- 1 root root 71k Mar 15 2001 libomapi.so.3.0.0
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libttf.so -& libttf.so.2.3.0*
lrwxrwxrwx 1 root root 15 Jun 11 12:34 libttf.so.2 -& libttf.so.2.3.0*
-rwxr-xr-x 1 root root 185k Jan 20 2001 libttf.so.2.3.0*
---------&&&&
also
-------------
libcrypto.so.1 reported missing by
[email protected] through icq so i added it to missing.tar
lrwxrwxrwx 1 root root 18 Feb 19 10:34 libcrypto.so.1 -& libcrypto.so.0.9.6*
--------------------------
Download above missing files from
http://www.mahinder.com/missing.tar
STOP
take backup of your lib directory or all above files so if you mess up something you can restore them
goto /usr/lib directory and type
tar -zcvf lib_backup.tar *
this will create backup of all your lib directory and subdirectories
NOW extract missing.tar to your /usr/lib
directory and untar the files like this
tar -xvf missing.tar
this will extract all files listed above in your /usr/lib directory
then restart the bind with this command
/etc/init.d/named restart
now bind should work.
This is what I did on my servers and named (Bind) started working fine. If you do not get lib. files missing error then do not follow this procedure.
Have a Nice Day,
- Mahinder Dangwani.
- cphosting.com.
EDIT:
NOTE: please backup your files if tar try to overwrite the files. DO NOT MAKE ME RESPONSIBLE IF SOMETHING goes wrong after you followed above procedure or overwriten your files.