Razish / japp

JA++ server and client modification for Jedi Academy
GNU General Public License v2.0
44 stars 30 forks source link

How to use Mysql/sqlite in ja++? #363

Closed Dexter4637 closed 7 years ago

Dexter4637 commented 8 years ago

@EpicLoyd can u tell me how to use mysql/sqlite with ja++? I cant compile it under linux with no_mysql=0. Maybe u can help.

Exmirai commented 8 years ago

as far as i can remember japp builds fine under linux and have some errors on windows. What error do you get?

Razish commented 8 years ago

I will experiment with SQL/sqlite support on Linux soon, where soon is an undetermined point in time before I die.

Dexter4637 commented 8 years ago

When I try to compile with scons no_sse=1 no_sql=0 i get this error: usr/bin/ld: cannot find -lmysqlclient @EpicLoyd

Dexter4637 commented 8 years ago

push, no ideas @EpicLoyd ?

Exmirai commented 8 years ago

uh oh, seems to me that linker cannot find static mysql library

Exmirai commented 8 years ago

mm...in libs/linux/32(64)/ lib called libmysqlclient.a not mysqlclient.a