Difference between revisions of "Eathena Debian Openvz Compile"

From MS Computech
Jump to: navigation, search
 
Line 1: Line 1:
How to Compile Eathena by [http://xen-ro.com/ XenRO] Team&nbsp;<br>
+
How to Compile Eathena mscompute
 
 
 
<br>
 
<br>
  

Latest revision as of 20:08, 31 March 2010

How to Compile Eathena mscompute

Edit source apt-get

#nano /etc/apt/source.list
#apt-get update
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
#apt-get install build-essential zlib1g-dev mysql-server libmysqlclient15-dev php5 apache2 phpmyadmin php5-mysql php5-gd 

Cd to your eathena folder and extract em all

#./configure --with-MYSQL_LIBS=/usr/lib/libmysqlclient.so
#make sql


Finish Compile