On Tuesday 19 August 2008, Florian Lohoff wrote:
> 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.
Hi!
Sorry, I forgot to add the navit.xml patch which was originally applied
to the navit 0.4.0 package (didn't notice because I used the navit.xml
file from the original package on my Neo). I updated the package on my
website. The fix only touches the navit.xml file, therefore you can
simply modify the navit.xml file you use. See the original patch
(attached).
The new packages (including locate package, not tried though) are here:
http://www.acoveo.org/openmoko/
Cheers,
Florian
--
DI Florian Hackenberger
[EMAIL PROTECTED]
www.hackenberger.at
--- navit-0.0.3/src/navit.xml.orig 2008-01-01 15:24:43.000000000 +0000
+++ navit-0.0.3/src/navit.xml 2008-01-01 15:25:01.000000000 +0000
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE navit SYSTEM "navit.dtd">
<plugins>
- <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so"/>
- <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so" active="no" />
+ <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}lib*.so.0"/>
+ <plugin path="$NAVIT_LIBDIR/*/${NAVIT_LIBPREFIX}libgraphics_null.so.0" active="no" />
</plugins>
<debug name="navit:do_draw" level="0" />
<!--
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community