Page 1 of 1

svn trunk rev 3863 dependencies

Posted: 03 Feb 2008, 03:32
by blueberry
just tried to ./configure the current trunk tmwserv on lenny and it argues about:
...
checking for EVP_md5 in -lcrypto... no
configure: error: *** Unable to find libcrypto library
Installed: libcrypto++7, libcrypto++-dev

Might be a version error, but theres no hint in INSTALL and README txt file, so pls help :)

Posted: 05 Feb 2008, 16:58
by Bjørn
You're probably missing the libssl-dev package, since:

Code: Select all

tlindeij@horst-dieter:build$ dpkg -S /usr/lib/libcrypto.so.0.9.8
libssl0.9.8: /usr/lib/libcrypto.so.0.9.8
Feel free to contribute changes to the README file to help people installing the necessary dependencies.

Posted: 07 Feb 2008, 20:59
by blueberry
Thanks, you were right!

make went fine, but some errors occured after executing:
tmwserv-game:

[20:38:24] [INF] The Mana World Game Server v0.0.1
I/O warning : failed to load external entity "/home/tux/.tmwserv.xml"
[20:38:24] [INF] Using config file: /home/tux/.tmwserv.xml
[20:38:24] [INF] Using log file: /home/tux/.tmwserv-game.log
[20:38:24] [WRN] Failed to load 'maps.xml': No such entry in search path
[20:38:24] [ERR] Map Manager: Could not find maps.xml!
[20:38:24] [WRN] Failed to load 'items.xml': No such entry in search path
[20:38:24] [ERR] Item Manager: Could not find items.xml!
[20:38:24] [WRN] Failed to load 'monsters.xml': No such entry in search path
[20:38:24] [ERR] Monster Manager: Could not find monsters.xml!
[20:38:24] [INF] Connection established to the account server.
[20:38:24] [INF] Game handler started:
[20:38:24] [INF] Listening on port 9604...

tmwserv-account:

[20:38:18] [INF] The Mana World Account+Chat Server v0.0.1
I/O warning : failed to load external entity "/home/tux/.tmwserv.xml"
[20:38:18] [INF] Using Config File: /home/tux/.tmwserv.xml
[20:38:18] [INF] Using Log File: /home/tux/.tmwserv-account.log
[20:38:18] [INF] SQLite uses ./tmw.db as DB.
[20:38:18] [INF] Account handler started:
[20:38:18] [INF] Listening on port 9601...
[20:38:18] [INF] Game server handler started:
[20:38:18] [INF] Listening on port 9602...
[20:38:18] [INF] Chat handler started:
[20:38:18] [INF] Listening on port 9603...
[20:38:25] [INF] A new client connected from 127.0.0.1:32807 to port 9602
[20:38:25] [INF] Game server localhost:9604 wants to register 0 maps.

Posted: 07 Feb 2008, 23:10
by Crush
You have to copy said files from the trunk files data folder.