[OGo-Users] Missing libZSBackend_d.so.1.5 starting zidestore
Eduardo Elgueta
users@opengroupware.org
Mon, 23 Oct 2006 13:00:23 -0300
On 10/23/06, Adam Tauno Williams <adam@morrison-ind.com> wrote:
> > I just installed Ogo 1.5 (trunk). When I do a "service ogo-zidestore
> > start" I get this:
>
> >From packages or source?
Packages.
> > /usr/local/sbin/ogo-zidestore-1.5: error while loading shared
> > libraries: libZSBackend_d.so.1.5: cannot open shared object file: No
> > such file or directory
>
> Wierd.
Indeed.
> > However, this library is in /usr/local/lib/libZSBackend_d.so.1.5
> > Any ideas?
>
> If you "ldd /usr/local/lib/libZSBackend_d.so.1.5" do you see any missing
> dependencies?
No missing dependencies. I found out
/usr/local/lib/libZSBackend_d.so.1.5 is actually a link to
/usr/local/lib/libZSBackend_d.so.1.5.88
> If your run "/sbin/ldconfig" as superuser and try again do you get the
> same message?
No. Now it's working great.
Thanks.