View previous topic :: View next topic |
Author |
Message |
Mappo
Joined: 08 Jul 2005 Posts: 1 Location: Germany
|
Posted: Fri Jul 08, 2005 13:25 Post subject: Installation on Linux |
|
|
Hi there.
I've been trying to get NWNX running on my debian Linux machine. I'm pretty new to Linux but until now I've been able to figure out most of the stuff.
But here is Where it ends. When trying to compile NWNX it tells me that some kind of MYSQL stuff can't be found. I did some searching on Google and basically reinstalled the MYSQL-Server via apt.
I tried to make NWNX again but still the same errors...
Well, actually I'm totally confused now. Thanks for helping. |
|
Back to top |
|
|
NoMercy
Joined: 03 Jan 2005 Posts: 123 Location: UK
|
Posted: Fri Jul 08, 2005 20:47 Post subject: |
|
|
If you could paste the errors that you get it would be a lot more helpful, a random guess is that youve only got mysql installed and not the development files you'll need to build programs which use mysql, try:
Code: | apt-get install libmysqlclient-dev |
|
|
Back to top |
|
|
|