<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dthompso99</id>
	<title>EQ2Emulator - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dthompso99"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Special:Contributions/Dthompso99"/>
	<updated>2026-07-11T18:34:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Gentoo&amp;diff=600</id>
		<title>Admins:Linux Server:Gentoo</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Gentoo&amp;diff=600"/>
		<updated>2009-05-14T20:09:47Z</updated>

		<summary type="html">&lt;p&gt;Dthompso99: fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'll quickly throw up my experience of compiling on gentoo as of rev 253, although i dont have it fully working yet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
assuming you have a fully functional and up to date gentoo server, first off we'll need MySql and subversion, if you dont have it allready:  (some use flags could surely be optimized, but i'll come back to that at a later date)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
emerge -vD virtual/mysql&lt;br /&gt;
&lt;br /&gt;
emerge -vD dev-util/subversion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is of course, no package yet for eq2emu, so we'll need to compile manualy from svn:&lt;br /&gt;
&lt;br /&gt;
cd /usr/src&lt;br /&gt;
&lt;br /&gt;
svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
cd /usr/src/eq2emulator/Source/World&lt;br /&gt;
&lt;br /&gt;
nano -w makefile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
alter the line that reads (note the part about LUA):&lt;br /&gt;
&lt;br /&gt;
LINKOPTS=-rdynamic -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -llua-5.1 -ldl&lt;br /&gt;
&lt;br /&gt;
to read:&lt;br /&gt;
&lt;br /&gt;
LINKOPTS=-rdynamic -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -llua -ldl&lt;br /&gt;
&lt;br /&gt;
now execute make inside the World directory...&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
now make your installation directory, copy in the following files, and follow the rest of the configuration found elsewhere:&lt;br /&gt;
&lt;br /&gt;
CommonStructs.xml&lt;br /&gt;
ItemStructs.xml&lt;br /&gt;
SpawnStructs.xml&lt;br /&gt;
eq2world&lt;br /&gt;
EQ2_Structs.xml&lt;br /&gt;
LoginServer.ini&lt;br /&gt;
WorldStructs.xml&lt;br /&gt;
world_db.ini&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cp *file* /usr/eq2emu/&lt;/div&gt;</summary>
		<author><name>Dthompso99</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Gentoo&amp;diff=599</id>
		<title>Admins:Linux Server:Gentoo</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Gentoo&amp;diff=599"/>
		<updated>2009-05-14T00:43:18Z</updated>

		<summary type="html">&lt;p&gt;Dthompso99: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'll quickly throw up my experience of compiling on gentoo as of rev 253, although i dont have it fully working yet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
assuming you have a fully functional and up to date gentoo server, first off we'll need MySql and subversion, if you dont have it allready:  (some use flags could surely be optimized, but i'll come back to that at a later date)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
emerge -vDu virtual/mysql&lt;br /&gt;
&lt;br /&gt;
emerge -vDu dev-util/subversion&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is of course, no package yet for eq2emu, so we'll need to compile manualy from svn:&lt;br /&gt;
&lt;br /&gt;
cd /usr/src&lt;br /&gt;
&lt;br /&gt;
svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
&lt;br /&gt;
cd /usr/src/eq2emulator/Source/World&lt;br /&gt;
&lt;br /&gt;
nano -w makefile&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
alter the line that reads (note the part about LUA):&lt;br /&gt;
&lt;br /&gt;
LINKOPTS=-rdynamic -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -llua-5.1 -ldl&lt;br /&gt;
&lt;br /&gt;
to read:&lt;br /&gt;
&lt;br /&gt;
LINKOPTS=-rdynamic -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -llua -ldl&lt;br /&gt;
&lt;br /&gt;
now execute make inside the World directory...&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
now make your installation directory, copy in the following files, and follow the rest of the configuration found elsewhere:&lt;br /&gt;
&lt;br /&gt;
CommonStructs.xml&lt;br /&gt;
ItemStructs.xml&lt;br /&gt;
SpawnStructs.xml&lt;br /&gt;
eq2world&lt;br /&gt;
EQ2_Structs.xml&lt;br /&gt;
LoginServer.ini&lt;br /&gt;
WorldStructs.xml&lt;br /&gt;
world_db.ini&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cp *file* /usr/eq2emu/&lt;/div&gt;</summary>
		<author><name>Dthompso99</name></author>
		
	</entry>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Gentoo&amp;diff=598</id>
		<title>Admins:Linux Server:Gentoo</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=Admins:Linux_Server:Gentoo&amp;diff=598"/>
		<updated>2009-05-14T00:42:25Z</updated>

		<summary type="html">&lt;p&gt;Dthompso99: Gentoo Installation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'll quickly throw up my experience of compiling on gentoo as of rev 253, although i dont have it fully working yet.&lt;br /&gt;
&lt;br /&gt;
assuming you have a fully functional and up to date gentoo server, first off we'll need MySql and subversion, if you dont have it allready:  (some use flags could surely be optimized, but i'll come back to that at a later date)&lt;br /&gt;
&lt;br /&gt;
emerge -vDu virtual/mysql&lt;br /&gt;
emerge -vDu dev-util/subversion&lt;br /&gt;
&lt;br /&gt;
There is of course, no package yet for eq2emu, so we'll need to compile manualy from svn:&lt;br /&gt;
&lt;br /&gt;
cd /usr/src&lt;br /&gt;
svn co https://eq2emulator.svn.sourceforge.net/svnroot/eq2emulator eq2emulator&lt;br /&gt;
cd /usr/src/eq2emulator/Source/World&lt;br /&gt;
nano -w makefile&lt;br /&gt;
&lt;br /&gt;
alter the line that reads (note the part about LUA):&lt;br /&gt;
LINKOPTS=-rdynamic -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -llua-5.1 -ldl&lt;br /&gt;
&lt;br /&gt;
to read:&lt;br /&gt;
LINKOPTS=-rdynamic -L. -lstdc++ -lm -lz -L/usr/lib/mysql -L/usr/mysql/lib -lmysqlclient -llua -ldl&lt;br /&gt;
&lt;br /&gt;
now execute make inside the World directory...&lt;br /&gt;
&lt;br /&gt;
make&lt;br /&gt;
&lt;br /&gt;
now make your installation directory, copy in the following files, and follow the rest of the configuration found elsewhere:&lt;br /&gt;
&lt;br /&gt;
CommonStructs.xml&lt;br /&gt;
ItemStructs.xml&lt;br /&gt;
SpawnStructs.xml&lt;br /&gt;
eq2world&lt;br /&gt;
EQ2_Structs.xml&lt;br /&gt;
LoginServer.ini&lt;br /&gt;
WorldStructs.xml&lt;br /&gt;
world_db.ini&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cp *file* /usr/eq2emu/&lt;/div&gt;</summary>
		<author><name>Dthompso99</name></author>
		
	</entry>
</feed>