hey folks...
I took down my NT server and upgraded my development server to an Apache
with FrontPage extensions... everything ran fine.
Moving said setup over to the production box has been a bit of a
nightmare, but I now have Apache 1.3.20, PHP 4.0.6, FrontPage 2002
extensions and OpenSSL 0.9.6b/ModSSL 2.8.4 running.
The only thing I can't get to run is Midgard. Uncommenting the AddModule
and LoadModule directives that load Midgard causes Apache to immediately
die with no error message logged. (gdb output follows.)
What I need is a version of Midgard that will work with Apache 1.3.20 and
PHP 4.0.6. I don't see the FrontPage extensions causing a problem.
I recompiled everything because I had to to get it to work with
FrontPage. :) This includes mod_ssl and PHP. I have tried to rebuild
Midgard but it doesn't matter - Apache still crashes.
I'm using Midgard 1.4.1, from the download page, not CVS. I am a little
concerned about the safety of my data if I use the latest snapshot.
(Let me know if you need more debugging info.)
(gdb) run -X -f /etc/httpd/conf/httpd.conf.withmgd
Starting program: /usr/sbin/httpd -X -f /etc/httpd/conf/httpd.conf.withmgd
Apache/1.3.20 mod_ssl/2.8.4 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server webstore.JustThe.net:443 (RSA)
Enter pass phrase:
Ok: Pass Phrase Dialog successful.
Program received signal SIGSEGV, Segmentation fault.
0x40010e45 in __mempcpy (dstpp=0xbfffca00, srcpp=0x0, len=196611)
at ../sysdeps/generic/mempcpy.c:57
../sysdeps/generic/mempcpy.c:57: No such file or directory.
(gdb) bt 5
#0 0x40010e45 in __mempcpy (dstpp=0xbfffca00, srcpp=0x0, len=196611)
at ../sysdeps/generic/mempcpy.c:57
#1 0x4000670c in open_path (name=0x405fcc83 "libexpat.so.0", namelen=14,
preloaded=0, sps=0x809f310, realname=0xbfffcb2c, fbp=0xbfffcb30)
at dl-load.c:1398
#2 0x400070d4 in _dl_map_object (loader=0x809f5f8,
name=0x405fcc83 "libexpat.so.0", preloaded=0, type=2, trace_mode=0, mode=0)
at dl-load.c:1587
#3 0x4000ca42 in openaux (a=0xbfffd1f0) at dl-deps.c:67
#4 0x4000cf29 in _dl_catch_error (objname=0xbfffd1e8, errstring=0xbfffd1ec,
operate=0x4000ca08 <openaux>, args=0xbfffd1f0) at dl-error.c:150
(More stack frames follow...)
--
JustThe.net LLC - Steve "Web Dude" Sobol, CTO - [EMAIL PROTECTED]
Donate a portion of your monthly ISP bill to your favorite charity or
non-profit organization! E-mail me for details.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]