krb5 1.11.3: shared libraries on AIX 7.1

Julien ÉLIE julien at trigofacile.com
Thu Aug 29 15:19:35 EDT 2013


Hi,

Configuring krb5 1.11.3 fails on AIX 7.1 with the following error:

[...]
checking keyutils.h usability... no
checking keyutils.h presence... no
checking for keyutils.h... no
checking if va_copy is available... yes
checking if va_list objects can be copied by assignment... yes
configure: error: Shared libraries are not yet supported on this platform.


I tried both:
  ./configure
and:
  ./configure --disable-shared --enable-static

Same result.
Is there a special trick to build krb5 on AIX?  Why is configure
searching for a support of shared libraries even though
"--disable-shared --enable-static" is passed to configure?


I see in configure:

# avoid duplicate rules generation for AIX and such
SHLIBEXT=.so-nobuild

[...]

if test "$SHLIBEXT" = ".so-nobuild"; then
   as_fn_error $? "Shared libraries are not yet supported on this platform." "$LINENO" 5
fi



-- 
Julien ÉLIE

« Et puis, toi tu penses, moi je suis. » (Mot de passe)


More information about the Kerberos mailing list