Hi,
please reply to the ML, not only to me.
according to [1] osmo-hnbw is available in CentOS_8, but I think you are using CentOS_7. Maybe try using the package from CentOS_8.
[1] https://build.opensuse.org/project/monitor/network:osmocom:nightly
On 3/18/22 08:46, Sjur Thomas Lien wrote:
Hi,
Thanks for quick feedback. First of all, I can't find OsmoHNBGW executable, so that at least needs to be compiled. And I totally agree, I'll use prebuilt packages if I can find them. I did find prebuilt libosmocore, but did not find prebuilt osmo-mgw. So when running 'make ' on osmo-mgw, I see that file osmocom/netif/osmux.h is missing. Netif was not available, so I did a git clone of netif, and tried a ./configure.
That's when I got this fault:
checking for osmo_sock_init2_multiaddr in -losmocore... no configure: error: libosmocore built without libsctp support [root@tmaeurcellmngr libosmo-netif]#
So my conclusion was that the prebuilt libosmocore could not be used in my case. That's why I tried to compile libosmocore from scratch.
But thanks for advice, I'll give it another go.
BR, /Sjur