<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic any help on this issue? in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163129#M2925</link>
    <description>&lt;P&gt;any help on this issue?&lt;/P&gt;

&lt;P&gt;I'm having the same errors, only on linux ubuntu.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 20:11:47 GMT</pubDate>
    <dc:creator>vaiserman__mark</dc:creator>
    <dc:date>2017-12-13T20:11:47Z</dc:date>
    <item>
      <title>Help: Using Intel SGX SSL Error</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163124#M2920</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hello.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;I'm now developing a simple test sgx application using intel sgx ssl, There are lots of errors after running the makefile.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;As the following shows:&lt;/P&gt;

&lt;P&gt;/home/abc/intel-sgx-ssl-master/sgxssl.1.9.100.99999/lib64/debug/libsgx_tsgxssl.a(tsocket.o): In function `sgxssl_gai_strerror':&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/sgx/libsgx_tsgxssl/tsocket.cpp:218: undefined reference to `strerror'&lt;BR /&gt;
	/home/agc/intel-sgx-ssl-master/sgxssl.1.9.100.99999/lib64/debug/libsgx_tsgxssl.a(tstdlib.o): In function `sgxssl_getenv':&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/sgx/libsgx_tsgxssl/tstdlib.cpp:69: undefined reference to `strcmp'&lt;BR /&gt;
	...&lt;/P&gt;

&lt;P&gt;/home/abc/intel-sgx-ssl-master/openssl_source/openssl-1.1.0e/crypto/ct/ct_vfy.c:112: undefined reference to `memcmp'&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/sgxssl.1.9.100.99999/lib64/debug/libsgx_tsgxssl_crypto.a(ct_log.o): In function `CTLOG_STORE_get0_log_by_id':&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/openssl_source/openssl-1.1.0e/crypto/ct/ct_log.c:299: undefined reference to `memcmp'&lt;/P&gt;

&lt;P&gt;so how could i solve this problem? Thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 11:33:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163124#M2920</guid>
      <dc:creator>SHU_Y_</dc:creator>
      <dc:date>2017-11-23T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Use openssl-1.1.0f.tar.gz.  I</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163125#M2921</link>
      <description>&lt;P&gt;Use&amp;nbsp;openssl-1.1.0f.tar.gz. &amp;nbsp;I tried the latest one (openssl-1.1.0g.tar.gz) and had compile errors.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 02:21:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163125#M2921</guid>
      <dc:creator>Elephant</dc:creator>
      <dc:date>2017-11-24T02:21:03Z</dc:date>
    </item>
    <item>
      <title>Quote:Elephant wrote:</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163126#M2922</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Elephant wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Use&amp;nbsp;openssl-1.1.0f.tar.gz. &amp;nbsp;I tried the latest one (openssl-1.1.0g.tar.gz) and had compile errors.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I have used the openssl-1.1.0f.tar.gz and the openssl-1.1.0e.tar.gz, both of them have built the libsgx_sgxssl.a,libsgx_tsgxssl_crypto.a and libsgx_usgxssl.a,but when i used the "&lt;SPAN style="font-size: 13.008px;"&gt;libsgx_sgxssl.a,libsgx_tsgxssl_crypto.a and libsgx_usgxssl.a"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;there are some errors:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;/home/abc/intel-sgx-ssl-master/sgxssl.1.9.100.99999/lib64/debug/libsgx_tsgxssl.a(tsocket.o): In function `sgxssl_gai_strerror':&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/sgx/libsgx_tsgxssl/tsocket.cpp:218: undefined reference to `strerror'&lt;BR /&gt;
	/home/agc/intel-sgx-ssl-master/sgxssl.1.9.100.99999/lib64/debug/libsgx_tsgxssl.a(tstdlib.o): In function `sgxssl_getenv':&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/sgx/libsgx_tsgxssl/tstdlib.cpp:69: undefined reference to `strcmp'&lt;BR /&gt;
	...&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;/home/abc/intel-sgx-ssl-master/openssl_source/openssl-1.1.0f/crypto/ct/ct_vfy.c:112: undefined reference to `memcmp'&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/sgxssl.1.9.100.99999/lib64/debug/libsgx_tsgxssl_crypto.a(ct_log.o): In function `CTLOG_STORE_get0_log_by_id':&lt;BR /&gt;
	/home/abc/intel-sgx-ssl-master/openssl_source/openssl-1.1.0f/crypto/ct/ct_log.c:299: undefined reference to `memcmp'&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;So how could i solve the problem ?&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;and could u please tell me how to use the "&lt;SPAN style="font-size: 13.008px;"&gt;libsgx_sgxssl.a,libsgx_tsgxssl_crypto.a and libsgx_usgxssl.a,&lt;/SPAN&gt;" step by step as detailed as possible?&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:30:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163126#M2922</guid>
      <dc:creator>SHU_Y_</dc:creator>
      <dc:date>2017-11-24T03:30:11Z</dc:date>
    </item>
    <item>
      <title>Did you point to the correct</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163127#M2923</link>
      <description>&lt;P&gt;Did you point to the correct location of your sgxsdk?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:33:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163127#M2923</guid>
      <dc:creator>Elephant</dc:creator>
      <dc:date>2017-11-24T03:33:14Z</dc:date>
    </item>
    <item>
      <title>Quote:Elephant wrote:</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163128#M2924</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Elephant wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Did you point to the correct location of your sgxsdk?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Yes,I have pointed to the correct location of my sgxsdk.But these errors still exists.&lt;/P&gt;

&lt;P&gt;So could you please give me a sample sgx application using intel sgxssl?&lt;/P&gt;

&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:40:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163128#M2924</guid>
      <dc:creator>SHU_Y_</dc:creator>
      <dc:date>2017-11-24T03:40:00Z</dc:date>
    </item>
    <item>
      <title>any help on this issue?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163129#M2925</link>
      <description>&lt;P&gt;any help on this issue?&lt;/P&gt;

&lt;P&gt;I'm having the same errors, only on linux ubuntu.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 20:11:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163129#M2925</guid>
      <dc:creator>vaiserman__mark</dc:creator>
      <dc:date>2017-12-13T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Any update?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163130#M2926</link>
      <description>&lt;P&gt;Any update?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 16:46:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163130#M2926</guid>
      <dc:creator>Roshan_Mehta</dc:creator>
      <dc:date>2018-01-21T16:46:22Z</dc:date>
    </item>
    <item>
      <title>Hello, I know it's been a</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163131#M2927</link>
      <description>&lt;P&gt;Hello, I know it's been a long time, but I hope to help the next ones that get here:&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;&lt;A href="https://github.com/intel/intel-sgx-ssl/issues/22" target="_blank"&gt;https://github.com/intel/intel-sgx-ssl/issues/22&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 12:40:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Help-Using-Intel-SGX-SSL-Error/m-p/1163131#M2927</guid>
      <dc:creator>Ícaro_Lima</dc:creator>
      <dc:date>2018-10-19T12:40:34Z</dc:date>
    </item>
  </channel>
</rss>

