Forum OpenACS Development: Re: Tcl > 8.4.14 and AOLserver compile on Debian/Ubuntu

Malte,

I have Aolserver 4.0r10 compiled against TCL 8.4.15 using Ubuntu Feisty (7.0.4). What i did:

1. look at this forum topic https://openacs.org/forums/message-view?message_id=309814
about changes in nsd/unix.c and nsd/conn.c

2. compile aolserver with CPPFLAGS="-nostartfiles"

CPPFLAGS="-nostartfiles" ./configure --prefix=/usr/local/aolserver40r10 --with-tcl=/usr/local/lib

3. make && make install worked fine with this options

Hello Orzenil, the trick with "-nostartfiles" helped and did it. I will put this now in my install scripts.

TCL 8.5.0 still fails because of memory allocation issues (it seems) but this is against AOLserver 4.5 😊

Collapse
Posted by Deds Castillo on
Malte,

Are you compiling it on a x86_64 kernel?