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

-llua5.1-sql-sqlite

Anothai

:3
Joined
Mar 24, 2008
Messages
641
Reaction score
3
Location
Turtle Tail :'O
lua5.1-sql-sqlite -ldl -lboost_system
/usr/bin/ld: cannot find -llua5.1-sql-sqlite
collect2: ld returned 1 exit status
make: *** [theforgottenserver] Error 1

Problem with compiling :(
 
If You're using Debian:
Code:
apt-get install liblua5.1-sql-mysql-dev liblua5.1-sql-mysql-2 liblua5.1-sql-sqlite-dev liblua5.1-sql-sqlite2
 
If You're using Debian:
Code:
apt-get install liblua5.1-sql-mysql-dev liblua5.1-sql-mysql-2 liblua5.1-sql-sqlite-dev liblua5.1-sql-sqlite2
I have those already :/ Something is stupid :(
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
I have those already :/ Something is stupid :(
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I think you have some newer files that don't support -llua5.1-sql-sqlite

To fix it:

Try removing these files:
liblua5.1-sql-sqlite3-dev
and
liblua5.1-sql-sqlite3-2

Code:
sudo apt-get remove liblua5.1-sql-sqlite3-dev
sudo apt-get remove liblua5.1-sql-sqlite3-2

Then, install the previous versions:
liblua5.1-sql-sqlite-dev
liblua5.1-sql-sqlite2

Download them here:
http://packages.ubuntu.com/gutsy/interpreters/liblua5.1-sql-sqlite2
http://packages.ubuntu.com/feisty/interpreters/liblua5.1-sql-sqlite-dev

Now install them and try to compile again
^_^

Don't use the terminal to get these files or you will get the newer versions again.
 
Back
Top