-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Quote:
18:11:46 up 14:48, 2 users, load average: 0.26, 0.21, 0.16
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
ascent pts/0 petrich-pppoe146 16:05 1.00s 0.30s 0.01s w
root pts/1 petrich-pppoe146 16:06 5:21m 0.22s 0.05s -su
ascent@debian:~/realm_1/bin$ ./ascent-logonserver
Ascent 4.4-TRUNK r4552/Release-Linux (X86) :: Logon Server
==============================================================================
The key combination <Ctrl-C> will safely shut down the server at any time.
18:11 N System: Initializing Random Number Generators...
18:11 N Config: Loading Config Files...
18:11 N ThreadMgr: Starting...
18:11 D ThreadPool: Startup, launched 5 threads.
18:11 N MySQLDatabase: Connecting to `localhost`, database `logon`...
18:11 D ThreadPool: Thread 1 started.
18:11 D ThreadPool: Thread 1 entered the free pool.
18:11 D ThreadPool: Thread 2 started.
18:11 D ThreadPool: Thread 2 entered the free pool.
18:11 D ThreadPool: Thread 3 started.
18:11 D ThreadPool: Thread 3 entered the free pool.
18:11 D ThreadPool: Thread 4 started.
18:11 D ThreadPool: Thread 4 entered the free pool.
18:11 D ThreadPool: Thread 5 started.
18:11 D ThreadPool: Thread 5 entered the free pool.
18:11 D ThreadPool: Thread 1 left the thread pool.
18:11 D ThreadPool: Thread 1 is now executing task at 0x807ef00.
18:11 D ThreadPool: Thread 2 left the thread pool.
18:11 D ThreadPool: Thread 2 is now executing task at 0x80ae638.
18:11 N AccountMgr: Starting...
18:11 N InfoCore: Starting...
18:11 N PatchMgr: Loading Patches...
18:11 E PatchMgr: No patches found.
18:11 N AccountMgr: Precaching accounts...
18:11 N AccountMgr: 4 accounts are loaded and ready.
18:11 D ThreadPool: Thread 3 left the thread pool.
18:11 D ThreadPool: Thread 3 is now executing task at 0x80ae870.
18:11 D ThreadPool: Thread 4 left the thread pool.
18:11 D ThreadPool: Thread 4 is now executing task at 0x80aea38.
18:11 D ThreadPool: Thread 5 left the thread pool.
18:11 D ThreadPool: Thread 5 is now executing task at 0x80aeb78.
Hooking signals...
Success! Ready for connections
8:11 E PatchMgr: No patches found. !!!
How to patch this .. Sorry i'm new ... :sq_yellow
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Can you check out my topic http://forum.ragezone.com/showthread...45#post3420945 and see what is wrong. It's about ./Configure
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Quote:
Originally Posted by
Medraq
My final step-by-step document will take a bit longer to upload .... my hard drive died and as luck would have it, I hadn't taken a recent backup of that doc. I had a backup of almost everything else, but it'll take me a while to restore everything :o/
It turns out the hard drive was just the beginning :o(
I had to replace the entire PC after many random errors :o(
I'm still waiting for the new hard drives - using an IDE temp HDD for now.
On the upside - I have a better PC now .....
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
I get the following error when I try to run 'make':
Quote:
[fearwow@vps1138 trunk]$ make
make all-recursive
make[1]: Entering directory `/home/fearwow/wow-serv/ascent/trunk'
Making all in extras
make[2]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/extras'
Making all in collision
make[3]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/extras/collision'
Making all in collision_dll
make[4]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/extras/collision/collision_dll'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/extras/collision/collision_dll'
make[4]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/extras/collision'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/extras/collision'
make[3]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/extras/collision'
make[3]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/extras'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/extras'
make[2]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/extras'
Making all in src
make[2]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/src'
Making all in ascent-shared
make[3]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/src/ascent-shared'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/src/ascent-shared'
Making all in ascent-logonserver
make[3]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/src/ascent-logonserver'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/src/ascent-logonserver'
Making all in ascent-world
make[3]: Entering directory `/home/fearwow/wow-serv/ascent/trunk/src/ascent-world'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/local/include -I./../ascent-shared -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/local/ssl/include/openssl -DHAVE_SSL -I/usr/include/mysql -g -pipe -m64 -MT WordFilter.o -MD -MP -MF ".deps/WordFilter.Tpo" -c -o WordFilter.o WordFilter.cpp; \
then mv -f ".deps/WordFilter.Tpo" ".deps/WordFilter.Po"; else rm -f ".deps/WordFilter.Tpo"; exit 1; fi
WordFilter.cpp:22:18: pcre.h: No such file or directory
WordFilter.cpp: In destructor `WordFilter::~WordFilter()':
WordFilter.cpp:48: error: `pcre_free' was not declared in this scope
WordFilter.cpp:55: error: `pcre_free' was not declared in this scope
WordFilter.cpp: In member function `bool WordFilter::CompileExpression(const char*, void**, void**)':
WordFilter.cpp:70: error: `pcre' was not declared in this scope
WordFilter.cpp:70: error: `re' was not declared in this scope
WordFilter.cpp:71: error: `pcre_extra' was not declared in this scope
WordFilter.cpp:71: error: `ee' was not declared in this scope
WordFilter.cpp:76: error: `pcre_compile' was not declared in this scope
WordFilter.cpp:78: error: `pcre_study' was not declared in this scope
WordFilter.cpp:78: warning: unused variable 'pcre_study'
WordFilter.cpp:88: error: `pcre_free' was not declared in this scope
WordFilter.cpp:88: warning: unused variable 'pcre_free'
WordFilter.cpp:70: warning: unused variable 'pcre'
WordFilter.cpp:71: warning: unused variable 'pcre_extra'
WordFilter.cpp:76: warning: unused variable 'pcre_compile'
WordFilter.cpp: In member function `bool WordFilter::Parse(std::string&, bool)':
WordFilter.cpp:178: error: ISO C++ forbids declaration of `type name' with no type
WordFilter.cpp:178: error: ISO C++ forbids declaration of `type name' with no type
WordFilter.cpp:178: error: expected primary-expression before "const"
WordFilter.cpp:178: error: expected `)' before "const"
WordFilter.cpp:212: error: expected `)' before '}' token
WordFilter.cpp:212: error: expected `)' before '}' token
WordFilter.cpp:212: error: expected primary-expression before '}' token
WordFilter.cpp:212: error: expected `;' before '}' token
WordFilter.cpp:168: warning: unused variable 'ovec'
WordFilter.cpp:171: warning: unused variable 'szInput'
WordFilter.cpp:172: warning: unused variable 'iLen'
../ascent-shared/Common.h: At global scope:
../ascent-shared/Common.h:661: warning: 'bool ParseCIDRBan(unsigned int, unsigned int, unsigned int)' defined but not used
../ascent-shared/Common.h:711: warning: 'unsigned int MakeIP(const char*)' defined but not used
make[3]: *** [WordFilter.o] Error 1
make[3]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/src/ascent-world'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fearwow/wow-serv/ascent/trunk'
make: *** [all] Error 2
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
i get thjis error:
im using centos
Making install in ascent-shared
make[2]: Entering directory `/home/renmasta/ascent/trunk/src/ascent-shared'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/local/include -I. -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -MT MySQLDatabase.o -MD -MP -MF ".deps/MySQLDatabase.Tpo" -c -o MySQLDatabase.o `test -f 'Database/MySQLDatabase.cpp' || echo './'`Database/MySQLDatabase.cpp; \
then mv -f ".deps/MySQLDatabase.Tpo" ".deps/MySQLDatabase.Po"; else rm -f ".deps/MySQLDatabase.Tpo"; exit 1; fi
Database/MySQLDatabase.cpp: In member function `virtual bool MySQLDatabase::Initialize(const char*, unsigned int, const char*, const char*, const char*, uint32, uint32)':
Database/MySQLDatabase.cpp:75: error: `MYSQL_OPT_RECONNECT' was not declared in this scope
Database/MySQLDatabase.cpp:75: warning: unused variable 'MYSQL_OPT_RECONNECT'
./Common.h: At global scope:
./Common.h:661: warning: 'bool ParseCIDRBan(unsigned int, unsigned int, unsigned int)' defined but not used
./Common.h:711: warning: 'unsigned int MakeIP(const char*)' defined but not used
make[2]: *** [MySQLDatabase.o] Error 1
make[2]: Leaving directory `/home/renmasta/ascent/trunk/src/ascent-shared'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/renmasta/ascent/trunk/src'
make: *** [install-recursive] Error 1
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Question for anyone really :)
Just wondering if there is away of doing a mass update with all mysql files in
character_updates world_updates & logon_updates instead of doing each sql file.. as there is many files in those three dirs?
Regards
Cheyne
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Checked out revision 4604.
debian:/home/ascent# cd trunk/
debian:/home/ascent/trunk# ls
ascent-tag ChangeLog configure.ac extract_svn_revision.sh INSTALL Makefile.am make_precompiled_header.sh README sql TERM OF USE AGREEMENT
AUTHORS Changes COPYING extras m4 make_precompiled_header_debug.sh NEWS README-WINDOWS.txt src win
debian:/home/ascent/trunk# mkdir bin
debian:/home/ascent/trunk# mkdir etc
debian:/home/ascent/trunk# mkdir lib
debian:/home/ascent/trunk# autoreconf --force --install
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/a...ending-aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/a...ending-aclocal
configure.ac:275: Omit leading `./' from config file names such as `./Makefile',
configure.ac:275: as not all make implementations treat `file' and `./file' equally.
configure.ac:17: installing `./install-sh'
configure.ac:17: installing `./missing'
extras/collision/collision_dll/Makefile.am: installing `./depcomp'
debian:/home/ascent/trunk#
And This
debian:/home/server/wowserver/ascent/trunk# make
make all-recursive
make[1]: Entering directory `/home/server/wowserver/ascent/trunk'
Making all in extras
make[2]: Entering directory `/home/server/wowserver/ascent/trunk/extras'
Making all in collision
make[3]: Entering directory `/home/server/wowserver/ascent/trunk/extras/collision'
Making all in collision_dll
make[4]: Entering directory `/home/server/wowserver/ascent/trunk/extras/collision/collision_dll'
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include -I/usr/local/include -I. -I./g3dlite -I./vmap -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT BaseModel.o -MD -MP -MF .deps/BaseModel.Tpo -c -o BaseModel.o `test -f 'vmap/BaseModel.cpp' || echo './'`vmap/BaseModel.cpp
mv -f .deps/BaseModel.Tpo .deps/BaseModel.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include -I/usr/local/include -I. -I./g3dlite -I./vmap -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT CoordModelMapping.o -MD -MP -MF .deps/CoordModelMapping.Tpo -c -o CoordModelMapping.o `test -f 'vmap/CoordModelMapping.cpp' || echo './'`vmap/CoordModelMapping.cpp
mv -f .deps/CoordModelMapping.Tpo .deps/CoordModelMapping.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include -I/usr/local/include -I. -I./g3dlite -I./vmap -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT ManagedModelContainer.o -MD -MP -MF .deps/ManagedModelContainer.Tpo -c -o ManagedModelContainer.o `test -f 'vmap/ManagedModelContainer.cpp' || echo './'`vmap/ManagedModelContainer.cpp
mv -f .deps/ManagedModelContainer.Tpo .deps/ManagedModelContainer.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include -I/usr/local/include -I. -I./g3dlite -I./vmap -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT ModelContainer.o -MD -MP -MF .deps/ModelContainer.Tpo -c -o ModelContainer.o `test -f 'vmap/ModelContainer.cpp' || echo './'`vmap/ModelContainer.cpp
mv -f .deps/ModelContainer.Tpo .deps/ModelContainer.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include -I/usr/local/include -I. -I./g3dlite -I./vmap -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT SubModel.o -MD -MP -MF .deps/SubModel.Tpo -c -o SubModel.o `test -f 'vmap/SubModel.cpp' || echo './'`vmap/SubModel.cpp
mv -f .deps/SubModel.Tpo .deps/SubModel.Po
g++ -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include -I/usr/local/include -I. -I./g3dlite -I./vmap -I/usr/include -I/usr/local/include -Wall -pthread -I/usr/include/openssl -DHAVE_SSL -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -MT TileAssembler.o -MD -MP -MF .deps/TileAssembler.Tpo -c -o TileAssembler.o `test -f 'vmap/TileAssembler.cpp' || echo './'`vmap/TileAssembler.cpp
vmap/TileAssembler.cpp: In member function ‘bool VMAP::TileAssembler::readRawFile(std::string&, VMAP::ModelPosition&, G3D::AABSPTree<VMAP::SubModel*>*)’:
vmap/TileAssembler.cpp:376: error: ‘INT_MAX’ was not declared in this scope
make[4]: *** [TileAssembler.o] Error 1
make[4]: Leaving directory `/home/server/wowserver/ascent/trunk/extras/collision/collision_dll'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/server/wowserver/ascent/trunk/extras/collision'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/server/wowserver/ascent/trunk/extras'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/server/wowserver/ascent/trunk'
make: *** [all] Error 2
debian:/home/server/wowserver/ascent/trunk#
How To Fix this .. Help pls
Linux Debian unstable (sid)
Kernel 2.6.25-2-686
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
would all this work with arcemu or openascent if i just change the svn co command?
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
yea, it would.
regards,
seb
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
ok Seb can you help me in a PM
im havin trouble with the whole process
im running Ubuntu 7.10
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Im having a problem with my ssl libraries and installed multiple packages for ssl
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
hi this is a nice guide i have some problems i just got a pack with database and things for 2.4.2 and i have a mySQL server can i send the files to the linux and just run them? please help!
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Quote:
Originally Posted by
Falling-Inferno
administrator@Ubuntu-Administrator-001:~/WoW/ascent/trunk$ autoreconf --force --install
configure.ac:275: Omit leading `./' from config file names such as `./Makefile',
configure.ac:275: as not all make implementations treat `file' and `./file' equally.
This is my problem what do i do now?
im having prob just like him....
does any1 have a solution or an advice?
i would be very appreciate it....
tq.
Code:
[04:24 AM]zaugola@knoppix:trunk>autoreconf --force --install
/usr/share/aclocal/xdelta.m4:7: warning: underquoted definition of AM_PATH_XDELTA
/usr/share/aclocal/xdelta.m4:7: run info '(automake)Extending aclocal'
/usr/share/aclocal/xdelta.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/xdelta.m4:7: warning: underquoted definition of AM_PATH_XDELTA
/usr/share/aclocal/xdelta.m4:7: run info '(automake)Extending aclocal'
/usr/share/aclocal/xdelta.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:275: Omit leading `./' from config file names such as `./Makefile',
configure.ac:275: as not all make implementations treat `file' and `./file' equally.
[04:25 AM]zaugola@knoppix:trunk>
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
finally i can compile the source.... but not using ascent anymore... dunno wats wrong...
i used this source..
Code:
svn co http://arcemu.svn.sourceforge.net/svnroot/arcemu/
all of the other method, i just follow sebkinne guide 100%...
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
I got a question about the files:
DBC FILES enGB
Maps enGB
where can i get them?
you have them linked in the tut but they are no longer available...
-
1 Attachment(s)
Re: [Ascent][Linux]Tutorial - How To Create a Server
Quote:
Originally Posted by
antibol
I got a question about the files:
DBC FILES enGB
Maps enGB
where can i get them?
you have them linked in the tut but they are no longer available...
Use this forum topic to get them:
http://forum.ragezone.com/showthread...pqe.exe+ad.exe
You will need to create them yourself on a Windows PC, then copy them across to your Linux server ( I used Apache on the Windows PC and wget on my Ubuntu box. )
I ignored WoW for a couple of months - too many other things happening.
I just started revamping my howto for ArcEmu + whichever DB I choose (WhyDB -v- NCDB ... dunno which yet).
I am attaching a PDF of what I have so far. (8 pages and counting ...)
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Leeching from SVN Goes Great...Checked out revision 4842.
Then...autoreconf --force --install errors:
yuki@gameserver:~/ascent/trunk$ autoreconf --force --install
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
run info '(automake)Extending aclocal'nf --force --installautoreconf --force -
or see http://sources.redhat.com/automake/a...ending-aclocal
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/a...ending-aclocal
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
extras/collision/collision_dll/Makefile.am: installing `./depcomp'
yuki@gameserver:~/ascent/trunk$
Tried to continue with the tutorial, but it seems to don't work.. so Maybe I will need to fix this error first, any ideas?
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
i'm getting
Quote:
18:08 N System: Initializing Random Number Generators...
18:08 N Config: Loading Config Files...
Could not open ../etc/arcemu-logonserver.conf.
Config file could not be rehashed.
can someone please tell me what to do? ive been trying for 3 days now and still no luck
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Well nice guide dude, thx for shareing :-P
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Quote:
Originally Posted by
2xDD
i'm getting
can someone please tell me what to do? ive been trying for 3 days now and still no luck
O_o ...
Could not open ../etc/arcemu-logonserver.conf.
Could not open ../etc/arcemu-logonserver.conf.
Cant you see it cant find the .conf file so it cant start server up..
Quote:
geting an error when i start up the server,
O_O well just remember to set the real password username and host ind and then it should owrk -.-'
ps - sry for duble post
You need to place you config file the place where the server loade it :s
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
dixo chill im no noob in server emulation the conf files are in the right place
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
Does ascent sources still exist? i cannot download it. Is there maybe another link or do i have to manually download the files
Thanks
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
ok, got everything to download as well as compile. Keep getting disconnected after character creation.
By the way, is it possible to run mangos and ascent on one pc(must have a realm for Mangos and a realm for Ascent)
-
Re: [Ascent][Linux]Tutorial - How To Create a Server
I have problem :(
Code:
sudo autoreconf --force --install
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.ac:275: Omit leading `./' from config file names such as `./Makefile',
configure.ac:275: as not all make implementations treat `file' and `./file' equally.
./configure
checking lib pcre... (testing)
checking for pcre_study in -lpcre... no
checking for pcre_compile in -lpcre... no
checking lib pcre... no, (WARNING)
configure: error: Couldn't find pcre library. Make sure your pcre path is correct.
locate libpcre
/usr/lib/libpcre.so.3
/usr/lib/libpcre.so.3.12.1
/usr/lib/libpcreposix.so.3
/usr/lib/libpcreposix.so.3.12.1
/usr/lib32/libpcre.so.3
/usr/lib32/libpcre.so.3.12.1
/usr/lib32/libpcreposix.so.3
/usr/lib32/libpcreposix.so.3.12.1
/usr/share/doc/libpcre3
/usr/share/doc/libpcre3/AUTHORS
/usr/share/doc/libpcre3/NEWS.gz
/usr/share/doc/libpcre3/README.Debian
/usr/share/doc/libpcre3/README.gz
/usr/share/doc/libpcre3/changelog.Debian.gz
/usr/share/doc/libpcre3/changelog.gz
/usr/share/doc/libpcre3/copyright
/var/lib/dpkg/info/libpcre3.list
/var/lib/dpkg/info/libpcre3.md5sums
/var/lib/dpkg/info/libpcre3.postinst
/var/lib/dpkg/info/libpcre3.postrm
/var/lib/dpkg/info/libpcre3.shlibs
Can any one help me pls... i use ubuntu 2.6.24-16-server