Hi,
i try to get openbsc to work. To do that i followed the steps on the page : http://openbsc.osmocom.org/trac/wiki/OpenBSC_GPRS
till the last step everything go's ok, during the last step :
cd /root/openbsc/openbsc; autoreconf -fi; export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig; ./configure; make
I get the message : checking for LIBOSMONETIF... no configure: error: Package requirements (libosmo-netif >= 0.0.1) were not met:
No package 'libosmo-netif' found
I tried to find this package but was not able to find it. Do you know where i can find this package so that i can get things working ?
Regards Henry
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 06/17/2014 12:13 PM, hulds@gmx.net wrote: [...]
I tried to find this package but was not able to find it. Do you know where i can find this package so that i can get things working ?
It's part of the Osmocom git repositories: http://cgit.osmocom.org/libosmo-netif/
Something like this should work: git clone git://git.osmocom.org/libosmo-netif cd libosmo-netif autoreconf -i ./configure make sudo make install
Cheers
Ciaby