I installed libre 0.4.16 on my server using the following (I did this as root
):
wget http://creytiv.com/pub/re-0.4.16.tar.gz
tar xf re-0.4.16.tar.gz
cd re-0.4.16/
make
make install
After that, I went back into the parent folder, and installed restund like so:
wget http://creytiv.com/pub/restund-0.4.12.tar.gz
tar xf restund-0.4.12.tar.gz
cd restund-0.4.12/
make
make install
After this, I tried running the following in the main folder:
restund ./restund-0.4.12/etc/restund.conf
And it gave me this error:
restund: error while loading shared libraries: libre.so: cannot open shared object file: No such file or directory
I searched this up, and I ran ldconfig
in the main directory, but to no avail.
Any other fixes for this problem? Is it because I'm running it as the root
user?
I'm running CentOS 6.4 Linux on my server, if that helps.