Trying to install SawMill and getting the following error:
- by Itai Ganot
[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?