[AOLSERVER] Strange issue with nsopenssl

2012-05-01 Thread Sep Ng
Hi, I've been looking at one aolserver install which seems to be crashing when I run with SSL certificates. The weird thing is that if I run it as root, the startup goes fine, which leads me to believe it is possibly a permission issue. The crash happens right when nsd attempts to generate

Re: [AOLSERVER] Strange issue with nsopenssl

2012-05-01 Thread Sep Ng
I'll just go ahead and post the solution to this problem. Apparently there's a library conflict between my Oracle install and OpenSSL. I solved it by setting LD_PRELOAD=/usr/lib/libcrypto.so.0.9.8 before running aolserver. On Tuesday, May 1, 2012 11:16:24 AM UTC+8, Sep Ng wrote: Hi, I've