1st bug in src\eldap\Makefile.win32 is missing target for eldap_filter.beam
*** Makefile.win32.old Fri Sep 21 11:30:49 2007
--- Makefile.win32.new Wed Sep 12 12:25:54 2007
***************
*** 26,28 ****
--- 26,31 ----
$(OUTDIR)\ELDAPv3.beam : ELDAPv3.erl
erlc -W $(EFLAGS) -o $(OUTDIR) ELDAPv3.erl
+
+ $(OUTDIR)\eldap_filter.beam : eldap_filter.erl
+ erlc -W $(EFLAGS) -o $(OUTDIR) eldap_filter.erl
2nd bug is missed option -env SASL_LOG_PATH=../logs/sasl.log in \bin\postinstall.bat after install on win32
Therefore it is not written the sasl.log
Problems reported.
Thanks, I've reported the problems to the people that compile the binary installers.
Reported to bug tracker
I've submitted your report to the bug tracker so its easier to know it's status:Bugs in Windows binary installer: Makefile.win32 and postinstall.bat
I saw in the bug tracker
I saw in the bug tracker that those issues have been fixed now. Thanks for the reports :)