ssl_esock.exe
Klacke
klacke@REDACTED
Wed Jun 5 12:51:40 CEST 2002
On Wed, Jun 05, 2002 at 12:28:08PM +0300, Yurii Rashkovskii wrote:
> Gentlemen,
>
> I've found that there is no ssl_esock.exe in my Windows distribution of
> Erlang/OTP R8B0.
>
> Where can I get it?
> (I've failed trying to build it from priv/obj/Makefile)
>
> P.S. It is very *urgent*.
Seems to me that there are some problems with the build of ssl in r8b1
1. ssl_esock isn't even included in the build targets
# diff Makefile.in Makefile.in~
108c108
< debug opt: $(OBJDIR) $(BINDIR) $(SSL_BASE) $(EXTRA_SSL_OBJS) $(SSL_BINS) $(SSL_MAKEFILE)
---
> debug opt: $(OBJDIR) $(BINDIR) $(SSL_BASE) $(EXTRA_SSL_OBJS) $(SSL_MAKEFILE)
2. The DEBUGF macros in debuglog.h doesn't build on linux (rh7.3 gcc 2.96)
# diff debuglog.h debuglog.h~
29,31c29,31
< #define DEBUGF(x)
< #define DEBUGMSGF(x)
< #define LOGF(fp, x)
---
> #define DEBUGF(x) if (debug) __debugprintf ## x;
> #define DEBUGMSGF(x) if (debugmsg) __debugprintclistf ## x;
> #define LOGF(fp, x) if (fp) { __locallogfp = fp; __debuglogf ## x; }
I just commented them out.
--
Claes Wikstrom -- Caps lock is nowhere and
Alteon WebSystems -- everything is under control
http://www.bluetail.com/~klacke
cellphone: +46 70 2097763
More information about the erlang-questions
mailing list