- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUXWS APACHE on ia64 (rx4610)
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
02-12-2005 01:28 PM
02-12-2005 01:28 PM
HPUXWS APACHE on ia64 (rx4610)
When trying to start Apache manually I get the message below & Apache of course fails to start. Any suggestions? Thanks
# ./apachectl start
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__memcmp_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__memmove_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__memset_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strchr_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strcmp_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strcpy_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strlen_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strncat_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strncmp_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strncpy_ver' in load module '/opt/hpws/apache/bin/httpd'.
/usr/lib/hpux64/dld.so: Unsatisfied data symbol '__strrchr_ver' in load module '/opt/hpws/apache/bin/httpd'.
./apachectl[165]: 4427 Killed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2005 08:34 PM
02-12-2005 08:34 PM
Re: HPUXWS APACHE on ia64 (rx4610)
Strange swinstall did not complane, looks like you are installing a apache version for 11i version 1.6 or 2.0. I tried to locate a apache release for 11.20 on the www.software.hp.com. Looks like HP removed these versions since 11.20 is discontinued.
Your server is suported for 11i version 1.6
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 01:51 AM
02-13-2005 01:51 AM
Re: HPUXWS APACHE on ia64 (rx4610)
I'm new to the world of HPUX (I use RHEL Linux on all my 32 bit machines), and looking around the website see no obvious way of finding out how to upgrade to v1.6. I assume this is buried in some sort of support agreement.
I suspect I'm going to have to compile Apache & Tomcat from source. What a pain. (the mod jk2 config is always nasty)
Any suggestions to minimize work & moeny are appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 07:15 AM
02-13-2005 07:15 AM
Re: HPUXWS APACHE on ia64 (rx4610)
Then get the right version from http://software.hp.com for your OS.
Then swinstall that.
Backup any web content that was posted. Probably not needed, but if you care about the data back it up.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 07:23 AM
02-13-2005 07:23 AM
Re: HPUXWS APACHE on ia64 (rx4610)
I haven't done the particular upgrade you're discussing, but it's usually just a matter of obtaining media (usually from HP), reading/responding to the docs, and performing the upgrade. (I'm assuming you know all the usual caveats.)
As to the rest: I preferred to purchase HP's C compiler for building. That said, check out some of the online resources before assuming you have to compile. There aren't nearly as many for HP-UX, but a commonly used one is the HP-UX Porting and Archive Center set of mirrors:
http://hpux.cs.utah.edu/
HTH,
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 12:36 AM
02-14-2005 12:36 AM
Re: HPUXWS APACHE on ia64 (rx4610)
Thanks for the last couple of respones.
1) Already did a swremove, unfortunately there appears to be no product for b.11.20 which seems to have been completely abandoned.
2) As for compiling, this is a treat unto itself on HP-UX (as I discovered on the weekend) To compile Apache you need GCC to and the stock compiler on HP won't compile GCC itself (which also needs to be complied as there is no binary for b.11.20 that I could find). I think I may be forced to run much older binary versions of apache & tomcat unless I upgrade to b.11.22.
Would be happy to consider any other suggestions as I don't like running versions with known security issues.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 01:29 AM
02-14-2005 01:29 AM
Re: HPUXWS APACHE on ia64 (rx4610)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 02:49 AM
02-14-2005 02:49 AM
Re: HPUXWS APACHE on ia64 (rx4610)
Not sure what (if any) warranty was available that was transferable, I suspect none after this period of time. Would be willing to consider this but don't know if you can pick up a service contract under these circumstances.
If you know a link that points to this info it would be appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 02:57 AM
02-14-2005 02:57 AM
Re: HPUXWS APACHE on ia64 (rx4610)
try to add it to your ITRC account, click on your "my profile" on the left side of your screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 03:17 AM
02-14-2005 03:17 AM
Re: HPUXWS APACHE on ia64 (rx4610)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 03:34 AM
02-14-2005 03:34 AM
Re: HPUXWS APACHE on ia64 (rx4610)
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 04:32 AM
02-14-2005 04:32 AM
Re: HPUXWS APACHE on ia64 (rx4610)
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWST100301
HP-UX Tomcat-based Servlet Engine v.1.0.03.01
Product details & specifications
Overview
hp-ux tomcat-based servlet engine
a component in the hp-ux web server suite
1.0.03.01
Product #: HPUXWST100301
Version: 1.0.03.01
Software specification: HP-UX 11.00 and 11i PA-RISC
HP-UX 11i version 1.5 and 1.6 IPF
I guess I'll try the support line.
Thanks