Welcome, Guest
Username: Password: Remember me
Components and Libraries for Networking Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Could not load SSL library 8 years 6 months ago #8244

  • usbdoo
  • usbdoo's Avatar Topic Author
  • Visitor
  • Visitor
CT 5.5

/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
/usr/lib/x86_64-linux-gnu/libssl.so
Candidate: 1.0.1k-3+deb8u1
  Version table:
 *** 1.0.1k-3+deb8u1 0
        500 cdrom://[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 DVD Binary-1 20150906-11:13]/ jessie/main amd64 Packages
        500 http://ftp.si.debian.org/debian/ jessie/main amd64 Packages
        500 http://security.debian.org/ jessie/updates/main amd64 Packages
        100 /var/lib/dpkg/status
libssl-dev:
  Installed: 1.0.1k-3+deb8u1
  Candidate: 1.0.1k-3+deb8u1
  Version table:
 *** 1.0.1k-3+deb8u1 0
        500 cdrom://[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 DVD Binary-1 20150906-11:13]/ jessie/main amd64 Packages
        500 http://ftp.si.debian.org/debian/ jessie/main amd64 Packages
        500 http://security.debian.org/ jessie/updates/main amd64 Packages
        100 /var/lib/dpkg/status
usb@debian:~$

how to find a solution for this problem?

Please Log in or Create an account to join the conversation.

Could not load SSL library 8 years 6 months ago #8255

  • usbdoo
  • usbdoo's Avatar Topic Author
  • Visitor
  • Visitor
Problem is here:

These method not loaded.

unit IdSSLOpenSSLHeaders;
{$EXTERNALSYM SSLv2_method}
  SSLv2_method : function: PSSL_METHOD cdecl = nil; // SSLv2
  {$EXTERNALSYM SSLv2_server_method}
  SSLv2_server_method : function: PSSL_METHOD cdecl = nil; // SSLv2
  {$EXTERNALSYM SSLv2_client_method}
  SSLv2_client_method : function: PSSL_METHOD cdecl = nil; // SSLv2
 Result := (FFailedLoadList.Count = 0);  

FFailedLoadList..text:=
"SSLv2_method
SSLv2_server_method
SSLv2_client_method"


how to find a solution?

Please Log in or Create an account to join the conversation.

Could not load SSL library 8 years 6 months ago #8260

  • usbdoo
  • usbdoo's Avatar Topic Author
  • Visitor
  • Visitor
Here is the solution of the problem:
forum.lazarus.freepascal.org/index.php/topic,29864.0.html

Please Log in or Create an account to join the conversation.

Could not load SSL library 8 years 6 months ago #8264

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4511
  • Thank you received: 1101
Sorry for the delay Sir
we will try to add this fix to pl_Indy pkg
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1