Hi all,

i am getting this error when i run make setup check on my linux box while installing qmail-ldap.Please if any one has any solution on this guide me.

[EMAIL PROTECTED] qmail-1.03]# make setup check
./load digest passwd.o digest_md4.o digest_md5.o digest_rmd160.o \
digest_sha1.o base64.o qldap-debug.o output.o getopt.a strerr.a \
substdio.a case.a env.a stralloc.a str.a fs.a alloc.a error.a \

passwd.o(.text+0x48): In function `cmp_passwd':
: undefined reference to `crypt'
passwd.o(.text+0x64): In function `cmp_passwd':
: undefined reference to `crypt'
passwd.o(.text+0x2a2): In function `do_crypt':
: undefined reference to `crypt'
collect2: ld returned 1 exit status
make: *** [digest] Error 1


[EMAIL PROTECTED] qmail-1.03]# cat /etc/redhat-release
PCQLinux 2005 (WhiteHope)

[EMAIL PROTECTED] qmail-1.03]# uname -r
2.6.10-1.741_FC3


[EMAIL PROTECTED] qmail-1.03]# rpm -qa |grep ldap
openldap-2.2.13-2
php-ldap-4.3.9-3
nss_ldap-220-3
mod_authz_ldap-0.26-2
openldap-servers-2.2.13-2
openldap-clients-2.2.13-2
openldap-devel-2.2.13-2

[EMAIL PROTECTED] qmail-1.03]# rpm -qa |grep ssl
openssl-0.9.7a-40
openssl-devel-0.9.7a-40
mod_ssl-2.0.52-3
openssl096-0.9.6-23.7
xmlsec1-openssl-1.2.6-3



-------------------------------------
Makefile entries is as follows
----------------------------------------
# Perhaps you have different ldap libraries, change them here
LDAPLIBS=-L/usr/local/lib -lldap -llber
# and change the location of the include files here
LDAPINCLUDES=-I/usr/local/include
#LDAPLIBS=-L/opt/OpenLDAP/lib -lldap -llber
# if you need a special include-directory for ldap headers enable this
#LDAPINCLUDES=-I/opt/OpenLDAP/include

# ZLIB needed for -DDATA_COMPRESS and -DQMQP_COMPRESS
#ZLIB=-lz
# or you installed zlib in a different path you can use something like this
#ZLIB=-L/opt/zlib/lib -lz
#ZINCLUDES=-I/opt/zlib/include

# TLS (SMTP encryption) in qmail-smtpd and qmail-remote, see TLS.readme
# You need OpenSSL for this
# use -DTLS_REMOTE to enable tls support in qmail-remote
# use -DTLS_SMTPD to enable tls support in qmail-smtpd
# use -DTLSDEBUG to enable additional tls debug information in qmail-remote
#TLS=-DTLS_REMOTE -DTLS_SMTPD
# Path to OpenSSL includes
#TLSINCLUDES=-I/usr/local/include
# Path to OpenSSL libraries
#TLSLIBS=-L/usr/local/lib -lssl -lcrypto
# Path to OpenSSL binary
#OPENSSLBIN=/usr/local/bin/openssl
#OPENSSLBIN=openssl
# to make the Netscape download progress bar work with qmail-pop3d
# uncomment the next line (allready done)
MNW=-DMAKE_NETSCAPE_WORK

# to enable the auto-maildir-make feature uncomment the next line
MDIRMAKE=-DAUTOMAILDIRMAKE

# to enable the auto-homedir-make feature uncomment the next line
HDIRMAKE=-DAUTOHOMEDIRMAKE

# on most systems we need this to make auth_pop and auth_imap
##SHADOWLIBS=-lcrypt
# OpenBSD and other Systems do not have libcrypt, so comment the line out
# if you get linking problems.
# To use shadow passwords under some Linux OS, uncomment the next two lines.
#SHADOWLIBS=-lcrypt -lshadow
#SHADOWOPTS=-DPW_SHADOW
# To use shadow passwords under Solaris, uncomment the SHADOWOPTS line.

_________________________________________________________________
One and only Ash. Find out all about her. Only on MSN Search http://server1.msn.co.in/profile/aishwarya.asp

Reply via email to