Operating System - HP-UX
1829607 Members
1315 Online
109992 Solutions
New Discussion

Can't find path for shared library: libgcc_s.sl

 
Toby Johnson
New Member

Can't find path for shared library: libgcc_s.sl

Hello, I am trying to compile Qt version 3.2.3 on HP-UX 11.11 with gcc. I recieve the above error ( "Can't find path for shared library: libgcc_s.sl") continually, even though the file specified exists in /usr/local/lib.

I have added this path both to SHLIB_PATH and LD_LIBRARY path with no luck. I do not have root priveleges on this machine so it's hard to mess with much else, but I'm convinced it's some sort of "configure" setting (and yes, I have tried -L/usr/local/lib as well).

I have tried this on HP's TestDrive system as well with the same error, so I know it's not an installation issue on our end.

Any ideas what's wrong here?
1 REPLY 1
ranganath ramachandra
Esteemed Contributor

Re: Can't find path for shared library: libgcc_s.sl

1. make sure you have the latest loader, PHSS_30966.

2. make sure your executable actually has SHLIB_PATH lookup enabled - either link with '+s' (or -Wl.+s if you dont use linker directly) or use chatr ("+s enable") on the executable.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo