[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: where is libgnokii.so
From: |
Derek Broughton |
Subject: |
Re: where is libgnokii.so |
Date: |
Mon, 27 May 2002 10:55:29 -0300 |
From: "Pawel Kot" <address@hidden>
> >>> address@hidden 27 May 2002 14:25:23 >>>
> > When I try to compile any of the 0.4.0pre* sources, everything compiles
but
> > when I try to run the program it says it can't find libgnokii.so. Even
if I
> > choose the debug option which is supposed to use static links, so I
would
> > have thought shouldn't have that problem.
>
> You need to do 'make install'. If you don't want to you need to copy
> common/libgnokii.so to a point covered by ldconfig. (/etc/ld.so.conf)
Doh! Blindly following the instructions, that said: "...and then 'make
install', 'make install-suid', 'make install-strip' or 'make install-ss' to
install...", I did 'make install-suid'. It would appear to need both 'make
install' AND 'make install-suid'.
Thanks.