Difference between revisions of "AOLserver Bugs and Problems"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 36)
 
(added ns_sha1 issue)
Line 13: Line 13:
  
 
[[Dossy]] 27jul2004 - ''Damien, [http://article.gmane.org/gmane.comp.web.aolserver/10802 Tomasz Kosiak] asked the same question on the AOLserver mailing list and [http://article.gmane.org/gmane.comp.web.aolserver/10804 Jim Davidson] responded that commenting out the failing check you experienced may be safe.  Tomasz then [http://article.gmane.org/gmane.comp.web.aolserver/10809 replied] that he'd followed Jim's advice, and it seems to be working just fine.  Once I get some time on a AMD64 system, I'll do some testing and commit the change.  For now, you can either make the same change Tomasz did, or wait.''
 
[[Dossy]] 27jul2004 - ''Damien, [http://article.gmane.org/gmane.comp.web.aolserver/10802 Tomasz Kosiak] asked the same question on the AOLserver mailing list and [http://article.gmane.org/gmane.comp.web.aolserver/10804 Jim Davidson] responded that commenting out the failing check you experienced may be safe.  Tomasz then [http://article.gmane.org/gmane.comp.web.aolserver/10809 replied] that he'd followed Jim's advice, and it seems to be working just fine.  Once I get some time on a AMD64 system, I'll do some testing and commit the change.  For now, you can either make the same change Tomasz did, or wait.''
 +
 +
---
 +
 +
I am having problems with [[ns_sha1]] returning sha1 hashes that differ from all other library implementations.
 +
 +
-Caveman

Revision as of 05:06, 3 December 2005

Bugs should be reported using the SourceForge Bug Tracker for the AOLserver project.


Has anyone succesfully run 4.0.7 (or any other version) on SuSE 8 for AMD64? It appears to build OK (built against 64 bit build of Tcl 8.4.5) but when run throws a

   NsTclInitObjs: sizeof(int) < sizeof(long)
   Aborted

error

Thanks

Damien

Dossy 27jul2004 - Damien, Tomasz Kosiak asked the same question on the AOLserver mailing list and Jim Davidson responded that commenting out the failing check you experienced may be safe. Tomasz then replied that he'd followed Jim's advice, and it seems to be working just fine. Once I get some time on a AMD64 system, I'll do some testing and commit the change. For now, you can either make the same change Tomasz did, or wait.

---

I am having problems with ns_sha1 returning sha1 hashes that differ from all other library implementations.

-Caveman