Opened 15 years ago
Closed 14 years ago
#95 closed defect/bug (worksforme)
vehicle_gpsd is linked against the wrong gpsd library
Reported by: | anonymous | Owned by: | kazer |
---|---|---|---|
Priority: | major | Milestone: | version 0.2.0 |
Component: | core | Version: | git master |
Severity: | Keywords: | library libraries vehicle_gpsd gpsd link | |
Cc: | matthieu.bocquet@… |
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 (2)
comment:1 Changed 14 years ago by KaZeR
- Description modified (diff)
comment:2 Changed 14 years ago by KaZeR
- Resolution set to worksforme
- Status changed from new to closed
Old bug, should be fixed since we didn't hear back from it. If needed, please reopen.
Past