1752295 Members
4513 Online
108786 Solutions
New Discussion

Curl Broken

 
agaraujo
Visitor

Curl Broken

Hi dudes,

When a try use curl the follow error appear:

[/usr/sbin] >curl -V
/usr/lib/hpux64/dld.so: Unable to find library 'libsasl2.sl.3'.
Killed

 

I try reinstall curl, but the error persist.

This lib exists in /usr/lib/hpux64/libsasl2.sl.3 and /usr/local/lib/hpux64/libsasl2.sl.3

 

 

2 REPLIES 2
Steven Schweda
Honored Contributor

Re: Curl Broken

> Curl Broken

   Or your installation of "curl" is broken.  Or your own environment
is broken.

> When a try use curl [...]

   On what?

      uname -a

> I try reinstall curl, [...]

   "reinstall" how, from what?  Some kit which you got from somewhere?
Or did you build it from sources?  (Which version?)  Or what?

> This lib exists in /usr/lib/hpux64/libsasl2.sl.3 and
> /usr/local/lib/hpux64/libsasl2.sl.3

   That might not help if "dld" isn't looking there.  "ldd" might
provide some useful information.

      man ldd

   Have you set LD_LIBRARY_PATH (or one of its friends) to some
unhelpful value?

agaraujo
Visitor

Re: Curl Broken

Hi Steven

 

Thanks for your atention.

After many hours in troubleshooting, the customer say that install CyberArk.

Other packages broken too, so i need reinstall curl, ftp, openssl and problem solved.