Sujet : Re: tcltls v1.7.23 and Tcl 9
De : emil.g (at) *nospam* example.invalid (Emiliano)
Groupes : comp.lang.tclDate : 30. Sep 2024, 13:49:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240930094909.606148adf4b8de86a6e011f0@example.invalid>
References : 1
User-Agent : Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu)
On Sun, 29 Sep 2024 13:33:45 +0100
Alan Grunwald <
nospam.nurdglaw@gmail.com> wrote:
I have encountered a problem with the above extension under tcl9.0.0
After downloading
https://www.tcl3d.org/bawt/download/Preview/Tcl9/tcltls-1.7.23.7z, as
advertised on the "Porting extensions to Tcl 9" page on the wiki,
configuring using the line
./configure --prefix=/opt/tcl9.0.0 --with-tcl=/opt/tcl9.0.0/lib
building and installing, I cannot load the extension:
% package require tls
version conflict for package "tcl": have 9.0.0, need 8.4
The same error also occurs if I do
% load /opt/tcl9.0.0/lib/tcltls1.7.23/tcltls.so Tls
so I assume a problem in the .so file. I've had a quick look through the
sources, but I have no confidence that I can find the appropriate change.
Please can someone help?
The work is being done in the tls-1.8 branch. If you don't want to mess
with fossil, you can download a snapshot from
https://core.tcl-lang.org/tcltls/download?r=tls-1.8Note that it needs a version of OpenSSL newer than 1.X
-- Emiliano