Operating System - HP-UX
1837976 Members
2604 Online
110124 Solutions
New Discussion

Re: Samba error (dld.sl) HP-UX 10.20

 
SOLVED
Go to solution
Beretta Simone
New Member

Samba error (dld.sl) HP-UX 10.20

Installed Samba 2.2.3a on HP-UX 10.20.
Error starting Samba Server:
/usr/lib/dld.sl: Unresolved symbol: snprintf (code) from /opt/samba/bin/nmbd
/usr/lib/dld.sl: Unresolved symbol: snprintf (code) from /opt/samba/bin/smbd

Any suggestions will be appreciated.
Help me please !!!
6 REPLIES 6
Jeff Schussele
Honored Contributor

Re: Samba error (dld.sl) HP-UX 10.20

Hi Beretta,

The dynamic loader (dld.sl) is complaining about a symbol (snprintf) that the Samba daemon (nmbd) is trying to use.

Several questions:

1) Is this the HP supplied Samba package?
2) Did you compile this yourself?
3) Did you get the proper pkg - i.e. one for 10.2 & not 11.x?

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Beretta Simone
New Member

Re: Samba error (dld.sl) HP-UX 10.20

1) Downloaded from:
http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Misc/samba-2.2.3a/

2) NO

3) Yes, I downloaded the right version.
Umapathy S
Honored Contributor

Re: Samba error (dld.sl) HP-UX 10.20

Beretta,
As far as I know, snprintf() is not supported by hpcc in 10.20. Make sure that you have downloaded the correct version.
http://hpux.connect.org.uk/ftp/hpux/Networking/Misc/samba-2.2.3a/samba-2.2.3a-sd-10.20.depot.gz

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
Jeff Schussele
Honored Contributor

Re: Samba error (dld.sl) HP-UX 10.20

OK - could be a patch issue.
See if you have & if not, look at:

1) Latest dld.sl cumulative - PHSS_17225

http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_17225&context=hpux:800:10:20

2) Latest ld cumulative - PHSS_21110

http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_21110&context=hpux:800:10:20

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
ranganath ramachandra
Esteemed Contributor
Solution

Re: Samba error (dld.sl) HP-UX 10.20

perhaps PHCO_23684 (libc that defines snprintf) is required
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

Beretta Simone
New Member

Re: Samba error (dld.sl) HP-UX 10.20

Thank you.
The problem has been solved installing the following patches:
PHCO_23684
PHSS_17225
PHSS_22354