Hi Michael,

I just have tried to install Sablot without root privileges (on my box 
with RedHat 6.2) and it works fine. I have gone through the following steps:

./configure --prefix=mydir --exec-prefix=mydir
make
make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:mydir/lib
export PATH=$PATH:mydir/bin

Regards,
Petr


Michael Beddow wrote:

> To be more specific:
> 
> It looks to me like sab ignores the LD_LIBRARY_PATH
> variable.
> 
> To try to reproduce the problems on my own box,
> (using 0.5.0 this time), I deleted the library from
> where I normally put it and ld.so finds it, then
> pointed LD_LIBRARY_PATH to its actual location.
> 
> Here's the result:
> 
> # ls /usr/src/Sablot-0.50/lib
> libsablot.so@  libsablot.so.0@  libsablot.so.0.50.0*
> 
> # export LD_LIBRARY_PATH=/usr/src/Sablot-0.50/lib
> # /usr/src/Sablot-0.50/bin/sabcmd
> c++: sabcmd.o: No such file or directory
> c++: ../engine/.libs/libsablot.so: No such file or directory
> 
> Anybody??
> 
> ------------------------------------------
> Michael Beddow
> http://www.mbeddow.net/


-- 
Petr Cimprich
Ginger Alliance Ltd.
www.gingerall.com

Reply via email to