- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mod_deflate - apache 2.0.54
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
08-18-2006 07:46 AM
08-18-2006 07:46 AM
mod_deflate - apache 2.0.54
I'm struggling to get mod_deflate to work with apache 2.0.54:
$ bin/apachectl -k start
/usr/lib/hpux64/dld.so: Unable to find library 'libz.sl'.
Syntax error on line 185 of /opt/hpws/apache/conf/httpd.conf:
Cannot load /opt/hpws/apache/modules/mod_deflate.so into server: No such file or directory
I figured I needed zlib since the problem is a missing 'libz.sl' so I installed it. The following files were installed.
/usr/local/lib/hpux32/libz.a
/usr/local/lib/hpux32/libz.so
The environment is HP-UX B.11.23 U ia64.
What am I doing wrong?
Does the 64 bit dynamic loader not load 32 bit libraries?
Do I need a library with an sl extension?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 07:59 AM
08-18-2006 07:59 AM
Re: mod_deflate - apache 2.0.54
did you install the correct version ?
http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.2.3/
HP-UX 11i v2 (HP-UX 11.23) Itanium 2
after the install, did you add the /usr/local/lib/hpux32 to your PATH?
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 08:07 AM
08-18-2006 08:07 AM
Re: mod_deflate - apache 2.0.54
I got the right version:
zlib-1.2.3-ia64-11.23.depot
I added the path to SHLIB_PATH in /opt/hpws/apache/conf/envvars
SHLIB_PATH="/opt/hpws/apache/lib:$SHLIB_PATH:/usr/local/lib:/usr/local/lib/hpux32"
export SHLIB_PATH
I added the path to my regular PATH but it's still giving the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 08:08 AM
08-18-2006 08:08 AM
Re: mod_deflate - apache 2.0.54
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2006 08:35 AM
08-18-2006 08:35 AM
Re: mod_deflate - apache 2.0.54
---
# mod_perl requires Perl v.5.8.0.
* For IPF, a 64-bit version of Perl 5.8.0 is required.
To download, go to HP Software Depot and search for Perl v.5.8.0, or directly, go here.
# mod_deflate requires zlib version 1.1.4. The HP-UX Porting Archive Center (http://hpux.cs.utah.edu) provides this library in source form and also HP-UX binaries.
---
is it a compatibilty problem...
ftp://ftp.thewrittenword.com/packages/by-name/zlib-1.1.4/hppa2.0-hp-hpux11.23/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 01:28 AM
08-22-2006 01:28 AM
Re: mod_deflate - apache 2.0.54
Is there a command that can tell you if a library is 32/64 and PA/IA?
Is there a way to have dld output what path it's searching?