Debian compile instructions...
(with postgres included!)
Some of the packages needed......(there are a few more!)
apt-get install libc6-dev make automake libtool file zlib1g-dev
libmysqlclient6-dev mysql-client mysql-server libglib1.2-dev
cd midgard-lib-1.4beta5c
/configure --prefix=/usr --with-mysql=/usr --includedir=/usr/include/mysql
make
make install
ldconfig -v | grep midga
#(should display only one line!!)
cd ../mod_midgard-1.4beta5c
/configure --prefix=/usr --with-mysql=/usr --includedir=/usr/include/mysql
--with-midgard=/usr
make
make install
#modify apache line to correct /usr/.....
vi /etc/apache/httpd.conf
/etc/init.d/apache restart
#apache should restart!!!
cd ../midgard-php-1.4beta5c
/configure '--with-apxs' '--with-mysql' '--with-pgsql' '--with-midgard'
--prefix=/usr --with-midgard=/usr
#edit the Make file to add
# INCLUDE = -I............... -I/usr/include/postgresql#modify apache line to
correct /usr/.....
#modify apache line to correct /usr/.....
vi /etc/apache/httpd.conf
/etc/init.d/apache restart
#apache should restart!!!
regards
alan
--
Technical Director
Linux Center (HK) Ltd.
www.hklc.com
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]