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

Collapse
Posted by Dave Bauer on
I installed AOLserver from MacPorts and compiled the necessary AOLserver modules, but mine segfaults as soon as I try to start it. Has anyone tried the MacPorts version?

http://trac.macports.org/browser/trunk/dports/www/aolserver/Portfile

I installed postgresql also, that seems to work OK.

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

Collapse
Posted by Nima Mazloumi on
daveb: what do I need to do using macports to install aolserver modules?