Hi,
./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