- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPWS 1.18 PHP 5.2.2 zlib.sl module
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
10-02-2008 03:58 AM
10-02-2008 03:58 AM
HPWS 1.18 PHP 5.2.2 zlib.sl module
[02-Oct-2008 11:30:35] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/hpws/apache/php/lib/php/extensions/zlib.sl' - Unable to find library 'libz.sl'. in Unknown on line 0
Therefor I've installed zlib 1.2.3 from the HPUX Porting and Archive centre but this installs a libz.so. The PHP module can't work with that, see also inserted debug:
# ldd -s -v /opt/hpws/apache/php/lib/php/extensions/zlib.sl
find library=libz.sl; required by /opt/hpws/apache/php/lib/php/extensions/zlib.sl
search path=/hpapache/apinteg/apinteg_hpws_2.18_1123_ia64/CLO/Components/MOD_PHP5/OpenSourceLibs/ia64_64/lib (RUNPATH)
trying path=/hpapache/apinteg/apinteg_hpws_2.18_1123_ia64/CLO/Components/MOD_PHP5/OpenSourceLibs/ia64_64/lib/libz.sl
search path=/usr/lib/hpux64 (default)
trying path=/usr/lib/hpux64/libz.sl
Unable to find library 'libz.sl'.
Has anyone any idea to solve this, or has HP a bugfix to solve?
Kind regards, Luitzen van Gorkum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 04:29 AM
10-02-2008 04:29 AM
Re: HPWS 1.18 PHP 5.2.2 zlib.sl module
Step 1:
Does the file:
'/opt/hpws/apache/php/lib/php/extensions/zlib.sl'
exist.
If so, then is it on the SHLIB_PATH.
Note The file its looking for is part of the HPWS, HP Web Suite, which is a LAMP suite provided by HP. Search for HPWS in http://software.hp.com if this software is indeed not installed.
Also common is a failure to install dependencies required by zlib on the porting and archive center website.
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
10-02-2008 04:31 AM
10-02-2008 04:31 AM
Re: HPWS 1.18 PHP 5.2.2 zlib.sl module
that you might need a zlib kit built in a
64-bit mode, and a (64-bit) libz.sl installed
where it will be sought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 04:43 AM
10-02-2008 04:43 AM
Re: HPWS 1.18 PHP 5.2.2 zlib.sl module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 03:30 PM
10-02-2008 03:30 PM
Re: HPWS 1.18 PHP 5.2.2 zlib.sl module
I can't find a 64 bit version on my system either. But having zlib.sl look into /usr/local/lib isn't correct either. First both should be in hpux64/hpux32 and both should have a .so suffix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2008 09:02 PM
10-05-2008 09:02 PM
Re: HPWS 1.18 PHP 5.2.2 zlib.sl module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 05:01 AM
10-06-2008 05:01 AM
Re: HPWS 1.18 PHP 5.2.2 zlib.sl module
Well, no. The initial suggestion is to get yourself a 64 bit libz. It would be helpful if HP pointed to where you could get it.
If that doesn't work, you need a 32 bit apache.
The other suggestions were to follow the IPF conventions of hpux## directories and .so suffix were for consistency and to allow both 32 and 64 bit apps to coincide easily.