Share

tcl-fastcgi

Tracker: Patches

5 tcl-src minor fix for tcl8.4.6 - ID: 1084379
Last Update: Attachment added ( hkoba )

Today I found fcgi.tcl 0.4 didn't work with my tcl8.4.6.
The error message was:

Z-moltke(3:pts/3)% /var/www/cgi-bin/echo-cgi.fcg
invalid command name "gets"
while executing
"gets $f"
(procedure "auto_load_index" line 23)
invoked from within
"auto_load_index"
(procedure "auto_import" line 13)
invoked from within
"namespace import -force fcgi::gets"
(file "/opt/tcl/lib/Fcgi04/fcgi.tcl" line 1041)
invoked from within
"source /opt/tcl/lib/Fcgi04/fcgi.tcl"
("package ifneeded" script)
invoked from within
"package require Fcgi"
(file "/var/www/cgi-bin/echo-cgi.fcg" line 9)

I don't know exact reason, but this patch worked for me.
Any comments are welcome.


KOBAYASI Hiroaki ( hkoba ) - 2004-12-13 13:21

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
tcl-fcgi-rename.patch To provide fallback alias for gets/read/... until import completes. Download

Change ( 1 )

Field Old Value Date By
File Added 112283: tcl-fcgi-rename.patch 2004-12-13 13:21 hkoba