← Back to team overview

igotu2gpx team mailing list archive

[Bug 394508] Re: Cannot find libraries on Fedora

 

Thanks for reporting this. I think this is more a distribution problem though, which I cannot fix :-(. 
I mentioned your fix in INSTALL, in case somebody else has the same problem. 
Installing to /usr might also help, although I would also appreciate if somebody would package it for Fedora :-).

** Changed in: igotu2gpx
   Importance: Undecided => Wishlist

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

** Changed in: igotu2gpx
    Milestone: None => 0.3

** Changed in: igotu2gpx
     Assignee: (unassigned) => Michael Hofmann (mh21)

-- 
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: Fix Committed

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