In message <[EMAIL PROTECTED]>
"Feldman, Leonid" <[EMAIL PROTECTED]> wrote:
> src/helpers/GuessOS doesnt know about version 2.1.3:
Which may be at least part of your problem ;-)
> 4.2MP)
> if [ "x$VERSION" = "x2.1.1" ]; then
> echo "${MACHINE}-whatever-unixware211"; exit 0
> elif [ "x$VERSION" = "x2.1.2" ]; then
> echo "${MACHINE}-whatever-unixware212"; exit 0
Try adding:
elif [ "x$VERSION" = "x2.1.3" ]; then
echo "${MACHINE}-whatever-unixware213"; exit 0
You may also need to check what src/Configure does with the result
to make sure it generates -DUW213 on the command line.
> else
> echo "${MACHINE}-whatever-unixware2"; exit 0
> fi
> ;;
>
> I assume that -whatever-unixware2 means Unixware 2.0
In this case yes.
> Is there a lot of difference between 2.0 and 2.1.3 ?
I believe there are some differences in how Apache does some things
between the two, yes. I'd be surprised if it stopped it building but
it won't work too well when built if you get it wrong.
Tom
--
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
...USAF : Usually Shooting At Friends