View Single Post
Posts: 638 | Thanked: 1,692 times | Joined on Aug 2009
#5
Originally Posted by dknabe View Post
Thanks for the good work.
However, $: /opt/fldigi/bin/fldigi gets the following error: "./fldigi: error while loading shared libraries: libhamlib.so.2: cannot open shared object file".
$: ldd fldigi shows libhamlib.so.2 not found. However, it exists at /opt/hamlib/lib/libhamlib.so.2.
How should that be fixed?
Yes! You are right.... i forgot to mention that there is some issue building fldigi through hamlib libs installed in /opt...

So, the solution is to make some symbolic link in /usr/lib:

ln -s /opt/hamlib/lib/hamlib /usr/lib/hamlib
ln -s /opt/hamlib/lib/libhamlib++.so.2.0.16 /usr/lib/libhamlib++.so.2.0.16
ln -s /opt/hamlib/lib/libhamlib.so.2.0.16 /usr/lib/libhamlib.so.2.0.16
ln -s /usr/lib/libhamlib.so.2.0.16 /usr/lib/libhamlib.so
ln -s /usr/lib/libhamlib.so.2.0.16 /usr/lib/libhamlib.so.2
ln -s /usr/lib/libhamlib++.so.2.0.16 /usr/lib/libhamlib++.so
ln -s /usr/lib/libhamlib++.so.2.0.16 /usr/lib/libhamlib++.so.2


Sorry but i suppose there is some bug into the configure process of fldigi and until now i can't address this problem.

PS.
added fix to the first post

Last edited by xes; 2012-03-14 at 14:40.