• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

/autogen.sh

deezox17

Member
Joined
Jun 24, 2012
Messages
38
Reaction score
17
Hello ppl,

I've got a problem installing TFS on Linux (Ubuntu 15.10).

When executing ./autogen.sh

Code:
configure.ac:93: error: possibly undefined macro: AC_CHECK_HEADERS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:117: error: possibly undefined macro: AM_PATH_XML2
configure.ac:117: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:122: error: possibly undefined macro: AC_CHECK_LIB
autoreconf2.50: /usr/bin/autoconf failed with exit status: 1
root@Olysia:/home/otserv/sources# cd src
root@Olysia:/home/otserv/sources/src# ./autogen.sh
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal --force
configure.ac:117: warning: macro 'AM_PATH_XML2' not found in library
autoreconf2.50: configure.ac: tracing
autoreconf2.50: configure.ac: not using Libtool
autoreconf2.50: running: /usr/bin/autoconf --force
configure.ac:93: error: possibly undefined macro: AC_CHECK_HEADERS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:117: error: possibly undefined macro: AM_PATH_XML2
configure.ac:117: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:122: error: possibly undefined macro: AC_CHECK_LIB
autoreconf2.50: /usr/bin/autoconf failed with exit status: 1


following this tutorial: https://otland.net/threads/how-to-setup-server-site-dos-protection-how-to-compile.137906/

please help!
rep
 
Last edited:
Hello ppl,

I've got a problem installing TFS on Linux (Ubuntu 15.10).

When executing ./autogen.sh

Code:
configure.ac:93: error: possibly undefined macro: AC_CHECK_HEADERS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:117: error: possibly undefined macro: AM_PATH_XML2
configure.ac:117: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:122: error: possibly undefined macro: AC_CHECK_LIB
autoreconf2.50: /usr/bin/autoconf failed with exit status: 1
root@Olysia:/home/otserv/sources# cd src
root@Olysia:/home/otserv/sources/src# ./autogen.sh
autoreconf2.50: Entering directory `.'
autoreconf2.50: configure.ac: not using Gettext
autoreconf2.50: running: aclocal --force
configure.ac:117: warning: macro 'AM_PATH_XML2' not found in library
autoreconf2.50: configure.ac: tracing
autoreconf2.50: configure.ac: not using Libtool
autoreconf2.50: running: /usr/bin/autoconf --force
configure.ac:93: error: possibly undefined macro: AC_CHECK_HEADERS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:117: error: possibly undefined macro: AM_PATH_XML2
configure.ac:117: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:122: error: possibly undefined macro: AC_CHECK_LIB
autoreconf2.50: /usr/bin/autoconf failed with exit status: 1


following this tutorial: https://otland.net/threads/how-to-setup-server-site-dos-protection-how-to-compile.137906/

please help!
rep

Code:
sudo apt-get install libxml2-dev
 
Back
Top