Ticket #95 (new defect/bug)

Opened 11 months ago

Last modified 5 months ago

vehicle_gpsd is linked against the wrong gpsd library

Reported by: anonymous Assigned to: kazer
Priority: major Milestone: version 0.2.0
Component: core Version: svn
Keywords: library libraries vehicle_gpsd gpsd link Cc: matthieu.bocquet@free.fr

Description (Last modified by KaZeR)

Target platform: EEEpc 701 FR

Due to a bug in my GPS device firware I had to download and compile the latest version of gpsd (2.37) So I done it.

After, I download NavIt? source from CSV repository, and compile performing the following steps:

1 - sudo ./autogen.sh

2 - sudo ./configure --disable-binding-python

3 - sudo make

Once it was done, I try to launch NavIt?, but i got error messages (see binding copy / past on pastebin @ http://pastebin.com/f298f40fb)

Following checks done:

#> ls /home/user/navit/src/vehicle/gpsd/.libs/libvehicle*
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.la
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.lai
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.so
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.so.0
/home/user/navit/src/vehicle/gpsd/.libs/libvehicle_gpsd.so.0.0.0

#> sudo find /* -name libgps.so.17

/usr/local/lib/libgps.so.17

So libraries seem to be where they are supposed to be.

Probably due to the fact that vehicle_gpsd is linked against the wrong gpsd library

Change History

08/21/08 17:48:10 changed by KaZeR

  • description changed.

Past