Hello All,
I have just tried to compile the latest version of OpenBSC as cloned from git. When running the configure script I run into problems with libosmovty, I receive the error.
Requested 'libosmovty >= 0.1.28' but version of Osmocom VTY Interface Library is 0.1.27.45-de79.
I built libosmocore from the latest git clone.
Can anyone please offer any guidance on how I can resolve this issue or how I can go about installing the latest libosmovty library.
Many Thanks
Matty Harper
On 03/01/2011 12:21 PM, Matthew Harper wrote:
Hello All,
Can anyone please offer any guidance on how I can resolve this issue or how I can go about installing the latest libosmovty library.
You will need to invoke autoreconf --install --force in the copy of libosmocore. This will make it 'regenerate' the version. Of course this should be followed by a make install.