Thanks for the tip. That gets me more-or-less working, though now document over a few kb "stick".

Here is what I did for a configure statement to stop crashing:

./configure --prefix=/usr/local/aol3 --enable-64bit --enable-threads --enable-shared --with-tcl=/usr/local/lib

I also did:
export CC="gcc -m64"

and also added -nostartfiles to get around the _init redefinition failure:
ns.mak:CFLAGS_OPTIMIZE = -O2 -nostartfiles

that gets nsd more-or-less working.

However, nsd now "sticks" on pages more than a few kb large, and a large JPG only loads 1/4 of the way.

Any tips?

-john

On Sep 11, 2007, at 5:21 PM, Tom Jackson wrote:

My laptop is 64 bit:
Linux localhost 2.6.18-gentoo-r4 #1 SMP Mon Nov 20 16:49:16 UTC 2006 x86_64
AMD Turion(tm) 64 X2 Mobile Technology TL-52 AuthenticAMD GNU/Linux

For Tcl I do:
./configure --prefix=/web/nsd45 \
  --enable-64bit \
  --enable-threads \
  --enable-shared

But when it builds I get the impression it isn't 64 bit. Don't know how to
check it.

AOLserver builds and runs as normal.

tom jackson


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to