← Back to team overview

igotu2gpx team mailing list archive

[Bug 394508] Re: Cannot find libraries on Fedora

 

** Changed in: igotu2gpx
       Status: Fix Committed => Fix Released

-- 
Cannot find libraries on Fedora
https://bugs.launchpad.net/bugs/394508
You received this bug notification because you are a member of
MobileAction i-gotU USB GPS travel logger Mac/Linux developers, which is
subscribed to igotu2gpx.

Status in MobileAction i-gotU USB GPS travel logger Mac/Linux support: Fix Released

Bug description:
Not so much a bug of the driver, as a problem for installing on Fedora.

After compiling and installing without errors, igotugui gives the following error:

/usr/local/bin/igotugui: error while loading shared libraries: libigotu.so.1: cannot open shared object file: No such file or directory

Fix included :-)
Create a file "/etc/ld.so.conf.d/local.conf" with the following content:
-----------
/usr/local/lib
-----------
and run:
ldconfig

(apparently, Fedora does not always /usr/local/lib; maybe a test in the install-process would be nice)



References