• 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 lib erro

ToninhoGC

WarGate.EnT
Joined
Oct 2, 2007
Messages
194
Reaction score
1
I'm compiling a new version of 0.2.7 and even after installing a-llua5.1-sql-sqlite it still gives error, I was wondering if I can pull the sqlite lib because I use it on my mysql server

Erro:
Code:
/usr/bin/ld: cannot find -llua5.1-sql-sqlite
collect2: ld returned 1 exit status
make: *** [forgottenserver] Error 1
 
I'm compiling a new version of 0.2.7 and even after installing a-llua5.1-sql-sqlite it still gives error, I was wondering if I can pull the sqlite lib because I use it on my mysql server

Erro:
Code:
/usr/bin/ld: cannot find -llua5.1-sql-sqlite
collect2: ld returned 1 exit status
make: *** [forgottenserver] Error 1


I compiling using this linkers, compiling perfect
-O1
-lboost_regex
-lboost_system
-lboost_thread
-lgmp
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lmysql
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s


if I help you rep please :)
 
Back
Top