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

Compiling [Linux][Mystic Spirit v20] I'm not able to compile it

simsung

Member
Joined
Nov 23, 2008
Messages
38
Reaction score
5
Hi there.
I'm using debian etch updated to lenny.
I have needed libraries for compile (do not have problems with compiling other sources) boost too.

And here it is after typing "make"
nopaste.com (beta)

I'm not really good at linux but if you give me hints Ill try to solve this.
 
Code:
/usr/bin/ld: cannot find -llua5.1-sql-mysql

Something wrong with linkers, probably typo.
 
Code:
XXX@XXX-desktop:~$ sudo apt-cache search lua5.1-sql-mysql
liblua5.1-sql-mysql-2 - luasql library for the lua language version 5.1
liblua5.1-sql-mysql-dev - luasql development files for the lua language version 5.1
Try first result.

@edit: Paste this:
Code:
apt-get install llua5.1-sql-mysql
and post result.
 
simsung@xxxxxxxx:~/otserv/0.2pl20$ apt-cache search lua5.1-sql-mysql

liblua5.1-sql-mysql-2 - luasql library for the lua language version 5.1
liblua5.1-sql-mysql-dev - luasql development files for the lua language version 5.1

##
It seems i do not have something in repository
E: Nie udało się odnaleźć pakietu llua5.1-sql-mysql
E: Couldn't find llua5.1-sql-mysql

Can You tell me where is repo file ? (i forgot :D) And what should I add there for lenny distro.
I've found mine repo file (xD!) I've added some standard repos for lenny but I'm still not able to install llua~

#####
I found this one on google:

Code:
deb http://mir1.ovh.net/debian/ etch main
deb-src http://mir1.ovh.net/debian/ etch main
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian testing main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
deb-src http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free
deb-src http://security.debian.org testing/updates main contrib non-free
But... Mine distro is lenny, it's gonna be safe for me ? Because it's etches repositories
 
Last edited:
I know what repository is... I've thought that i cannot install llua5.1~ etc beacause I do not have proper repository in mine sources.list and linux cannot find it.

Fu**=/
/usr/bin/ld: cannot find -liblua5.1-sql-mysql-2
collect2: ld returned 1 exit status
make: *** [theforgottenserver] Błąd 1


I've changed that one in Makefile. And of course I've installed liblua5.1-sql-mysql-2

xxxxxx:/etc/apt# apt-cache search liblua5.1-sql-mysql-2
liblua5.1-sql-mysql-2 - luasql library for the lua language version 5.1

Nevermind. I'm gonna use 03b1pl2 :)
 
Last edited:
Back
Top