- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Networking Development
- Could not load SSL library
×
Components and Libraries for Networking Development, discussions, problems and suggestions
Question Could not load SSL library
- usbdoo
- Topic Author
- Visitor
-
6 years 8 months ago #8244
by usbdoo
Could not load SSL library was created by usbdoo
CT 5.5
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
/usr/lib/x86_64-linux-gnu/libssl.so
how to find a solution for this problem?
/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?
Attachments:
Please Log in or Create an account to join the conversation.
- usbdoo
- Topic Author
- Visitor
-
6 years 8 months ago #8255
by usbdoo
Replied by usbdoo on topic Could not load SSL library
Problem is here:
These method not loaded.
unit IdSSLOpenSSLHeaders;
FFailedLoadList..text:=
"SSLv2_method
SSLv2_server_method
SSLv2_client_method"
how to find a solution?
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.
- usbdoo
- Topic Author
- Visitor
-
6 years 8 months ago #8260
by usbdoo
Replied by usbdoo on topic Could not load SSL library
Here is the solution of the problem:
forum.lazarus.freepascal.org/index.php/topic,29864.0.html
forum.lazarus.freepascal.org/index.php/topic,29864.0.html
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Less
More
6 years 8 months ago #8264
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Could not load SSL library
Sorry for the delay Sir
we will try to add this fix to pl_Indy pkg
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.