>Number: 5265 >Category: config >Synopsis: Error while running the Configure utility >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: mistaken >Submitter-Id: apache >Arrival-Date: Sun Nov 7 04:10:00 PST 1999 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3.9 >Environment: HP-UX mozart B.10.20 A 9000/800 >Description: Below you will find a text screen capture of the errors generated by the Configure utility.
# ./Configure Using config file: Configuration Creating Makefile Sorry, but we cannot grok "hp9000_800-hpux10.20" uname -m 9000/800 uname -r B.10.20 uname -s HP-UX uname -v A uname -X uname: illegal option -- X usage: uname [-amnrsvil] [-S nodename] Ideally, read the file PORTING, do what it says, and send the resulting patches to The Apache Group by filling out a report form at http://www.apache.org/bug_report.html. If you don't wish to do the port yourself, please submit this output rather than the patches. Thank you. Pressing on with the build process, but all bets are off. Do not be surprised if it fails. If it works, and even if it does not, please contact the above address. + configured for Unknown and unsupported OS platform + setting C compiler to cc + setting C pre-processor to cc -E + checking for system header files + adding selected modules + checking sizeof various data types + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error message from your compiler ** will also provide a clue. Aborting! >How-To-Repeat: >Fix: Yes, there is a simple soloution. In the Configure utility you are doing a case function and checking for various OS. However I have noticed that you are looking for the following pattern for HP-UX machines : *-hp-hpux10.* . But this pattern will not find HP-UX patterns because they are in the format of : hp9000_800-hpux10.20 . The following change to the Configure script fixed the problem. Instead of : *-hp-hpux10.* I wrote : hp*-hpux10.* . Now everything works fine. >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]