Greetings. Please respond via email; I do not subscribe to the list I
recently attempted to install Midgard 1.4B5, and I had some
problems. The xmlparse.h header was missing, I grabbed it from my apache
directory. Then when I was compiling the module, no matter how I tried to
tell it where the midgard libraries were, it refused to compile saying it
couldn't find the Midgard libraries. We knew we were pointing it to the
correct place, so we hacked the configure.in by telling it to compile
whether or not it found the libraries. Here are the module configure.in
changes we made:
lines 20-25
],
if test "$withval" != "yes" -a "$withval" != "no"; then
CPPFLAGS="$CPPFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
f
]
The module compiled just fine after this. We completed the install and put
this in our httpd.conf:
<VirtualHost 208.136.143.38:80>
DocumentRoot /usr/home/httpd/html/midgard
MidgardEngine on
MidgardRootfile /usr/lib/apache/midgard-root.php3
ServerName 208.136.143.38
</VirtualHost>
The DB name is midgard. The DB user name is midgard. The DB password is
midgard.
Here is the person entry from my database.
1 admin password Midgard Administrator
Here are my host entries from the database:
1 208.178.127.38 1 1 auth 0 0 1 /admin 0
2 208.178.127.38 34 2 1 0 0 /example 0
If I try to go to 208.136.143.38/admin or 208.136.143.38/admin I get a
message box saying the server returned an invalid or unrecognized
response. The following shows up in my httpd error_log:
httpd: format.c:915: mgd_vformat: Assertion `pool && mgd && mgd->parser'
failed.
[Fri Jul 28 16:31:08 2000] [notice] child pid 30019 exit signal Aborted
(6)
httpd: format.c:915: mgd_vformat: Assertion `pool && mgd && mgd->parser'
failed.
[Fri Jul 28 16:31:11 2000] [notice] child pid 30036 exit signal Aborted
(6)
httpd: format.c:915: mgd_vformat: Assertion `pool && mgd && mgd->parser'
failed.
[Fri Jul 28 16:31:15 2000] [notice] child pid 30018 exit signal Aborted
(6)
[Fri Jul 28 16:31:18 2000] [error] [client 192.168.1.6] File does not
exist: /usr/h
ome/httpd/html/midgard/midgard-
httpd: format.c:915: mgd_vformat: Assertion `pool && mgd && mgd->parser'
failed.
[Fri Jul 28 16:33:34 2000] [notice] child pid 30041 exit signal Aborted
(6)
[Fri Jul 28 16:45:52 2000] [notice] caught SIGTERM, shutting down
Anybody have any ideas?
Thanks,
Siddhartha Bedi
--
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]