On Mon, Oct 13, 2003 at 10:13:49AM +0530, Biswajit Banerjee wrote:
> Dear Brian,
> 
> Thank for the advice ..
> as you suggested grep LDAPSEARCH sqwebmail/htmllibdir.h
> resulted as expected i.e /usr/local/share/sqwebmail3/ldapsearch
> but strings /var/www/cgi-bin/sqwebmail3/sqwebmail | grep ldap
> didnot out put any result.

For me:
# strings sqwebmail | grep ldap
ldaplist.c
sqwebmail-ldapaddressbook
ldapabook_add
/etc/opt/sqwebmail/ldapaddressbook
" /></td><td><font size="+1" 
class="ldaplist-name">%s</font><br/>&nbsp;&nbsp;&nbsp;<span class="tt"><font size="-2" 
class="ldaplist-ldapurl">ldap://
/usr/local/opt/sqwebmail/ldapsearch
ldap
" /></td><td><font size="+1" class="ldapsearch-name">
</font><font size="+1" class="ldapsearch-addr">&lt;
<span class="ldapsearch-misc">
ldapsearch
ldapsearch.html
#

> Any way can you tell me the sqwebmail version you are running and what was
> the env. you have compiled ..so that i can try at my end and see if it
> succied.

3.6.0.20030922

        LDFLAGS="-L/usr/local/lib"; export LDFLAGS
        CPPFLAGS="-I/usr/local/include"; export CPPFLAGS
        ./configure \
                --prefix=${PREFIX}/sqwebmail \
                --sysconfdir=${CONFDIR}/sqwebmail \
                --with-piddir=${VARDIR}/sqwebmail/run \
                --localstatedir=${VARDIR}/sqwebmail \
                --datadir=${CONFDIR}/sqwebmail/share \
                --with-authdaemon \
                --with-authldap \
                --without-ipv6 \
                --without-authuserdb \
                --without-authpam \
                --without-authpwd \
                --without-authshadow \
                --without-authvchkpw \
                --without-authpgsql \
                --without-authmysql \
                --without-authcram \
                --without-authcustom \
                --with-mailuser=exim \
                --with-mailgroup=exim \
                --with-cachedir=${VARDIR}/sqwebmail/cache \
                --with-cacheowner=exim \
                --enable-https=auto \
                --enable-webpass=no \
                --enable-mimetypes=${PREFIX}/apache/conf/mime.types \
                --enable-imageurl=${WEBMAILIMAGEURL} \
                --enable-imagedir=${WEBMAILDOCDIR}${WEBMAILIMAGEURL} \
                --enable-cgibindir=${WEBMAILCGIDIR} \
                --enable-softtimeout=3600 \
                --disable-changepass \
                --with-fcgi \
                --without-gzip \
        && ${GMAKE} configure-check && ${GMAKE} && ${GMAKE} check

Brian.

Reply via email to