1 - To install midgard php4-module, you'll first need to have the version 
4.0.4 of PHP, as well as the matching php-devel package (or install 
PHP 4.0.4 from source).


2 - Then run:

./mkall

or

./mkall /prefix/directory

where /prefix/directory is the directory you specified when ./configure'ing
midgard-lib (defaults to /usr/local)


3 - Copy the file midgard-root.php at the same location as the 
midgard-root.php3 file, and edit midgard-data.conf accordingly.


4 - Edit your php.ini to add:

extension=midgard.so


5 - Stop and start httpd.
