![]() |
CentOS 5 squid: error while loading shared libraries
Hi,
I installed squid on the CentOS 5 server. When I try to start squid I am receiving following error: # service squid start init_cache_dir /var/spool/squid... Starting squid: [FAILED] The logs indicate the following: $ sudo tail /var/log/squid/squid.out squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied squid: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: Permission denied Although, all the libraries which are shown as missing are present, but still I am seeing the following. $ ldd /usr/sbin/squid linux-vdso.so.1 => (0x00007fffb95ff000) libcrypt.so.1 => not found libssl.so.6 => not found libcrypto.so.6 => not found libdl.so.2 => not found libz.so.1 => not found librt.so.1 => not found libpthread.so.0 => not found libm.so.6 => not found libnsl.so.1 => not found libc.so.6 => not found I have tried setting the environment variable LD_LIBRARY_PATH $ echo $LD_LIBRARY_PATH /lib64:/usr/lib64:/lib:/usr/lib But still no use. Any help/pointers will be appreciated. |
just HOW did you install squid ???
it is in the base repo Code:
$ yum search squidfor gnome - if installed Code:
su - |
Quote:
Code:
# yum install squidSELinux is enabled, but I have put it into permissive mode, which still gives me the same problem, so it is not an issue. |
| All times are GMT -5. The time now is 12:24 PM. |