History Of Ticket 67c13bf99e651b2f709b7e92a0d5d549a3953a4f
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA

Artifacts Associated With Ticket 67c13bf99e651b2f709b7e92a0d5d549a3953a4f

  1. Ticket change [53ab8b724c] (rid 3210) by anonymous on 2024-05-11 08:38:14:

    1. foundin initialized to: "1.8"
    2. icomment:
      Using mingw on Windows, --enable-static-ssl seems to have no effect (regression from 1.7). The configure log does show 
      
      ```
      configure:9166: checking for static linking of openSSL libraries
      configure:9168: result: yes
      ```
      
      but the generated Makefile does not enable static linking.
      
    3. login: "anonymous"
    4. mimetype: "text/x-markdown"
    5. severity initialized to: "Critical"
    6. status initialized to: "Open"
    7. title initialized to: "--enable-static-ssl configure option has no effect"
    8. type initialized to: "Build Problem"
  2. Ticket change [288513c934] (rid 3211) by anonymous on 2024-05-11 12:56:05:

    1. icomment:
      I used the following configure as a work around:
      
      ```
      ../../configure --enable-64bit --enable-static-ssl --with-tcl=d:/tcl/90/mingw64/lib --with-tclinclude=d:/tcl/90/mingw64/include --exec-prefix=d:/tcl/90/mingw64/ TCLTLS_SSL_LIBS="-Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic ws2_32.lib"
      ```
      
    2. login: "anonymous"
    3. mimetype: "text/x-markdown"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [a21b411f6b] (rid 3212) by anonymous on 2024-05-11 12:56:22:

    1. login: "anonymous"
    2. mimetype: "text/x-markdown"
    3. severity changed to: "Minor"
  4. Ticket change [139295eee8] (rid 3550) by bohagan on 2024-05-28 00:10:37:

    1. icomment:
      This may be fixed in the tls-1.8 and crypto branches by [1edeeb9bb0439547]. I tested what I could, but I don't have a full MinGW install to test with, only a basic MSYS2 config.
      
    2. login: "bohagan"
    3. mimetype: "text/x-fossil-plain"