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)
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to