Hi all,
i hape an w32 app that needs to connect to MS Active Dir over ssl. I tried netscape ldapsdk v3, which connected but wouldnt do a password change(probably and AD quirk), then i tried windowsldap, which wouldnt connect, then sun ldap v5 to no avail. Now im trying to build mozilla, and its giving me the following in cygwin
$ gmake
cd config; c:/netscapetools/bin/gmake.exe export
c:\netscapetools\bin\gmake.exe[1]: Entering directory `c:/ldap/mozilla/directory
/c-sdk/config'
c:\netscapetools\bin\gmake.exe[1]: Nothing to be done for `export'.
c:\netscapetools\bin\gmake.exe[1]: Leaving directory `c:/ldap/mozilla/directory/
c-sdk/config'
cd ldap; c:/netscapetools/bin/gmake.exe export
c:\netscapetools\bin\gmake.exe[1]: Entering directory `c:/ldap/mozilla/directory
/c-sdk/ldap'
cd include; c:/netscapetools/bin/gmake.exe export
c:\netscapetools\bin\gmake.exe[2]: Entering directory `c:/ldap/mozilla/directory
/c-sdk/ldap/include'
sh ../../config/cygwin-wrapper nsinstall -D ../../../../dist/public/ldap
perl ./../build/replace.pl \
LDAP_VENDOR_NAME="mozilla.org" \
LDAP_VENDOR_VERSION="500" \
< ldap-standard-tmpl.h > ../../../../dist/public/ldap/ldap-stand
ard.h
It just halts here for ages until i ^C it.
I've seen this before (years ago), and I'm trying to remember how I fixed it. Have you tried compiling with the cygwin "make" rather than the netscapetools "gmake"? If that doesn't work, anothing to try might be building from cmd.exe rather than cygwin bash.
Dan _______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
