[Help] A Wow Server On Ubuntu?

Newbie Spellweaver
Joined
Nov 22, 2007
Messages
14
Reaction score
0
I was wondering if there was a way to run Ascent on Ubuntu (Linux based OS)? Or is there some guide I missed about it? Besides trying to go through Wine... >_> Looking for it to run natively.

"Z"
 
I have been over that wiki when I was using windows. God I feel like a nub... oh wait... I am. Thanks for stating the obvious. I will give it a go. Thanks Kirth >;+)
 
congrats, i was looking through this forum, and this post specifically made me register on the board.

Yes, you definitely can, as i am running one for my personal use right now. I can't explain exactly what you do, but i followed this (http://forum.ragezone.com/f114/ascent-red-hat-based-server-compile-setup-304027/) guide. Its written for Red Hat linux, but the commands you run, after all the yum package stuff, is the same. You'll have to do more than a little messing around to get all the dependencies (or at least i did) but it is possible.

as for a wiki... i never found one. but this is the first i've heard of it anyway.

NOTE: incase you didn't catch it, you have to compile from source.
 
Looks like there is a problem on Ubuntu 7.10 !!

Just tried to compile it..

Did a search for the error ..and found this

Does anyone know a workaround ?

Code:
make  all-recursive
make[1]: Entering directory `/root/temp'
Making all in dep
make[2]: Entering directory `/root/temp/dep'
Making all in src
make[3]: Entering directory `/root/temp/dep/src'
Making all in lua
make[4]: Entering directory `/root/temp/dep/src/lua'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/temp/dep/src/lua'
Making all in zlib
make[4]: Entering directory `/root/temp/dep/src/zlib'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/temp/dep/src/zlib'
make[4]: Entering directory `/root/temp/dep/src'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/temp/dep/src'
make[3]: Leaving directory `/root/temp/dep/src'
make[3]: Entering directory `/root/temp/dep'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/temp/dep'
make[2]: Leaving directory `/root/temp/dep'
Making all in src
make[2]: Entering directory `/root/temp/src'
Making all in shared
make[3]: Entering directory `/root/temp/src/shared'
g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/include/openssl -I/usr/local/include/openssl -I. -I./../../dep/include  -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/include/openssl -I/usr/local/include/openssl   -MT Log.o -MD -MP -MF .deps/Log.Tpo -c -o Log.o Log.cpp
/usr/include/pthread.h:285: error: conflicting declaration
 
Back