Can't find /lib/libz.so.1

OS: HP-UX
ZLIB: Version 1.2.3
PROGRESS: 9.1D

I am getting the following error when running pdfinclude and trying to use an existing PDF page.

Could not open Dynamic Library: /lib/libz.so.1 (8013) Could not load DLL procedure /lib/libz.so.1. (3258)

The find doesn't exist, and is NOWHERE on the server. I have a libz.sl.1, but this doesn't work.

Any help would be much appreciated.

Tariq Jamal


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

zlib library on hp-ux

Hi Tariq,

I have the zlib library installed on HP-UX and the name is {installpath}/zlib/lib/libz.sl which points to libz.sl.1.2.3. (on our system it's not installed directly in the /lib directory, but in another dir).
Using &GLOBAL-DEFINE zlib {installpath}/zlib/lib/libz.sl in file pdf_pre.i, I am now able to merge a PDF document with an ASCII file without problem.

So for you it also should not be any problem.

Regards,
Wilko