Jorge A. Palacios writes:
I believe i found the problem
When the ./configure try to enter to authlib directory, this is the
problem...
[kiolinxa@mail authlib]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././../sysconftool
checking for perl5... no
checking for perl... /usr/bin/perl
checking for expect... /usr/bin/expect
checking for passwd... /usr/bin/passwd
checking whether -lm is needed for floor... yes
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
configure: error: --with-authchangepwdir missing
This is not the configure script in the current version of the
courier-authlib package.
For starters, the extracted top-level directory name wouldn't be
"authlib". It would be "courier-authlib-0.58".
Although I could probably guess exactly what you did, and how ancient is the
decrepid code you're using, the correct answer for your problem is to stop
using ancient, obsolete, and unmaintained code, download the current version
of courier-authlib, and follow the instructions for building RPMs.