From: Kir Kolyshkin (no email)
Date: Sun Nov 03 2002 - 19:37:40 EST
SETRO wrote:
> kir, hello!
> i try install 1.2.10, but after exec s.cgi or index i see this
> error:
>
>>error while loading shared libraries: cannot open shared object
>>file: cannot load shared object file: No such file or directory
>
> i try configure --with-mysql --enable-charset-guesser --enable-font-size
> also i try
> --enable-static=yes and try no
> --enable-shared=yes and try no
> no result: always this error, but when i install 1.2.9 was all ok.
>
> what libraries 1.2.10 is searching?
Probably you haven't run 'make install'??
You can easily find it out using strace utility.
Smth like:
$ strace -f -o out /path/to/index
$ less out
and look for the last failed 'open' call (Shift-g to go
to end-of-file, then ?open to backward search for 'open').
|
|
|