ascent+linux=true?

Newbie Spellweaver
Joined
Oct 23, 2006
Messages
13
Reaction score
0
how can i make ascent work on linux?
I've imported the database to mysql but I've seen somewhere someone said "you have to compile it yourself"
What did he mean with that?

Thanks in advance
//dEnnA
 
WINE does not work I am running a Linux Ascent server just use SVN to get it and just compile it then run it from the terminal like this:
1. cd 2_4_stable/bin
2. ./logonserver
3. Make a new session
4. cd 2_4_stable/bin
5. ./ascent
 
when I enter "svn co -r2554 http://projects.emupedia.com/svn/ascent/trunk" it asks me for a password/login, what shall I write there?
 
dEnnA with all respect... did you ever hear about Google or read other treats on this forum? I'm missing a bit of initiative... The first link I posted should give you the push in the right direction you needed.
 
Can anyone make a compile to run Ascent on a linux server because I would like to test it out and see how it runs on my linux server.
 
I figured it out now, but now when i try to start the logonserver, I get this:
root@server:/opt/ascent/bin# ./logonserver
Ascent 2.6-TRUNK r2600/Release-Linux (X86) :: Logon Server
==============================================================================

The key combination <Ctrl-C> will safely shut down the server at any time.

11:09 N System: Initializing Random Number Generators...
11:09 N Config: Loading Config Files...
11:09 S Config: >> logonserver.conf
11:09 N ThreadMgr: Starting...
11:09 D ThreadPool: Startup, launched 5 threads.
11:09 N Database: Connecting to MySQL on localhost with (root : *********)
sql: Connection failed. Reason was `Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)`

That path to mysqld.sock is wrong, mine is under "/opt/lampp/var/mysql/mysql.sock" where should i change to that?
 
sparks, did you install mysql alone or do you have lampp like me?
I think thats the reason, but I don't know where it gets that path from (/var/run/mysqld/mysqld.sock)
 
but since i have xampp (lampp) I already have an mysql server that works, so i dont want another one just for my wow server.
 
Yeah don't use xamp mysql and you dont need to get compiles for linux because it is so easy in linux to compile.
 
Back