Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

On linux - Error while compile/link EventLogreader example

Ronnie_S_
Beginner
1,105 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
1,105 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
1,105 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
1,105 Views

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

Gael

0 Kudos
Reply