Looks like snprintf() was introduced in HP-UX 10.30 http://devresource.hp.com/STK/impacts/i302.html
Maybe OpenLDAP should supply snprintf.c for HP-UX < 10.30? There's one in OpenSSH. $SRC/openbsd-compat/bsd-snprintf.c
--Kervin
Hello,
i am trying to compile openldap-2.0.23 on HP-UX 10.20 with gcc-2.95. configure is working fine, but during the compilation where is a problem. The function h_errno could'nt be found in the library/libldap/util-int.c
After fixing this problem, there is another one, during the linking of slapd. The linker misses the symbol snprintf, which doesn't seem to exists on the HP-UX 10.20 platform.
Any hints to get it working.
Regards... Konrad