Dear Alexey,

below is a fix for the nsproxy problem that you reported.
The problem comes from a different initialization semantics
in Tcl 8.5, that hits the nsproxy binary. The added call
should work with Tcl 8.4 as well; please report back
such i can commit the fix to CVS.

best regards
-gustaf neumann

===================================================================
RCS file: /cvsroot/aolserver/aolserver/nsproxy/nsproxy.c,v
retrieving revision 1.1
diff -u -r1.1 nsproxy.c
--- nsproxy.c    19 Apr 2006 18:55:09 -0000    1.1
+++ nsproxy.c    7 Mar 2009 23:45:04 -0000
@@ -42,6 +42,7 @@
int
main(int argc, char **argv)
{
+    Tcl_FindExecutable(argv[0]);
    return Ns_ProxyMain(argc, argv, MyInit);
}


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

To Remove yourself from this list, simply send an email to 
<lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to