Hi Jean-Marc,
On Fri, Feb 24, 2012 at 01:12:35PM +0000, Jean-Marc Dhainaut wrote:
Ok the program Osmo-Tetra FCDP"is running but i
have an error msg from tetra-rx
./osmo-tetra/src/tetra-rx: error
while loading shared libraries: libosmocore.so.4: cannot open shared
object file: No such file or directory"
What is the problem ? i think the librairies are correctly installed
Most likely that's corrent, otherwise the compiler driver could not have
linked the executable.
$ sudo ldconfig
should do the trick. That's always necessary after installing libraries.
See the manpage of ldconfig.
Kind regards,
-Alexander Huemer