[erlang-patches] Erlang on AIX 5.3

Christophe Romain christophe.romain@REDACTED
Thu Jan 25 10:30:49 CET 2007


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