Recent

Author Topic: Indy > Could not load SSL library  (Read 17564 times)

AndroidCat

  • Newbie
  • Posts: 2
Re: Indy > Could not load SSL library
« Reply #15 on: July 13, 2019, 10:21:37 pm »
This thread was helpful in solving two problems I had with Raspbian Buster:

The first was a Pi updated to Buster. It had libssl and libcrypto files for 1.1 and 1.0.2, as well as a symbolic link from libcrypto.so to 1.1. Renaming the link out of the way solved that problem. (Hopefully without breaking anything else.)

The second, with a fresh install of Buster, only had the 1.1 libs. sudo apt-get install libssl1.0.2 fixed that.

Remy Lebeau

  • Hero Member
  • *****
  • Posts: 1575
    • Lebeau Software
Re: Indy > Could not load SSL library
« Reply #16 on: July 17, 2019, 12:10:24 am »
FYI, I have just now added a new IdOpenSSLSetCanLoadSymLinks() function if you want to tell Indy to not load the symbolic links at all, eg:

Code: [Select]
IdOpenSSLSetCanLoadSymLinks(False);
Remy Lebeau
Lebeau Software - Owner, Developer
Internet Direct (Indy) - Admin, Developer (Support forum)

 

TinyPortal © 2005-2018