mathwizard wrote:How do I have to compile CF to get the logger?
Well, the best way to attempt this is to read the INSTALL docs in the plugin_logger/ subdirectory of the crossfire source code.
Note that you'll have to perform a couple of operations manually - unlike other parts of Crossfire, there's a little more that just 'configure / make / make install' to make it work. Not very difficult though, as I was myself able to do it
To be able to run the logger, you'll need MySQL or PostgreSQL, as well as a correctly configured webserver supporting PHP.
Don't hesitate to ask further if you need help on that topic.
Au Nom de Son Auguste Majesté,
Lauwenmark Kadensanni Hento Akkendrittae
Général en Chef de l'Armée de l'Ouest.
Well, here is a first one: I just downloaded crossfire-1.5.0.tar.gz, where I supposed the plugin to be, but couuldn't find it (the folder plugins only contains plugin_python and nothing related to the logger). Where is the plugin, or what file do I have to download?
Do not meddle in the affairs of wizards
for they are subtle and quick to anger.
Ok, hopefully fixed that. There should now be a database called crossfire. I now am running into point
3) Using the ODBC tools create a DSN (Database Server Name) and test it.
Testing on systems with unixodbc is done by invoking the following command
isql DSN username password
The next problem will probably come with
6) use any sql tool to create the tables listed in database.txt
Further developpements will include a tool to do it for you.
'Till it's done, do it yourself....
I guess I will need help there as well.
Do not meddle in the affairs of wizards
for they are subtle and quick to anger.
The column names and types are the ones listed in the logger documentation. You may want to consult the MySQL reference manual for extended information about CREATE TABLE.
Au Nom de Son Auguste Majesté,
Lauwenmark Kadensanni Hento Akkendrittae
Général en Chef de l'Armée de l'Ouest.