HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Apache install error at make command on HP-UX ...
Operating System - HP-UX
1833790
Members
3021
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 11:46 PM
07-07-2004 11:46 PM
Trying to install Apache 2.0.50 and when I get to the compile and issue the make command I receive this error. I had previously tried to install the 2.0.49 version a while back and got the same message.
# make
Making all in srclib
Making all in apr
Making all in strings
/bin/sh /opt/apache_2.0.50/httpd-2.0.50/srclib/apr/libtool --silent --mo
de=compile cc -g -Ae +Z +DAportable -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_X
OPEN_SOURCE_EXTENDED -I../include -I../include/arch/unix -c apr_cpystrn.c &&
touch apr_cpystrn.lo
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C pro
duct; ignored.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
(Bundled) cc: "../include/apr_errno.h", line 51: error 1000: Unexpected symbol:
"statcode".
(Bundled) cc: "../include/apr_errno.h", line 52: error 1000: Unexpected symbol:
"apr_size_t".
(Bundled) cc: "../include/apr_general.h", line 178: error 1000: Unexpected symbo
l: "apr_initialize".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
# make
Making all in srclib
Making all in apr
Making all in strings
/bin/sh /opt/apache_2.0.50/httpd-2.0.50/srclib/apr/libtool --silent --mo
de=compile cc -g -Ae +Z +DAportable -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_X
OPEN_SOURCE_EXTENDED -I../include -I../include/arch/unix -c apr_cpystrn.c &&
touch apr_cpystrn.lo
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C pro
duct; ignored.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
cpp: "../include/apr.h", line 393: warning 2013: Unknown preprocessing directive
.
(Bundled) cc: "../include/apr_errno.h", line 51: error 1000: Unexpected symbol:
"statcode".
(Bundled) cc: "../include/apr_errno.h", line 52: error 1000: Unexpected symbol:
"apr_size_t".
(Bundled) cc: "../include/apr_general.h", line 178: error 1000: Unexpected symbo
l: "apr_initialize".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 12:52 AM
07-08-2004 12:52 AM
Solution
Hi,
This is not a make problem. The error is coming from the compiler. I think you need an ANSI compiler to compile this application. I can see that the compiler which you are using is the bundel compiler which does not comply to ANSI standards.
manish
This is not a make problem. The error is coming from the compiler. I think you need an ANSI compiler to compile this application. I can see that the compiler which you are using is the bundel compiler which does not comply to ANSI standards.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 01:03 AM
07-08-2004 01:03 AM
Re: Apache install error at make command on HP-UX 11.00
Thanks. That was it. Somehow I overlooked that. I had a previous version of Apache on the server and assumed my compiler was there already. I have another server that I put the 2.0.49 on and I copied that over. I have the compiler on that server.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP