Teemu Hukkanen wrote:
> I've added the dependency now, and also fixed the problems
> described below, new packages are being uploaded as I write this.

Very good, now everything installed without problems (although
manual removal of the old 'midgard' database left by previous
build of midgard-data was needed).

Some minor issues:

The Midgard-PHP package doesn't set LoadModule correctly to
httpd.conf. It should add:

        LoadModule php3_module        /usr/lib/apache/1.3/libphp3midgard.so

Also, midgard-data doesn't set the MidgardRootfile directive
correctly. If possible, add:

        MidgardRootfile /usr/lib/apache/1.3/midgard-root.php3

Another issue to mention is that it might be a good idea to
set the hosts for Midgard so that user wouldn't have to do it.
If you added:

        <VirtualHost localhost>
        DocumentRoot /var/www/midgard-data
        ServerName localhost
        </VirtualHost>

to the httpd.conf file, the Apache would immediately start up
with Admin Site enabled. While this still prevents remote usage,
it would make the process much easier for Midgard newbies.

PS. Can the database upgrade process be automated with midgard-data
package somehow?

--
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]

Reply via email to