- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to install Apache 2.2.6 ver
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-18-2007 08:09 PM
11-18-2007 08:09 PM
Unable to install Apache 2.2.6 ver
# uname -a
HP-UX Server B.11.00 E 9000/802 1427623321 8-user license
Recently i have installed gcc-3.3.2-11.00.sd without errors. It's working file after checking with small c program, and i got the result of the program.
Now im trying to install Apache 2.2.6 , in the first step i did not get any error.
# ./configure --prefix=/u06/apache
In the 2nd step i got following error.
# make
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libfl.sl
/usr/lib/dld.sl: No such file or directory
/u06/httpd-2.2.6/srclib/apr/libtool[5903]: 13379 Abort(coredump)
*** Error exit code 134
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Please help me.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 09:12 PM
11-18-2007 09:12 PM
Re: Unable to install Apache 2.2.6 ver
It seems it needs libfl.sl. Do you have that shlib anywhere else?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 09:58 PM
11-18-2007 09:58 PM
Re: Unable to install Apache 2.2.6 ver
I have to update gcc to latest gcc4.2.2 ?
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 10:04 PM
11-18-2007 10:04 PM
Re: Unable to install Apache 2.2.6 ver
I see the file /usr/lib/dld.sl
I donot see the file /usr/local/lib/libfl.sl
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 01:28 AM
11-19-2007 01:28 AM
Re: Unable to install Apache 2.2.6 ver
dld.sl is the program which is complaining.
"man dld.sl".
> I donot see the file /usr/local/lib/libfl.sl
Probably because you don't have it.
> Did you get all of the dependencies of apache?
Apparently not. Does it need "flex"?
http://www.gnu.org/software/flex/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 01:55 AM
11-19-2007 01:55 AM
Re: Unable to install Apache 2.2.6 ver
For gcc 3.3.2 through gcc 4.0 is require binutils2.14 or later.
So im trying to get binutils2.14x.
I tried to install flex 2.5.33 is require gnu m4 1.4 ver.
Otherside im trying to download gcc4.1.1+bintuils2.15+gdbxsd.gz.
For net is lil bit slow.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 03:30 AM
11-19-2007 03:30 AM
Re: Unable to install Apache 2.2.6 ver
I would first get the apache dependencies.
libfl is probably flex as Steven said.
The dependencies listed for apache are:
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache2-2.2.6/
Build-time dependencies: db expat gdbm gettext libiconv make openssl perl zlib
Run-time dependencies: db expat gdbm gettext libiconv openssl perl zlib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 07:01 PM
11-19-2007 07:01 PM
Re: Unable to install Apache 2.2.6 ver
Finally ihave installed Apache 2.2.6 sucessfully with following steps.
1. installed gcc-3.3.2
2. binutils-2.9.x ( on trail and error basis, and fortunately worked for me).
3. Apache 2.2.6
I checked all the things it's working fine.
Thanks to All Admins.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 07:06 PM
11-19-2007 07:06 PM
Re: Unable to install Apache 2.2.6 ver
Thanks to All Admins.