On Sun, Sep 18, 2011 at 10:10 AM, elliott-brennan <
[email protected]> wrote:

> $ aweather
> aweather: error while loading shared libraries: libgrits.so.0: cannot open
> shared object file: No such file or directory
>
> If I search for the missing library:
>
> $ locate libgrits.so.0
> /usr/local/lib/libgrits.so.0
>
> Which is itself a link to libgrits.so.0.1.2 which shares the same
> directory.
>
> I wouldn't be surprised if the solution is simple, but it's a bit beyond
> me.
>
> Any assistance would be most appreciated.
>

I'm assuming /usr/local/lib is in ld.so.conf{,.d/*}

try

ldd /usr/local/lib/libgrits.so.0

and do the same to aweather while you're at it.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to