[erlang-patches] Erlang on AIX 5.3
VAUCHER Laurent
VAUCHER@REDACTED
Thu Jan 25 18:30:55 CET 2007
Thank you but unfortunately, it does not solve my problems.
By the way, what is the appropriate mailing list. I have not found any erlang-devel list.
Laurent.
-----Message d'origine-----
De : Christophe Romain [mailto:chris.romain@REDACTED] De la part de Christophe Romain
Envoyé : 25 January 2007 10:31
À : VAUCHER Laurent
Cc : erlang-patches@REDACTED
Objet : Re: [erlang-patches] Erlang on AIX 5.3
Hello
I think you're using the wrong mailing list.
anyway, to compile under AIX5 you should consider doing this:
SSLDIR=<your openssl directory>
in erts/configure.in, change aix4* into aix* ./configure --with-ssl=$SSLDIR in erts/emulator/drivers/common/inet_drv.c:213, add #define IP_MULTICAST before #include <net/if.h> ulimit -d 256000 make
best regards.
More information about the erlang-patches
mailing list