Navit patch for faster map dragging

Christian Anke carcinoma at gmx.net
Tue Aug 19 21:45:23 CEST 2008


Am Dienstag 19 August 2008 17:39:56 schrieb Florian Lohoff:
> On Tue, Aug 19, 2008 at 05:23:14PM +0200, arne anka wrote:
> > >> doing 'ls -R /usr/lib/navit/' gives me a list of all the libraries set
> > >> out in a directory structure, so the libraries are there... any Ideas
> > >> why it's not finding them?
> >
> > quick idea: set LD_LIBRARY_PATH, but ...
> >
> > > 1699  stat64("/usr/lib/navit/*/lib*.so", 0xbe9c0a78) = -1 ENOENT (No
> >
> > these * look odd. did you put them in  there or are the really from
> > navit?
>
> The problem is that the navit package contains only so.0.0.0 libs and .so.0
> symlinks - navit trys to open the libs with a simple .so
>
> Broken package.
>
> Flo

changing navit.xml from

<plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so"/>

to

<plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so*"/>

solves this for me (it starts)

 Carci




More information about the community mailing list