PDA

View Full Version : Warsow .2 is out


b00st
15th September 2006, 06:45 PM
the latest version of Warsow was released yesterday, which is a major improvement over the previous version.

changelog: http://www.warsow.net/changelog.txt
Download: http://www.warsow.net/

If you get any errors loading the game, try looking here for more info:

http://www.warsow.net/forum/viewtopic.php?id=11138

wshawn
15th September 2006, 07:53 PM
Still has the dependcy issue:

libssl.so.0.9.8

I have libssl.so.0.9.8a

Even linked libssl.so.0.9.8 -> ../../lib/libssl.so.0.9.8a

Don't have time now.... I will look at compiling it later


Seems we have to make quite a few links to get this working..

have to do the links in /lib not /usr/lib

b00st
15th September 2006, 09:24 PM

yea, you need to do these two as root in console:

ln /lib/libssl.so.0.9.8a /lib/libssl.so.0.9.8

ln /lib/libcrypto.so.0.9.8a /lib/libcrypto.so.0.9.8