after successfully building under MacOS, i got the following runtime error on
the command "package require tls"
(mn) 1 % package require tls
dlopen(/var/folders/r9/x4x3h5611lzgr49g07qj80r00000gq/T//tcl_MSdMv0, 6): Symbol not found: _DH_set0_pqg
Referenced from: /var/folders/r9/x4x3h5611lzgr49g07qj80r00000gq/T//tcl_MSdMv0
Expected in: flat namespace
in /var/folders/r9/x4x3h5611lzgr49g07qj80r00000gq/T//tcl_MSdMv0
i tried both openssl V1.0.1t and openssl V1.1.0g.
If i use openssl V1.0.1t with tcl V1.6.7, it runs.
maybe someone can help
best regards
Michael
This looks like a duplicate of the problem in ticket 2ec668f901 of 2018-02-14.
|