I'm attempting to install Sablotron 0.42 from source on my Redhat Linux 6.1
box but am having trouble. I downloaded the Sablotron and Expat source -
copied the Expat directory to my Sablotron directory and ran (from my
Sablotron directory):
./configure
make
make install
Everything appeared to compile properly. Next I ran:
cp -af ./lib/* /usr/local/lib
cp ./include/* /usr/local/include
Now I would like to run:
./bin/sabcmd
but I receive the following error:
"sabcmd: error in loading shared libraries: libsablot.so.0: cannot open
shared object file: No such file or directory"
A listing of "/usr/local/lib" shows the following:
lrwxrwxrwx 1 root root 14 Aug 21 20:48 libsablot.so ->
libsablot.so.0
lrwxrwxrwx 1 root root 16 Aug 21 20:48 libsablot.so.0 ->
libsablot.so.0.4
-rwxr-xr-x 1 root root 417635 Aug 21 20:48 libsablot.so.0.4
lrwxrwxrwx 1 root root 16 Aug 21 20:48 libxmlparse.so ->
libxmlparse.so.1
lrwxrwxrwx 1 root root 18 Aug 21 20:48 libxmlparse.so.1 ->
libxmlparse.so.1.0
-rwxr-xr-x 1 root root 34972 Aug 21 20:48 libxmlparse.so.1.0
lrwxrwxrwx 1 root root 14 Aug 21 20:48 libxmltok.so ->
libxmltok.so.1
lrwxrwxrwx 1 root root 16 Aug 21 20:48 libxmltok.so.1 ->
libxmltok.so.1.0
-rwxr-xr-x 1 root root 85097 Aug 21 20:48 libxmltok.so.1.0
drwxrwxr-x 4 root root 4096 Aug 15 02:59 perl5
drwxrwxr-x 6 root root 4096 Aug 21 20:00 php
-rw-r--r-- 1 root root 20855 Aug 21 20:12 php.ini
I am somewhat new at this and am completely confused why it cannot find the
"libsablot.so.0" library. I am positive it is something very simple but I
have not been able to come up with anything workable in the past several
hours. Any help is greatly appreciated. Thanks.
- Jamie Alessio
- [EMAIL PROTECTED]