>
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.