1833053 Members
2391 Online
110049 Solutions
New Discussion

samba install help

 
SOLVED
Go to solution
Mark S_3
Occasional Advisor

samba install help

I am trying to install the Samba binary for HP-UX 11.00 from the Samba website. I installed the openldap and libiconv libraries from utah.edu. When I try to run smbd it complaines about libcrypto.sl. What am I missing?
4 REPLIES 4
Sanjay_6
Honored Contributor
Solution

Re: samba install help

Hi Mark,

You can download and install hp cifs. This is build for hp 11.0 and 11i for hp servers.

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA

Hope this helps.

Regds
Mark S_3
Occasional Advisor

Re: samba install help

This may be a viable solution but I would really like to get the Samba 3.0.5 binary to work. I found libcrypto.a in /opt/openssl but no libcrypto.sl what is the difference? Archive library v/s Shared Library can't the loader use either one?
Sundar_7
Honored Contributor

Re: samba install help

libcrypto.a is not a archive library but rather archive of object files. use ar command to list the object files within that archive.

Learn What to do ,How to do and more importantly When to do ?
Mark S_3
Occasional Advisor

Re: samba install help

I am using CIFS as suggested.