Trying to install SawMill and getting the following error:
Posted
by
Itai Ganot
on Server Fault
See other posts from Server Fault
or by Itai Ganot
Published on 2012-10-25T10:36:47Z
Indexed on
2012/10/25
11:03 UTC
Read the original article
Hit count: 267
centos6
[root@sawmill sawmill]# ./sawmill
./sawmill: error while loading shared libraries: libldap-2.3.so.0: cannot open shared object file: No such file or directory
Using yum provides libldap_r-2.3.so.0
i found that the package which includes this file is: compat-openldap-2.3.43-2.el6.i686 .
After installing it i still get the error.
If i use locate, i can find the file in /usr/lib, so I tried to create a symbolic link to the file from /usr/lib to /usr/lib64 but i still get the same error.
I also tried setting LD_LIBRARY_PATH=/usr/lib/ and LD_LIBRARY_PATH=/usr/lib64 but it doesn't allow me to run the sawmill installation script.
Anyone knows how to solve this issue?
© Server Fault or respective owner