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/OpenBSC@lists.osmocom.org/.
Sylvain Munaut 246tnt at gmail.comHi,
> ./bsc_hack: error while loading shared libraries: libosmovty.so.0: cannot open shared object file: No such file or directory
>
> Any ideas what has gone wrong with this install? Obviously openbsc cannot find libosmocore libraries, but I have compiled them cas per usual. Any ideas?
Well yeah ...
When you install libraried in non-standard location you must tell the
ld loader where to look
Either using LD_LIBRARY_PATH en variable or /etc/ld.so.conf
Cheers,
Sylvain