svn trunk rev 3863 dependencies

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

svn trunk rev 3863 dependencies

Post 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 :)
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post 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.
User avatar
blueberry
Novice
Novice
Posts: 107
Joined: 26 Feb 2007, 23:26
Location: Graz, Austria

Post 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.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

You have to copy said files from the trunk files data folder.
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Post Reply