[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libgnustep-base
From: |
Truls Becken |
Subject: |
Re: libgnustep-base |
Date: |
Thu, 11 Nov 2010 23:57:33 +0100 |
On Thu, Nov 11, 2010 at 21:45, Stefan Elwesthål wrote:
> ././obj/make_services: error while loading shared libraries:
> libgnustep-base.so.1.21: cannot open shared object file: No such file or
> directory
If you are installing from svn, and did not change prefix or file
system layout from the defaults, libgnustep-base.so.1.21 should be in
/usr/local/lib.
What you should do in that case, is make sure /usr/local/lib is listed
in /etc/ld.so.conf, and then run ldconfig as root.
Hope this helps,
Truls