Operating System - HP-UX
1833777 Members
2356 Online
110063 Solutions
New Discussion

patch with vsnprintf support for 10.20 wanted!

 
Marek Klampar
Occasional Contributor

patch with vsnprintf support for 10.20 wanted!

Please,

can anybody tell me, where to get patch including vsnprintf support, which I
need for my smbd service to run.

I managed to find such patch for 10.24 only.

Thanks!

Marek.
---
My nightmare follows:

/usr/lib/dld.sl: Unresolved symbol: vsnprintf (code) from ./smbd
Abort(coredump)
2 REPLIES 2
Jason Luginbuhl_1
Frequent Advisor

Re: patch with vsnprintf support for 10.20 wanted!

There is no support for vsnprintf at 10.20. Though this symbol exists in 10.20
version of libc, it
is not documented and not present in header files. However, snprintf and
vsnprintf do exist in the 11.0 version of HP-UX.
Marek Klampar
Occasional Contributor

Re: patch with vsnprintf support for 10.20 wanted!

I learned from Albert Chin-A-Young (china@thewrittenword.com) that PHCO_20441
should solve this problem...

Ok, why not. OS reinstallation is easy...

Marek.