This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/tetra@lists.osmocom.org/.
Alexander Huemer alexander.huemer at xx.vuHi 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