HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make of httpd-2.0.48
Operating System - HP-UX
1832920
Members
3066
Online
110048
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
03-03-2004 03:46 PM
03-03-2004 03:46 PM
dear experts,
please give me your insights about this problem.
We are trying to "make" our httpd-2.0.48 on our L1000 (HP-UX 11.0 64-bits) and are getting the following error message:
=============================================
/usr/local/lib/libexpat.sl: file not recognized: File format not recognized
collect2: ld returned 1 exit status
=============================================
The command used for the "configure" process was:
./configure --prefix=/usr/local/apache --enable-module=so CFLAGS='-D_HPUX_SOURCE
-fno-strict-aliasing'
attached a longer extract of the output of the make.
thank you in advance for your replies.
best regards
Yogeeraj
please give me your insights about this problem.
We are trying to "make" our httpd-2.0.48 on our L1000 (HP-UX 11.0 64-bits) and are getting the following error message:
=============================================
/usr/local/lib/libexpat.sl: file not recognized: File format not recognized
collect2: ld returned 1 exit status
=============================================
The command used for the "configure" process was:
./configure --prefix=/usr/local/apache --enable-module=so CFLAGS='-D_HPUX_SOURCE
-fno-strict-aliasing'
attached a longer extract of the output of the make.
thank you in advance for your replies.
best regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:01 AM
03-04-2004 09:01 AM
Solution
Couldn't see your attachment from here, but I'll try and help anyway.
Is this source downloaded from Apache themselves? I recently downloaded source from their site and successfully compiled using GCC as noted below. If you got source from the HP Porting centre then we could have other issues.
First thing is to look at your compiler. I had a lot of trouble until I upgraded to the latest version of GCC (3), binutils, and GNU make.
Set your path so that you can locate all of the gcc and binutil binaries, and GNU make is the one top of your search list (so assuming its in /usr/local/bin):
PATH=:/usr/local/bin:$PATH:/opt/gcc_2/bin:/opt/binutils/bin
Then do:
make clean
then your configure, followed by 'make'.
If you are using HP's ANSI C Compiler, then:
1) Patch it to the hilt. ANY patches related to shared libraries, linkers, and compiler should be applied.
2) Ensure that the Makefile entry points to the ANSI C Compiler:
CC=cc
Do the 'make clean', then re-run configure, and then 'make'.
Unfortunately its usually a pain to compile stuff under HP. Apache is one of the better applications to compile.
Is this source downloaded from Apache themselves? I recently downloaded source from their site and successfully compiled using GCC as noted below. If you got source from the HP Porting centre then we could have other issues.
First thing is to look at your compiler. I had a lot of trouble until I upgraded to the latest version of GCC (3), binutils, and GNU make.
Set your path so that you can locate all of the gcc and binutil binaries, and GNU make is the one top of your search list (so assuming its in /usr/local/bin):
PATH=:/usr/local/bin:$PATH:/opt/gcc_2/bin:/opt/binutils/bin
Then do:
make clean
then your configure, followed by 'make'.
If you are using HP's ANSI C Compiler, then:
1) Patch it to the hilt. ANY patches related to shared libraries, linkers, and compiler should be applied.
2) Ensure that the Makefile entry points to the ANSI C Compiler:
CC=cc
Do the 'make clean', then re-run configure, and then 'make'.
Unfortunately its usually a pain to compile stuff under HP. Apache is one of the better applications to compile.
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