Openssl error - [ERR] SSLTRANSAPI::IsAllAPILoaded, OpenSSL_version Unload

Joined
Aug 31, 2020
Messages
1
Reaction score
0
Location
India
I have compiled the consoleDemo for linux64 target. i get the following error after executing the ./sdkTest

I am not sure what i am missing

loop[2] find 9 mac and 16 ip
HCNetSDK V6.1.4.42
[2020-08-31 15:46:40.140][INF] The COM:HCCoreBase ver is 6.1.4.15, 2020_03_05. Async:1.
[2020-08-31 15:46:40.141][INF] The COM:Core ver is 6.1.4.42, 2020_05_27. Async:1.
[2020-08-31 15:46:40.141][INF] This HCNetSDK ver is 6.1.4.42 Ver 2020_05_27.
[2020-08-31 15:46:40.141][INF] Login dev 192.168.1.64:8000.
[2020-08-31 15:46:40.145][INF] Private connect 192.168.1.64:8000 sock=35 this=0xd00a15f4 cmd=0x10000 port=50092
[2020-08-31 15:46:40.145][INF] LogonDev1 in[192.168.1.64:8000]
[2020-08-31 15:46:40.147][INF] CCoreGlobalCtrlBase::LoadDSo, HPR_LoadDSo Succ, Path[libcrypto.so], hHandleRet[-804604800]
[2020-08-31 15:46:40.149][INF] CCoreGlobalCtrlBase::LoadDSo, HPR_LoadDSo Succ, Path[libssl.so], hHandleRet[-804603232]
[2020-08-31 15:46:40.149][INF] SSLTRANSAPI::LoadAPI, libeay, Load Real Path[./libcrypto.so]
[2020-08-31 15:46:40.149][INF] SSLTRANSAPI::LoadAPI, libssl, Load Real Path[./libssl.so]
[2020-08-31 15:46:40.149][ERR] SSLTRANSAPI::IsAllAPILoaded, OpenSSL_version Unload
[2020-08-31 15:46:40.149][ERR] OpenSSL, Not All Function Loaded!
[2020-08-31 15:46:40.150][INF] SSLTRANSAPI::printVersion, SSLeay_version info [OpenSSL 1.0.2t 10 Sep 2019]
[2020-08-31 15:46:40.150][INF] CSSLTrans::SSLCtxInit, dwSSLVersion[0], m_fnClientMethodV23
[2020-08-31 15:46:40.150][ERR] GetCAPath, Failed, Invalid pPath
[2020-08-31 15:46:40.176][ERR] GetCAPath, Failed, Invalid pPath
pyd---Login error, 250
Press any key to quit...
[2020-08-31 15:46:40.270][ERR] [192.168.1.64:8000]PRO_LoginHikDevice fail[err=250].
[2020-08-31 15:46:40.270][ERR] CMemberMgrBase::AllocIndex2, MemberStart Failed, iIndex[0]
 
Top