Artifacts Associated With Ticket 51f70db7661b9329
Ticket change [7f6aa4a771] (rid 1352) by anonymous on 2018-07-30 18:22:28:
- foundin initialized to: "1.7.16"
- icomment:
When I try to run the configure script with a openssl 1.1.0 directory specified as a dependency location, the config fails: <verbatim> checking which TLS library to use... openssl checking if a basic OpenSSL program works... no configure: error: Unable to compile a basic program using OpenSSL </verbatim> This contrasts with my OS-installed version of openssl 1.0.2, against which tcltls configures and compiles OK. I use the following lines to compile with OS-installed openssl 1.0.2: <verbatim> ./configure --disable-stubs --with-tcl=<fulldir>/tcl8.6.8/unix --enable-deterministic make tcltls.so </verbatim> I then install and compile openssl 1.1.0 shared libraries locally without problems. I then try the following configure line for tcltls: <verbatim> ./configure --disable-stubs --with-tcl=<fulldir>/tcl8.6.8/unix --with-openssl-dir=<fulldir>/openssl-1.1.0 --enable-deterministic --includedir=<fulldir>/openssl-1.1.0/include </verbatim> I get the error quoted at top. My computer is running a standard updated install of Kubuntu 16.04
- login: "anonymous"
- mimetype: "text/x-fossil-wiki"
- private_contact initialized to: "d119f61bcd79212a333062099f7b7aa46182e449"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "Can't configure against openssl 1.1.0"
- type initialized to: "Build Problem"
Ticket change [59206e8515] (rid 1517) by anonymous on 2020-05-29 07:21:24:
- icomment:
It seems to me that this has been fixed in the meantime. Tcltls builds correctly on OpenSSL 1.1.1g.
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- icomment:
Ticket change [12b030839a] (rid 3687) by bohagan on 2024-06-28 22:51:13:
- icomment:
This has been fixed with the changes to re-implement the TEA build system. See commit [6c02d4d0291e784b] for the complete set of changes.
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- resolution changed to: "Fixed"
- status changed to: "Closed"
- icomment: