← Back to team overview

igotu2gpx team mailing list archive

[Bug 394508] [NEW] Cannot find libraries on Fedora

 

Public bug reported:

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)

** Affects: igotu2gpx
     Importance: Undecided
         Status: New

-- 
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 support developers,
which is subscribed to igotu2gpx.

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

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)



Follow ups

References