View previous topic :: View next topic |
Author |
Message |
Odeesi
Joined: 22 Oct 2006 Posts: 3
|
Posted: Sun Oct 22, 2006 22:14 Post subject: make install / MYSQL-Problem |
|
|
Hi
I have probs installing my NWNX-Server on my Debian Sarge-Server. Whenever I want to install it, I get MySQL-Problems. Maybe sum1 can help me with that.
Code: |
my_own_server:~/linnwnx2# make install
make -C db
make[1]: Entering directory `/root/linnwnx2/db'
g++ -mcpu=i386 -I.. -c -o NWNXmysql.o NWNXmysql.cpp
In Datei, eingefügt von NWNXmysql.h:17,
von NWNXmysql.cpp:20:
../db/dbmysql.h:27:25: mysql/mysql.h: Datei oder Verzeichnis nicht gefunden
In file included from NWNXmysql.h:17,
from NWNXmysql.cpp:20:
../db/dbmysql.h:40: error: 'MYSQL' is used as a type, but is not defined as a
type.
../db/dbmysql.h:41: error: Syntaxfehler before `*' token
make[1]: *** [NWNXmysql.o] Fehler 1
make[1]: Leaving directory `/root/linnwnx2/db'
make: *** [db] Fehler 2
|
Sincerly yours
Odeesi |
|
Back to top |
|
|
DarkstarsDad
Joined: 17 Jan 2005 Posts: 59 Location: Overland Park, Kansas USA
|
Posted: Mon Oct 23, 2006 5:10 Post subject: need dev for mysql |
|
|
I think you need the developer rpm (Header libraries, client and server lib.) for mysql. check to see if you have it in your system. or get it from mysql site _________________ Just because you think you can't. Is the best reason to try it anyway. |
|
Back to top |
|
|
Odeesi
Joined: 22 Oct 2006 Posts: 3
|
Posted: Mon Oct 23, 2006 22:59 Post subject: |
|
|
Aight... solved the prob... i didn't install the libmysql-stuff... |
|
Back to top |
|
|
DarkstarsDad
Joined: 17 Jan 2005 Posts: 59 Location: Overland Park, Kansas USA
|
Posted: Mon Oct 23, 2006 23:40 Post subject: Cool |
|
|
Thought thats what it was. Have fun. _________________ Just because you think you can't. Is the best reason to try it anyway. |
|
Back to top |
|
|
|