Q 2.4-1) Allegro CL 6.1 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 probably 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.
© Copyright 2001, Franz Inc., Berkeley, CA. All rights reserved.
$Revision: 1.1.2.3.12.1 $