Hi!
I try to compile my server and get this error (I've never seen)
I execute:
And get this (error in pastin):
Thanks!
Fixed,
solution:
I try to compile my server and get this error (I've never seen)
I execute:
PHP:
./autogen.sh
And get this (error in pastin):
PHP:
pastebin.com/q0ycQLcM
PHP:
root@ubuntu:/otserv# ./autogen.sh
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
Fixed,
solution:
PHP:
sudo apt-get install automake
Last edited: