• 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!

Linux Autogen error

Raggaer

Godly Member
Joined
Jul 25, 2012
Messages
1,557
Solutions
8
Reaction score
957
Location
Spain
Well im trying to compile my server under Debian but I get this error ;

Code:
root@RAGGAER:/home/raggaer/Sources/source# ./autogen.sh
./autogen.sh: line 1: autoreconf: no se encontró la orden

Since it is in spanish the thing says

Code:
./autogen.sh: line 1: autoreconf: command not found ? or order not found


thanks
 
you forgot to run this i think

Code:
cd
sudo apt-get install subversion autoconf build-essential pkg-config libboost-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libcrypto++-dev ccache libboost-filesystem-dev libboost-regex-dev libboost-system-dev libboost-thread-dev screen
 
Back
Top