when trying to install on clean debian 8 I get errors.
This is my bash: ./configure bash: ./configure: No such file or directory
running alcohol && automake && autoheader && autoconf also gives lots of errors.
How can I install openggsn?
Hi.
On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote:
when trying to install on clean debian 8 I get errors.
This is my bash: ./configure bash: ./configure: No such file or directory
running alcohol && automake && autoheader && autoconf also gives lots of errors.
What's alcohol?
autoreconf -i produces a configure script just fine on my jessie/amd64 installation. There is only a minor warning regarding configure.{in,ac}. configure does not complain either. make produces some -Wformat warnings, nothing scary. openggsn does not seem to be broken at all.
Kind regards, -Alex
alcohol was a typo from my operating system.
when running autoreconf -i I get this:
autoreconf -i aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' aclocal: warning: couldn't open directory 'm4': No such file or directory automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:13: installing './compile' configure.in:7: installing './config.guess' configure.in:7: installing './config.sub' configure.in:14: installing './install-sh' configure.in:105: installing './missing' Makefile.am: installing './INSTALL' automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' ggsn/Makefile.am: installing './depcomp' gtp/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined gtp/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' gtp/Makefile.am:1: to 'configure.in' and run 'aclocal' and 'autoconf' again. gtp/Makefile.am:1: If 'LT_INIT' is in 'configure.in', make sure gtp/Makefile.am:1: its definition is in aclocal's search path. lib/Makefile.am:1: error: library used but 'RANLIB' is undefined lib/Makefile.am:1: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' lib/Makefile.am:1: to 'configure.in' and run 'autoconf' again. autoreconf: automake failed with exit status: 1
On Wed, Jun 3, 2015 at 4:51 PM, Alexander Huemer alexander.huemer@xx.vu wrote:
Hi.
On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote:
when trying to install on clean debian 8 I get errors.
This is my bash: ./configure bash: ./configure: No such file or directory
running alcohol && automake && autoheader && autoconf also gives lots of errors.
What's alcohol?
autoreconf -i produces a configure script just fine on my jessie/amd64 installation. There is only a minor warning regarding configure.{in,ac}. configure does not complain either. make produces some -Wformat warnings, nothing scary. openggsn does not seem to be broken at all.
Kind regards, -Alex
after apt-get install libtool the errors was removed. but I cannot run make. it says "No targets specified and no makefile found" stop.
On Wed, Jun 3, 2015 at 6:24 PM, Kasper Nielsen kasp.niel@gmail.com wrote:
alcohol was a typo from my operating system.
when running autoreconf -i I get this:
autoreconf -i aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' aclocal: warning: couldn't open directory 'm4': No such file or directory automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:13: installing './compile' configure.in:7: installing './config.guess' configure.in:7: installing './config.sub' configure.in:14: installing './install-sh' configure.in:105: installing './missing' Makefile.am: installing './INSTALL' automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' ggsn/Makefile.am: installing './depcomp' gtp/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined gtp/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' gtp/Makefile.am:1: to 'configure.in' and run 'aclocal' and 'autoconf' again. gtp/Makefile.am:1: If 'LT_INIT' is in 'configure.in', make sure gtp/Makefile.am:1: its definition is in aclocal's search path. lib/Makefile.am:1: error: library used but 'RANLIB' is undefined lib/Makefile.am:1: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' lib/Makefile.am:1: to 'configure.in' and run 'autoconf' again. autoreconf: automake failed with exit status: 1
On Wed, Jun 3, 2015 at 4:51 PM, Alexander Huemer alexander.huemer@xx.vu wrote:
Hi.
On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote:
when trying to install on clean debian 8 I get errors.
This is my bash: ./configure bash: ./configure: No such file or directory
running alcohol && automake && autoheader && autoconf also gives lots of errors.
What's alcohol?
autoreconf -i produces a configure script just fine on my jessie/amd64 installation. There is only a minor warning regarding configure.{in,ac}. configure does not complain either. make produces some -Wformat warnings, nothing scary. openggsn does not seem to be broken at all.
Kind regards, -Alex
sorry. I ran ./configure now. It fails with:
./configure: line 15892: syntax error near unexpected token `LIBOSMOCORE,' ./configure: line 15892: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.6.4)'
Do i need to install other things before the ggsn?
On Wed, Jun 3, 2015 at 7:33 PM, Kasper Nielsen kasp.niel@gmail.com wrote:
after apt-get install libtool the errors was removed. but I cannot run make. it says "No targets specified and no makefile found" stop.
On Wed, Jun 3, 2015 at 6:24 PM, Kasper Nielsen kasp.niel@gmail.com wrote:
alcohol was a typo from my operating system.
when running autoreconf -i I get this:
autoreconf -i aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' aclocal: warning: couldn't open directory 'm4': No such file or directory automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:13: installing './compile' configure.in:7: installing './config.guess' configure.in:7: installing './config.sub' configure.in:14: installing './install-sh' configure.in:105: installing './missing' Makefile.am: installing './INSTALL' automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' ggsn/Makefile.am: installing './depcomp' gtp/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined gtp/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' gtp/Makefile.am:1: to 'configure.in' and run 'aclocal' and 'autoconf' again. gtp/Makefile.am:1: If 'LT_INIT' is in 'configure.in', make sure gtp/Makefile.am:1: its definition is in aclocal's search path. lib/Makefile.am:1: error: library used but 'RANLIB' is undefined lib/Makefile.am:1: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' lib/Makefile.am:1: to 'configure.in' and run 'autoconf' again. autoreconf: automake failed with exit status: 1
On Wed, Jun 3, 2015 at 4:51 PM, Alexander Huemer alexander.huemer@xx.vu wrote:
Hi.
On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote:
when trying to install on clean debian 8 I get errors.
This is my bash: ./configure bash: ./configure: No such file or directory
running alcohol && automake && autoheader && autoconf also gives lots
of
errors.
What's alcohol?
autoreconf -i produces a configure script just fine on my jessie/amd64 installation. There is only a minor warning regarding configure.{in,ac}. configure does not complain either. make produces some -Wformat warnings, nothing scary. openggsn does not seem to be broken at all.
Kind regards, -Alex
On Wed, Jun 03, 2015 at 07:34:47PM +0200, Kasper Nielsen wrote:
sorry. I ran ./configure now. It fails with:
./configure: line 15892: syntax error near unexpected token `LIBOSMOCORE,' ./configure: line 15892: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.6.4)'
Do i need to install other things before the ggsn?
Yes, ask a web search engine, it's the first hit.
Kind regards, -Alex
i found http://openbsc.osmocom.org/trac/wiki/OpenBSC_GPRS
following that tutorial gives same error. if i first install libosmocore and then openggsn i get this: config.status: error: cannot find input file: `Makefile.in' make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop.
i could try and rename the Makefile.am to .in, but that seems wrong or?
On Wed, Jun 3, 2015 at 7:41 PM, Alexander Huemer alexander.huemer@xx.vu wrote:
On Wed, Jun 03, 2015 at 07:34:47PM +0200, Kasper Nielsen wrote:
sorry. I ran ./configure now. It fails with:
./configure: line 15892: syntax error near unexpected token
`LIBOSMOCORE,'
./configure: line 15892: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.6.4)'
Do i need to install other things before the ggsn?
Yes, ask a web search engine, it's the first hit.
Kind regards, -Alex
On Fri, Jun 05, 2015 at 11:57:13AM +0200, Kasper Nielsen wrote:
following that tutorial gives same error. if i first install libosmocore and then openggsn i get this: config.status: error: cannot find input file: `Makefile.in' make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop.
i could try and rename the Makefile.am to .in, but that seems wrong or?
The problems you are facing have nothing to do with the software you are trying to use. You just don't know how to build it. Those problems are out of scope of this ML. Use a web search engine and learn how to build software that's based on autotools.
Kind regards, -Alex
i see. sorry.
On Fri, Jun 5, 2015 at 12:45 PM, Alexander Huemer alexander.huemer@xx.vu wrote:
On Fri, Jun 05, 2015 at 11:57:13AM +0200, Kasper Nielsen wrote:
following that tutorial gives same error. if i first install libosmocore and then openggsn i get this: config.status: error: cannot find input file: `Makefile.in' make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop.
i could try and rename the Makefile.am to .in, but that seems wrong or?
The problems you are facing have nothing to do with the software you are trying to use. You just don't know how to build it. Those problems are out of scope of this ML. Use a web search engine and learn how to build software that's based on autotools.
Kind regards, -Alex
i just thought when doing exactly as the tutorial said with this software and it failed that there was something wrong with software or tutorial.
On Fri, Jun 5, 2015 at 1:25 PM, Kasper Nielsen kasp.niel@gmail.com wrote:
i see. sorry.
On Fri, Jun 5, 2015 at 12:45 PM, Alexander Huemer alexander.huemer@xx.vu wrote:
On Fri, Jun 05, 2015 at 11:57:13AM +0200, Kasper Nielsen wrote:
following that tutorial gives same error. if i first install libosmocore and then openggsn i get this: config.status: error: cannot find input file: `Makefile.in' make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop.
i could try and rename the Makefile.am to .in, but that seems wrong or?
The problems you are facing have nothing to do with the software you are trying to use. You just don't know how to build it. Those problems are out of scope of this ML. Use a web search engine and learn how to build software that's based on autotools.
Kind regards, -Alex
osmocom-net-gprs@lists.osmocom.org