>> >> Just trying to get 1.6 up and running to test it out.  I'm upgrading
>> the
>> >> system from 1.5.  I think I got everything setup right, but when I
>> try
>> >> to
>> >> access any midgard sites I get
>> >>
>> >> Fatal error: Not a midgard request. in /etc/apache/midgard-root.php
>> on
>> >> line 40
>> >>
>
> Can You show Your "mkall" file from midgard-php4 ?
>
Here you go

#!/bin/sh

APXSOK=`apxs 2>&1 | grep -c Usage`
if test $APXSOK -ne 1 ; then
   echo apxs not in PATH
   exit 1
fi

if test "x$CC" != "x" ; then
   COMPILER=$CC
else
   COMPILER=gcc
fi

[ -f Makefile ] && make distclean

phpize

# Enable the last parameter for MMP
./configure # --without-old-mod-midgard
# change above to './configure --with-aegir-patches' to enable
# aegir's extra event functions (also known as Nadmin Patches)

make
make install

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to