[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: compilation problems on HP-UX 10.20



Konrad Mauz wrote:
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

I have used the one of APR (Apache Portable Runtime) apr_snprintf on a machine that des not have snprintf.
There is also one in OpenSSL.


May OpenLDAP should have its own ;-)