Steffen Hansen wrote: > Could you please investigate, why you have #define HAVE_PW_EXPIRE in > config.h? I use RH6.0 too, and configure sees correctly that struct > passwd doesn't have a pw_expire member. the problem was commit -r 1.78, which accessed the pw_expire field even if HAVE_PW_EXPIRE was not set. fixed. -- Dirk A. Mueller