> Upgrading from 2015.68 to 2015.69 on the embedded platform at $DAYJOB,
> password authentication does no longer work. This seems to be related to a
> newly added test for crypt() in the configure script, which fails to find it
> and thus disables password authentication.

same here
 
> Has anyone else been bit by this, and is there a better workaround than to
> edit options.h to unconditionally enable ENABLE_SVR_PASSWORD_AUTH (removing
> the #ifdef HAVE_CRYPT test, which works fine).

export ac_cv_func_crypt=yes
before calling configure -- just a nasty workaround, haven't looked into 
the problem yet

p.

-- 

Peter Meerwald-Stadler
+43-664-2444418 (mobile)

Reply via email to