src/helpers/GuessOS doesnt know about version 2.1.3:
        
         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
                else
                    echo "${MACHINE}-whatever-unixware2"; exit 0
                fi
                ;; 
        
        I assume that -whatever-unixware2 means Unixware 2.0 

        Is there a lot of difference between 2.0 and 2.1.3 ?

        Thanks
        Leonid

        

-----Original Message-----
From: Tom Hughes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 07, 1999 6:10 PM
To: [EMAIL PROTECTED]
Subject: RE: Compiling modperl on unixware


In message <[EMAIL PROTECTED]>
          "Feldman, Leonid" <[EMAIL PROTECTED]> wrote:

>I am running Unixware 2.1.3.

Well I suggest you look at src/helpers/GuessOS in the Apache source
tree then, to see why it thinks you're running Unixware 2.0.x...

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/
...My NOSE is NUMB!

Reply via email to