- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache based web server for HP-UX & swinstall depe...
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
03-05-2007 11:51 PM
03-05-2007 11:51 PM
I just need to know if the swinstall checks also all dependencies while installing. The checks were without any error but i can not start this service (failing probably on missing library or bad version)
/usr/lib/dld.sl: Unresolved symbol: getaddrinfo (code) from /opt/hpws/apache/lib/libapr-0.sl.9
Abort(coredump)
Any idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 02:20 AM
03-06-2007 02:20 AM
Re: Apache based web server for HP-UX & swinstall dependencies checks
Swinstall can be configured to ignore required dependencies.
The option via command line is -x enforce_dependencies=false. From the gui you'd need to check via Options -> Change Options tab.
Regards,
Berd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 09:34 AM
03-06-2007 09:34 AM
Re: Apache based web server for HP-UX & swinstall dependencies checks
This implies you have an old version of libc. What version do you have? What is your OS version?
Probably checking the libc version was just not done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 07:26 PM
03-06-2007 07:26 PM
Re: Apache based web server for HP-UX & swinstall dependencies checks
Well, the OS version & lib version
# uname -a
HP-UX btvux02 B.11.11 U 9000/785 2003336580 unlimited-user license
# swlist | grep libc
PHCO_24402 1.0 libc cumulative header file patch
I can not find any higher version of this patch :/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 08:13 PM
03-06-2007 08:13 PM
SolutionThis isn't libc, this is for headers. So you have never patched libc on your system. That's good since it explains your getaddrinfo unsat.
>I can not find any higher version of this patch.
I see PHCO_31923.
The latest libc patch is PHCO_35743.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:50 AM
03-07-2007 04:50 AM
Re: Apache based web server for HP-UX & swinstall dependencies checks
You might also use the Software Assistant tool to review all of the patches and security bulletins that might affect your system.
You can find the QPK bundles within the ITRC (http://www.itrc.hp.com) or get them via the SWA tool itself (https://www.hp.com/go/swa)