I've just want to avoid setting $LD_LIBRARY_PATH everytime i run my perl,
however after doing crle (i forgot the -u !)
root# crle -l /usr/local/rrdtool-1.2.19/lib
now all command refused to run (ls, cd etc)
Somebody kind enough to help fix this pls?
Now i can't do su or login as root, but still has user login.
;-(
user$ ls
ld.so.1: ls: fatal: libsec.so.1: open failed: No such file or directory
Killed
Thanks.
--budhi
first, i try to use:
$ENV{LD_LIBRARY_PATH} = "/usr/local/rrdtool-1.2.19/lib";
but it won't work...