Forum OpenACS Q&A: Re: Installing AOLServer on OSX 10.5.5

Collapse
Posted by Emmanuelle Raffenne on
Dave,

Now that you mention it, mine segfault'd too (I installed from source though). I fixed it by adding the following in my .bash_profile (for mac terminal, .bashrc for X11 one):

# For aolserver not to segfault
ulimit -n 256

Collapse
Posted by Gustaf Neumann on
This problem came from a change in c-library semantics introduced by Leopard and was fixed in the head version of aolserver 4.5 about nine months ago

http://aolserver.cvs.sourceforge.net/viewvc/aolserver/aolserver/nsd/fd.c?r1=1.12&r2=1.13&sortby=date

best regards
-gustaf neumann