• 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 Compiling in Ubuntu, trunk 3777

Status
Not open for further replies.

Erik J

Member
Joined
Feb 18, 2012
Messages
149
Reaction score
10
Location
Sweden
I followed this guide: http://otland.net/f479/ubuntu-nothi...gotten-server-modernaac-mysql-lighttpd-89001/

I did:

cd /home/
chmod 777 -R sources
cd sources

./autogen.sh
./configure --enable-mysql
./build.sh

When i started to compiling, this error came up 30 seconds later:

Code:
make[1]: *** No rule to make target `rsa.o', needed by `theforgottenserver'.  Stop.
make[1]: *** Waiting for unfinished jobs....
  CXX    raids.o
make[1]: Leaving directory `/home/erik/sources'
 
Status
Not open for further replies.
Back
Top