Ticket Hash: | a3a57452d5082e112d21ba1e1c0e2a7a18ef9dbd | ||
Title: | Runtime-Error under MacOS | ||
Status: | Open | Type: | Code Defect |
Severity: | Critical | Priority: | Immediate |
Subsystem: | Resolution: | Open | |
Last Modified: |
2019-09-26 12:18:01 5.62 years ago |
Created: |
2017-12-15 14:56:58 7.40 years ago |
Version Found In: | 1.7.14 |
User Comments: | ||||
anonymous added on 2017-12-15 14:56:58:
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 anonymous (claiming to be R. J. Mathar) added on 2019-09-26 12:18:01: This looks like a duplicate of the problem in ticket 2ec668f901 of 2018-02-14. |