nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Services compile error


From: Kurt Kaschunke
Subject: Re: [Nel] Services compile error
Date: Thu, 29 Jul 2004 20:29:51 +0200
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Vianney Lecroart wrote:

Hi Michael,

You don't really need to compile the login_service. If you really want to do so, you have to install the mysql library.

Vianney Lecroart

Mike Theel wrote:

Greetings All,

This is a easy question but since I'm very new to SQL...

When compiling the services.dsw I get the following error.

--------------------Configuration: login_service - Win32 DebugFast--------------------
Linking...
LINK : fatal error LNK1181: cannot open input file "libmySQL.lib"
Error executing link.exe.

login_service.exe - 1 error(s), 0 warning(s)

--------------------------------------------------------------------------------------------------------

I have the STLport includes and libs set up correctly and got no problems compiling the the 3D library. What did I happen to do wrong here?

Thank you,

Michael Theel


------------------------------------------------------------------------
Don’t just search. Find. Check out the new MSN Search! <http://g.msn.com/8HMBENUS/2728??PS=47575>


------------------------------------------------------------------------

_______________________________________________
Nel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/nel-all


A successful compile wont get you very far even with libMysql.lin installed. You will also need to create the necessary database tables. There is a SQL command file somewhere that will create SOME of the required tables but not all. You will get SQL error messages when running the services saying tables unknown or columns unknown. You then create the missing tables/fields according to the error messages. Plus these tables will be empty and you will need to input a handful of records yourself.. Most notably you will need to create a shard record. If you need futher assistance i can give you more details. But like previously said, you dont really need all of that since the client can be configured to directly connect to a specific shard via its IP and without authentication.

Cheers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]