Re: cooledit can't find library/compile from source?

1999-12-19 Thread J.H.M. Dassen \(Ray\)
On Thu, Dec 16, 1999 at 17:27:13 -0600, ktb wrote: > This is the output when I try to run the program, > > /usr/local/cool_e/usr/bin$ ./cooledit > ./cooledit: can't load library 'libCw.so.1' Hmm.. try 'objdump --all-headers /usr/local/cool_e/usr/bin/cooledit' ; if you see an 'RPATH' setting in th

Re: cooledit can't find library/compile from source?

1999-12-16 Thread ktb
"J.H.M. Dassen (Ray)" wrote: > > On Tue, Dec 14, 1999 at 22:51:55 -0600, ktb wrote: > > The thing of it is, the library came with the program and is in, > > > > /usr/local/cool_e/usr/lib > > Add this dir to /etc/ld.so.conf and rerun ldconfig, I added the directory to /etc/ld.so.conf and ran, /

Re: cooledit can't find library

1999-12-16 Thread J.H.M. Dassen \(Ray\)
On Tue, Dec 14, 1999 at 22:51:55 -0600, ktb wrote: > The thing of it is, the library came with the program and is in, > > /usr/local/cool_e/usr/lib Add this dir to /etc/ld.so.conf and rerun ldconfig, or set the environment variable LD_LIBRARY_PATH to this directory, then try again. HTH, Ray --

cooledit can't find library

1999-12-15 Thread ktb
I just downloaded the binary and installed under /usr/local. Anyway I get this error, /usr/local/cool_e/usr/bin# ./cooledit ./cooledit: can't load library 'libCw.so.1' The thing of it is, the library came with the program and is in, /usr/local/cool_e/usr/lib -rwxr-xr-x 1 root root