Q 2.4-1) Allegro CL 8.0 won't start on HP/UX 10.20 because needed shared libraries seem to be missing. How can this be fixed?
Q 2.4-2) Why do foreign loads sometimes cause Lisp to die on HP/UX 11.00?
Q 2.4-1) Allegro CL 8.0 won't start on HP/UX 10.20 because needed shared libraries seem to be missing. How can this be fixed?
A 2.4-1) The error you might be seeing is something like:
crt0: ERROR couldn't open /usr/lib/aCC/dld.sl errno:000000002
If this is happening, you propably need to install the following HP patch, which contains the runtime component of HP's aCC:
PHSS_17872 B.10.00.00.AA HP aC++ runtime libraries (aCC A.01.21)
You can view the current set of products installed on your system by issuing the following command (you should not need root privileges) and browsing the contents of temp.file:
swlist -l product > temp.file
See the manual page displayed when you enter man swlist for all the available options.
The patch should be available electronically to all HP customers with a support contract. Please contact HP for assistance if you have any trouble retrieving/installing this patch.
Q 2.4-2) Why do foreign loads sometimes cause Lisp to die on HP/UX 11.00?
A 2.4-2) You need an operating system fix from HP. The latest "quality pack" should do, which you can get from here:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=QUALITYPACK.
Next FAQ topic: Architecture-specific problems: 2.5. Compaq ALPHA
Previous FAQ topic: Architecture-specific problems: 2.3. IBM RS6000
ɠCopyright 2001, 2004 Franz Inc., Berkeley, CA. All rights reserved.
$Revision: 1.3 $