On Mon, Aug 18, 2008 at 12:36:18PM +1000, Dale Maggee wrote: > Subject: Re: Navit patch for faster map dragging > > Florian Hackenberger wrote: > > On Sunday 17 August 2008, Lothar Behrens wrote: > > > >> I had the same issue, but doing the same with -nodeps worked here > >> too. > >> > > Sorry, forgot to mention that the ipk dependencies are a mess. You need > > the -force-depends option (-nodeps is similar). > > > Thanks, but now I get this: > > ** (process:1704): WARNING **: can't load '/usr/lib/navit/*/lib*.so', > Error '/usr/lib/navit/*/lib*.so: cannot open shared object file: No such > file or directory' > > navit:vehicle_new:invalid type 'gpsd' > navit:map_new:invalid type 'binfile' > > ** (process:1704): WARNING **: no gui > > Using 'navit.xml' > No instance has been created, exiting > > > 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?
I am seeing the same issue - have you found a solution? I compared the
strace with the x86 version which works for me and interestingly i dont
think something like:
1699 stat64("/usr/lib/navit/*/lib*.so", 0xbe9c0a78) = -1 ENOENT (No such file
or directory)
1699 stat64("/usr/lib/navit/*/lib*.so.so", 0xbe9c0a78) = -1 ENOENT (No such
file or directory)
1699 stat64("/usr/lib/navit/*/lib*.so.la", 0xbe9c0a78) = -1 ENOENT (No such
file or directory)
can ever work. stat(64) will never glob * so this is really bogus.
Flo
--
Florian Lohoff [EMAIL PROTECTED] +49-171-2280134
Those who would give up a little freedom to get a little
security shall soon have neither - Benjamin Franklin
signature.asc
Description: Digital signature
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

