This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Tclsh 8.0 and http package 2.3

Old posts that have not been replied to for several years.
Locked
g
griffin

Post by griffin »

I run eggdrop 1.4.5 with tclsh 8.0.

Now I need http package 2.3 for a script I want to use, is there any way to fix this?

It seems as tclsh 8.0 comes with http 2.0:

% package require http
2.0


/griff
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You will need to upgrade your version of Tcl.

Tcl 8.0 doesn't have the commands built in, that http 2.3 requires to function correctly.
g
griffin

Post by griffin »

But if I use tcl 8.3 with eggdrop 1.4.5, swedish characters (umlauts) won't get outputted correctly :/.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

don't use 1.4.5 then. IIRC this was fixed somewhere between 1.6.1 and 1.6.2
Locked