Operating System - HP-UX
1820879 Members
5149 Online
109628 Solutions
New Discussion юеВ

Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

 
SOLVED
Go to solution
Craig A. Sharp
Super Advisor

Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

I have installed curl on 11.31. I also installed the dependency of openssl. When I try to run curl, I get the following error.

/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/liblber.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

Any ideas?

Thanks,

Craig
6 REPLIES 6
Torsten.
Acclaimed Contributor
Solution

Re: Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

From where did you get curl?

Did you try this link?

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131

If you get it from here - http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/curl-7.18.0/ - you need to check if you have all the Run-time dependencies.

db gdbm gettext libiconv libidn openldap openssl perl zlib

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Pete Randall
Outstanding Contributor

Re: Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

Craig,

There are quite a few dependencies listed:

db gdbm gettext libiconv libidn openldap openssl perl zlib

Are you covered for all of those, too?


Pete

Pete
Pete Randall
Outstanding Contributor

Re: Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

Actually, it looks like liblber should come from openldap.


Pete

Pete
Torsten.
Acclaimed Contributor

Re: Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

Be aware that if dependencies are listed, you usually need them all.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Craig A. Sharp
Super Advisor

Re: Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

ixcurl was the solution. Installed and running..thanks for all the replies.
Craig A. Sharp
Super Advisor

Re: Trying to run curl on 11.31. Error: Can't open shared library: /usr/local/lib/liblber.sl

ixcurl was the solution. Installed and running, thanks for all the replies.