[AOLSERVER] Help Install

2008-03-22 Thread Menon, Rahul
Hi All Was wondering if there was a definitive guide on how to install aolserver on a linux platform i have tried everything but i am unable to get the server running, any help would be appreciated Thanks Rahul Menon -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list,

Re: [AOLSERVER] Help Install

2008-03-22 Thread Alex
Hi Rahul What exactly is the problem? Can you run it manually with -f flag, and what's the error messages? From installation point of view, If you just want to play with it, then apt-get install aolserver4 (or analogous command for your distro) works. However what I found from my personal

Re: [AOLSERVER] Compiling 4.5 on Mac OS X 10.5 leopard issues

2008-03-22 Thread Don Baccus
On Mar 22, 2008, at 6:04 AM, Mark Aufflick wrote: Thread 0 Crashed: 0 libSystem.B.dylib 0x93e7d0c8 strlen + 8 This is the 64-bit vs. 32-bit aolserver vs tcl problem people have mentioned in regard to 4.0.10 and 4.5 (4.0.1 compiles out of the box). Someone who has this

Re: [AOLSERVER] Compiling 4.5 on Mac OS X 10.5 leopard issues

2008-03-22 Thread Gustaf Neumann
Dear Mark, this problem was discussed earlier here in the mailing list. I have commited a fix to the head version in the sourceforge cvs for the problem, which changes the semantics for setrlimit for compiles on Leopard and above. It passes now in case of unlimited number of open files OPEN_MAX

Re: [AOLSERVER] Compiling 4.5 on Mac OS X 10.5 leopard issues

2008-03-22 Thread Mark Aufflick
Hi Don, Since I'm on a PPC G4 powerbook I only have 32 of those bits you talk about :) Mark. On Sun, Mar 23, 2008 at 2:48 AM, Don Baccus [EMAIL PROTECTED] wrote: On Mar 22, 2008, at 6:04 AM, Mark Aufflick wrote: Thread 0 Crashed: 0 libSystem.B.dylib 0x93e7d0c8 strlen

Re: [AOLSERVER] Compiling 4.5 on Mac OS X 10.5 leopard issues

2008-03-22 Thread Mark Aufflick
Thanks Gustaf, I had trouble with cvs head earlier, but I have tried again. Here is what worked for me: 1. Compile/install of tcl 8.4.18 with --enable-threads ** 2. co aolserver cvs head 3. autoconf (being sure that ../tcl symlinks to my tcl 8.4.18 sources) 4. /opt/aolserver/bin/tclsh8.4

Re: [AOLSERVER] Compiling 4.5 on Mac OS X 10.5 leopard issues

2008-03-22 Thread John Buckman
I suspect the problem might have been that you didn't enable threads on tcl. I've never had any problems building aolserver on OSX 8.4.x on powerpc or intel. But, you know that now... -john On Mar 22, 2008, at 8:44 PM, Mark Aufflick wrote: Thanks Gustaf, I had trouble with cvs head

Re: [AOLSERVER] Compiling 4.5 on Mac OS X 10.5 leopard issues

2008-03-22 Thread Mark Aufflick
To confirm, the pools.tcl patch is not necessary. The server responds fine despite the warning. On Sun, Mar 23, 2008 at 2:44 PM, Mark Aufflick [EMAIL PROTECTED] wrote: Thanks Gustaf, I had trouble with cvs head earlier, but I have tried again. Here is what worked for me: 1.