Compiling 1.9
This guide has been written for a fresh Debian 4.0 install in mind.
In order to compile all Midgard packages and start doing development with MidCOM 3.0 following debian command are needed:
apt-get install php5-dev php5-cli php-pear apache2 libapache2-mod-php5
apt-get install apache2-prefork-dev pkg-config make
apt-get install libmysqlclient15-dev mysql-server-5.0
apt-get install libglib2.0-0 libglib2.0-dev
apt-get install libxml2 libxml2-dev git-core
pear upgrade PEAR
pear install Console_Getargs
Get the latest source code from http://www.midgard-project.org/nightly/ and compile it.
Add /usr/local/lib to your /etc/ld.so.conf and run ldconfig
Add following line to /etc/php5/cli/php.ini and /etc/php5/apache2/php.ini
extension=midgard.so
After that just type command
datagard
The quick mode installation should take place and you should have a host up and running.
