Thanks, I though it was in the standard location. I have another issue now. I have
installed libosmocore 0.1.27 and the latest clone of openbsc master branch but when
compiling open_bsc I am getting:
No package 'libosmo-sccp' found
I though this was part of libosmocore? I have managed to get a git clone of libosmo-sccp
but a ./configure comes up with:
configure: error: cannot find install-sh, install.sh, or shtool in "."
"./.." "./../.."
I'm keen to get the GPRS branch up and running so I can start testing.
On 14 Nov 2010, at 18:00, Sylvain Munaut wrote:
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