raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.05k stars 1.09k forks source link

Using the -gps option with the raspistil command will fail to load libGPS. #593

Open matoken opened 5 years ago

matoken commented 5 years ago

Describe the bug Using the -gps option with the raspistil command will fail to load libGPS.

To reproduce

$ raspistill -gps -o test.jpg
libgps.so.22: cannot open shared object file: No such file or directory
Unable to load the libGPS library

workaround

$ sudo ln -s /usr/lib/arm-linux-gnueabihf/libgps.so.23.0.0 /usr/lib/arm-linux-gnueabihf/libgps.so.22

System

JamesH65 commented 5 years ago

PR to fix this is here https://github.com/raspberrypi/userland/pull/594

6by9 commented 5 years ago

PR merged. @matoken please retest and close if happy.