Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

On linux - Error while compile/link EventLogreader example

Ronnie_S_
Beginner
556 Views

Hi,

On linux:
I encounter the following error 
while compile/link EventLogreader example:

/bin/ld: ../../../../../Common/ThirdParty/OpenWSMAN/lib/libwsman_curl_client_transportRH5_X64.a(wsman-curl-client-transport.o) undefined reference to symbol 'X509_digest@@libcrypto.so.10'

Installed all crypto* and libcrypt* packages, but still could not solve the problem.

Thx.
Ronnie

0 Kudos
3 Replies
Gael_H_Intel
Moderator
556 Views

I'm thinking you have something wrong going on in your build environment, judging from your other questions. What version of linux, what version of the SDK are you using, what version of AMT is your system?  We need to know what problem to solve.  :-)

0 Kudos
Ronnie_S_
Beginner
556 Views

Hi,

With g++ compiler the libraries specified to the linker must be in a specific order.
Fixed that -> solved the problem.

Tnx.
Ronnie

0 Kudos
Gael_H_Intel
Moderator
556 Views

Yes, and setting up the libraries correctly on Windows is important, too. I'm glad you got it working.

Gael

0 Kudos
Reply