On Wed, 7 Jul 2004, Jim Davidson wrote:
In a message dated 7/7/2004 6:34:44 AM Eastern Daylight Time, [EMAIL PROTECTED] writes:
Does anybody successfully run AOLserver on 64-bit AMD Opeteron?
I've compiled AOLserver 4.0.5 on Suse Linux running on 64-bit AMD Opteron without any problems.
But AOLserver doesn't start, only prints the following message:
$ ./bin/nsd -ft sample-config.tcl NsTclInitObjs: sizeof(int) < sizeof(long) Aborted
I think I added the check for sizeof(int) < sizeof(long) to make sure the code which converts strings to internal Ns_Time types wouldn't overflow. Try just commenting out the checks in nsd/tclobjs.c -- it may just work. AOLserver ran on 64bit DEC Alpha machines fine for years but there hasn't been an exhaustive review to make sure everything is truely 64bit clean.
-Jim
Thanks for explanation. After commenting out suggested check AOLserver starts and operates normally - as far as I've tested it so far.
--tkosiak
-- 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.
-- 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.
