<?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 Error while loading shared libraries: libiomp5.so in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782725#M1670</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;First, please let me say that I've searched the knowledge base for the similar questions before posting this, and I couldn't find a solution. &lt;BR /&gt;I installed IPP 7.0.7.319_ia32 under Ubuntu 10.04 LTS Lucid. And I am using Eclipse to compile my code. I've added the library paths:&lt;BR /&gt;&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32&lt;BR /&gt;/home/vavlab/Desktop/Ekber/Exa-tech/OpenCV-2.4.2/build/lib&lt;BR /&gt;&lt;BR /&gt;to the "C/C++ Linker Libraries" path, and included the following libraries: &lt;BR /&gt;&lt;BR /&gt;&lt;STYLE type="text/css"&gt;&amp;lt;!--
p { margin-bottom: 0.08in; }
--&amp;gt;&lt;/STYLE&gt;

&lt;P align="JUSTIFY"&gt;opencv_calib3d241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_contrib241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_core241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_features2d241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_flann241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_gpu241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_highgui241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_imgproc241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_legacy241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_ml241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_nonfree241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_objdetect241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_photo241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_stitching241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_ts241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_video241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_videostab241d.lib&lt;/P&gt;

&lt;P align="JUSTIFY"&gt;ippac.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippcc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippch.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippcv.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippdc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippdi.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippi.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippj.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippm.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippr.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ipps.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippsc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippvc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippvm.lib&lt;/P&gt;&lt;P align="JUSTIFY"&gt;ippcore.lib&lt;/P&gt;&lt;P align="JUSTIFY"&gt;&lt;/P&gt;&lt;P align="JUSTIFY"&gt;But while compiling, I get this error:&lt;/P&gt;&lt;P align="JUSTIFY"&gt;error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P align="JUSTIFY"&gt;I use Eclipse SDK 3.7.2 Indigo, and each and everytime I restart my computer, I have to do "source /opt/intel/composer_xe_2011_sp1.10.319/ipp/bin/ippvars.sh ia32" to get a response for "echo $IPPROOT". &lt;/P&gt;&lt;P align="JUSTIFY"&gt;I am quite new to ipp, so please help me solve this. Many thanks in advance. &lt;/P&gt;&lt;P align="JUSTIFY"&gt;Regards. &lt;/P&gt;
&lt;P align="JUSTIFY"&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Jul 2012 07:44:24 GMT</pubDate>
    <dc:creator>ederman</dc:creator>
    <dc:date>2012-07-17T07:44:24Z</dc:date>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782725#M1670</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;First, please let me say that I've searched the knowledge base for the similar questions before posting this, and I couldn't find a solution. &lt;BR /&gt;I installed IPP 7.0.7.319_ia32 under Ubuntu 10.04 LTS Lucid. And I am using Eclipse to compile my code. I've added the library paths:&lt;BR /&gt;&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32&lt;BR /&gt;/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32&lt;BR /&gt;/home/vavlab/Desktop/Ekber/Exa-tech/OpenCV-2.4.2/build/lib&lt;BR /&gt;&lt;BR /&gt;to the "C/C++ Linker Libraries" path, and included the following libraries: &lt;BR /&gt;&lt;BR /&gt;&lt;STYLE type="text/css"&gt;&amp;lt;!--
p { margin-bottom: 0.08in; }
--&amp;gt;&lt;/STYLE&gt;

&lt;P align="JUSTIFY"&gt;opencv_calib3d241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_contrib241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_core241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_features2d241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_flann241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_gpu241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_highgui241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_imgproc241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_legacy241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_ml241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_nonfree241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_objdetect241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_photo241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_stitching241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_ts241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_video241d.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;opencv_videostab241d.lib&lt;/P&gt;

&lt;P align="JUSTIFY"&gt;ippac.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippcc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippch.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippcv.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippdc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippdi.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippi.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippj.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippm.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippr.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ipps.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippsc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippvc.lib&lt;/P&gt;
&lt;P align="JUSTIFY"&gt;ippvm.lib&lt;/P&gt;&lt;P align="JUSTIFY"&gt;ippcore.lib&lt;/P&gt;&lt;P align="JUSTIFY"&gt;&lt;/P&gt;&lt;P align="JUSTIFY"&gt;But while compiling, I get this error:&lt;/P&gt;&lt;P align="JUSTIFY"&gt;error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P align="JUSTIFY"&gt;I use Eclipse SDK 3.7.2 Indigo, and each and everytime I restart my computer, I have to do "source /opt/intel/composer_xe_2011_sp1.10.319/ipp/bin/ippvars.sh ia32" to get a response for "echo $IPPROOT". &lt;/P&gt;&lt;P align="JUSTIFY"&gt;I am quite new to ipp, so please help me solve this. Many thanks in advance. &lt;/P&gt;&lt;P align="JUSTIFY"&gt;Regards. &lt;/P&gt;
&lt;P align="JUSTIFY"&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2012 07:44:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782725#M1670</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-07-17T07:44:24Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782726#M1671</link>
      <description>you have to add the path to the libiomp5 libraries which is located into/opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32/&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;or just to source/opt/intel/composer_xe_2011_sp1.10.319/bin/compilervars.sh ia32&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Jul 2012 03:27:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782726#M1671</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2012-07-18T03:27:50Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782727#M1672</link>
      <description>Thanks for your answer.&lt;BR /&gt;&lt;BR /&gt;I've already added that path, and mentioned in my thread. But it still doesn't work. &lt;BR /&gt;Any ideas?</description>
      <pubDate>Wed, 18 Jul 2012 07:09:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782727#M1672</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-07-18T07:09:33Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782728#M1673</link>
      <description>Hi Ederman, &lt;BR /&gt;&lt;BR /&gt;The libiomp5.so is from OpenMP threading library, from Intel Compiler. You should be right thathave the library 's path /opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32 specified in linked library path. &lt;BR /&gt;&lt;BR /&gt;But i had some question about the library yourinclude: &lt;BR /&gt;&lt;BR /&gt;&lt;P align="justify"&gt;opencv_videostab241d.lib&lt;/P&gt;&lt;P align="justify"&gt;ippac.lib&lt;/P&gt;&lt;P align="justify"&gt;ippcc.lib&lt;/P&gt;&lt;P align="justify"&gt;ippch.lib&lt;/P&gt;&lt;P align="justify"&gt;ippcv.lib&lt;/P&gt;&lt;P align="justify"&gt;ippdc.lib&lt;/P&gt;&lt;P align="justify"&gt;ippdi.lib&lt;/P&gt;&lt;P align="justify"&gt;ippi.lib&lt;/P&gt;&lt;P align="justify"&gt;ippj.lib&lt;/P&gt;&lt;P align="justify"&gt;ippm.lib&lt;/P&gt;&lt;P align="justify"&gt;ippr.lib&lt;/P&gt;&lt;P align="justify"&gt;ipps.lib&lt;/P&gt;&lt;P align="justify"&gt;ippsc.lib&lt;/P&gt;&lt;P align="justify"&gt;ippvc.lib&lt;/P&gt;&lt;P align="justify"&gt;ippvm.lib&lt;/P&gt;&lt;P align="justify"&gt;ippcore.lib&lt;BR /&gt;why they are suffix are *.lib, under /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32&lt;BR /&gt;&lt;BR /&gt;should they be libippi.so or libippi.a? &lt;BR /&gt;&lt;BR /&gt;Anyway, the error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory. looks be a run-time error, not compiling error. &lt;BR /&gt;&lt;BR /&gt;So the solution still is to &lt;STRONG&gt;set right run -time environment: LD_LIBRARY_PATH&lt;/STRONG&gt;. (not IPPROOT or set C/C++ Linker Libraries" path,which is for compiling phase). &lt;BR /&gt;Not sure how to doin Eclipse SDK. &lt;BR /&gt;Could you please try under command line to run your exe with command&lt;BR /&gt;&amp;gt; source /opt/intel/composer_xe_2011_sp1.10.319/ipp/bin/ippvars.sh ia32&lt;BR /&gt;&amp;gt; your exe&lt;BR /&gt;&lt;BR /&gt;Or &lt;BR /&gt;&amp;gt;Export LD_LIBRARY_PATH=opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32:/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32&lt;BR /&gt;:$LD_LIBRARY_PATH&lt;BR /&gt;&amp;gt;your exe.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2012 08:41:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782728#M1673</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-07-19T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782729#M1674</link>
      <description>Hello Ying, &lt;BR /&gt;&lt;BR /&gt;Thank you for your reply. &lt;BR /&gt;&lt;BR /&gt;Actually, those libraries are ended with ".so" as you said, I wrote with ".lib" just wanted to indicate them as library names, anyway. &lt;BR /&gt;&lt;BR /&gt;I tried your suggestion in the command line, but still get the same error. Seems like IPP is not working well under linux. &lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 19 Jul 2012 09:26:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782729#M1674</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-07-19T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782730#M1675</link>
      <description>Normal linux way is to use the LD_LIBRARY_PATH setting such as the compilervars script would give you. If you wish to have your own path for shared objects, you could place a symlink or actual copy of the .so there. Maybe that causes problems in choosing among updated versions.</description>
      <pubDate>Thu, 19 Jul 2012 22:49:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782730#M1675</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2012-07-19T22:49:26Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782731#M1676</link>
      <description>Hi Ederman, &lt;BR /&gt;&lt;BR /&gt;As we haven't your exe file, Could you please show some of command results to us&lt;BR /&gt;&amp;gt;ldd yourexe&lt;BR /&gt;&lt;BR /&gt;&amp;gt;echo $LD_LIBRARY_PATH&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ying</description>
      <pubDate>Fri, 20 Jul 2012 08:20:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782731#M1676</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-07-20T08:20:32Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782732#M1677</link>
      <description>Hi Ying, &lt;BR /&gt;&lt;BR /&gt;I did it as you said, and the output of command "ldd myexe" is: &lt;BR /&gt;&lt;BR /&gt; linux-gate.so.1 =&amp;gt; (0x00aa0000)&lt;BR /&gt; libstdc++.so.6 =&amp;gt; /usr/lib/libstdc++.so.6 (0x00d20000)&lt;BR /&gt; libopencv_calib3d.so.2.4 =&amp;gt; /usr/local/lib/libopencv_calib3d.so.2.4 (0x00612000)&lt;BR /&gt; libopencv_contrib.so.2.4 =&amp;gt; /usr/local/lib/libopencv_contrib.so.2.4 (0x00bfa000)&lt;BR /&gt; libopencv_core.so.2.4 =&amp;gt; /usr/local/lib/libopencv_core.so.2.4 (0x00110000)&lt;BR /&gt; libopencv_features2d.so.2.4 =&amp;gt; /usr/local/lib/libopencv_features2d.so.2.4 (0x0032c000)&lt;BR /&gt; libopencv_flann.so.2.4 =&amp;gt; /usr/local/lib/libopencv_flann.so.2.4 (0x003c0000)&lt;BR /&gt; libopencv_gpu.so.2.4 =&amp;gt; /usr/local/lib/libopencv_gpu.so.2.4 (0x00774000)&lt;BR /&gt; libopencv_highgui.so.2.4 =&amp;gt; /usr/local/lib/libopencv_highgui.so.2.4 (0x00428000)&lt;BR /&gt; libopencv_imgproc.so.2.4 =&amp;gt; /usr/local/lib/libopencv_imgproc.so.2.4 (0x007b4000)&lt;BR /&gt; libopencv_legacy.so.2.4 =&amp;gt; /usr/local/lib/libopencv_legacy.so.2.4 (0x004af000)&lt;BR /&gt; libopencv_ml.so.2.4 =&amp;gt; /usr/local/lib/libopencv_ml.so.2.4 (0x006bc000)&lt;BR /&gt; libopencv_nonfree.so.2.4 =&amp;gt; /usr/local/lib/libopencv_nonfree.so.2.4 (0x005d9000)&lt;BR /&gt; libopencv_objdetect.so.2.4 =&amp;gt; /usr/local/lib/libopencv_objdetect.so.2.4 (0x00a1c000)&lt;BR /&gt; libopencv_photo.so.2.4 =&amp;gt; /usr/local/lib/libopencv_photo.so.2.4 (0x005f1000)&lt;BR /&gt; libopencv_stitching.so.2.4 =&amp;gt; /usr/local/lib/libopencv_stitching.so.2.4 (0x00aa1000)&lt;BR /&gt; libopencv_ts.so.2.4 =&amp;gt; /usr/local/lib/libopencv_ts.so.2.4 (0x00e16000)&lt;BR /&gt; libopencv_video.so.2.4 =&amp;gt; /usr/local/lib/libopencv_video.so.2.4 (0x0073e000)&lt;BR /&gt; libopencv_videostab.so.2.4 =&amp;gt; /usr/local/lib/libopencv_videostab.so.2.4 (0x00b0f000)&lt;BR /&gt; libiomp5.so =&amp;gt; not found&lt;BR /&gt; libippac.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippcc.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippch.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippcv.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippdc.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippdi.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippi.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippj.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippm.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippr.so.7.0 =&amp;gt; not found&lt;BR /&gt; libipps.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippsc.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippvc.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippvm.so.7.0 =&amp;gt; not found&lt;BR /&gt; libippcore.so.7.0 =&amp;gt; not found&lt;BR /&gt; libm.so.6 =&amp;gt; /lib/tls/i686/cmov/libm.so.6 (0x00b83000)&lt;BR /&gt; libgcc_s.so.1 =&amp;gt; /lib/libgcc_s.so.1 (0x00b46000)&lt;BR /&gt; libc.so.6 =&amp;gt; /lib/tls/i686/cmov/libc.so.6 (0x00eb3000)&lt;BR /&gt; /lib/ld-linux.so.2 (0x00b66000)&lt;BR /&gt; libdl.so.2 =&amp;gt; /lib/tls/i686/cmov/libdl.so.2 (0x005fe000)&lt;BR /&gt; libpthread.so.0 =&amp;gt; /lib/tls/i686/cmov/libpthread.so.0 (0x00ba9000)&lt;BR /&gt; librt.so.1 =&amp;gt; /lib/tls/i686/cmov/librt.so.1 (0x00602000)&lt;BR /&gt; libz.so.1 =&amp;gt; /lib/libz.so.1 (0x00bc2000)&lt;BR /&gt; libjpeg.so.62 =&amp;gt; /usr/lib/libjpeg.so.62 (0x00bd7000)&lt;BR /&gt; libpng12.so.0 =&amp;gt; /lib/libpng12.so.0 (0x00cbb000)&lt;BR /&gt; libtiff.so.4 =&amp;gt; /usr/lib/libtiff.so.4 (0x0e288000)&lt;BR /&gt; libgtk-x11-2.0.so.0 =&amp;gt; /usr/lib/libgtk-x11-2.0.so.0 (0x02e28000)&lt;BR /&gt; libgdk-x11-2.0.so.0 =&amp;gt; /usr/lib/libgdk-x11-2.0.so.0 (0x1e4b3000)&lt;BR /&gt; libatk-1.0.so.0 =&amp;gt; /usr/lib/libatk-1.0.so.0 (0x00ce0000)&lt;BR /&gt; libgio-2.0.so.0 =&amp;gt; /usr/lib/libgio-2.0.so.0 (0x1edcb000)&lt;BR /&gt; libpangoft2-1.0.so.0 =&amp;gt; /usr/lib/libpangoft2-1.0.so.0 (0x0fb31000)&lt;BR /&gt; libgdk_pixbuf-2.0.so.0 =&amp;gt; /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00cfc000)&lt;BR /&gt; libpangocairo-1.0.so.0 =&amp;gt; /usr/lib/libpangocairo-1.0.so.0 (0x0c576000)&lt;BR /&gt; libcairo.so.2 =&amp;gt; /usr/lib/libcairo.so.2 (0x0e576000)&lt;BR /&gt; libpango-1.0.so.0 =&amp;gt; /usr/lib/libpango-1.0.so.0 (0x197b6000)&lt;BR /&gt; libfreetype.so.6 =&amp;gt; /usr/lib/libfreetype.so.6 (0x0144b000)&lt;BR /&gt; libfontconfig.so.1 =&amp;gt; /usr/lib/libfontconfig.so.1 (0x02863000)&lt;BR /&gt; libgobject-2.0.so.0 =&amp;gt; /usr/lib/libgobject-2.0.so.0 (0x077e8000)&lt;BR /&gt; libgmodule-2.0.so.0 =&amp;gt; /usr/lib/libgmodule-2.0.so.0 (0x0060b000)&lt;BR /&gt; libgthread-2.0.so.0 =&amp;gt; /usr/lib/libgthread-2.0.so.0 (0x00a99000)&lt;BR /&gt; libglib-2.0.so.0 =&amp;gt; /lib/libglib-2.0.so.0 (0x04a86000)&lt;BR /&gt; libXext.so.6 =&amp;gt; /usr/lib/libXext.so.6 (0x12d98000)&lt;BR /&gt; libXrender.so.1 =&amp;gt; /usr/lib/libXrender.so.1 (0x00d16000)&lt;BR /&gt; libXinerama.so.1 =&amp;gt; /usr/lib/libXinerama.so.1 (0x1b043000)&lt;BR /&gt; libXi.so.6 =&amp;gt; /usr/lib/libXi.so.6 (0x1fee7000)&lt;BR /&gt; libXrandr.so.2 =&amp;gt; /usr/lib/libXrandr.so.2 (0x1e213000)&lt;BR /&gt; libXcursor.so.1 =&amp;gt; /usr/lib/libXcursor.so.1 (0x0f920000)&lt;BR /&gt; libX11.so.6 =&amp;gt; /usr/lib/libX11.so.6 (0x1a9a2000)&lt;BR /&gt; libXcomposite.so.1 =&amp;gt; /usr/lib/libXcomposite.so.1 (0x11b2a000)&lt;BR /&gt; libXdamage.so.1 =&amp;gt; /usr/lib/libXdamage.so.1 (0x0cf16000)&lt;BR /&gt; libXfixes.so.3 =&amp;gt; /usr/lib/libXfixes.so.3 (0x19648000)&lt;BR /&gt; libpcre.so.3 =&amp;gt; /lib/libpcre.so.3 (0x1464e000)&lt;BR /&gt; libresolv.so.2 =&amp;gt; /lib/tls/i686/cmov/libresolv.so.2 (0x0b6f5000)&lt;BR /&gt; libselinux.so.1 =&amp;gt; /lib/libselinux.so.1 (0x19f56000)&lt;BR /&gt; libpixman-1.so.0 =&amp;gt; /usr/lib/libpixman-1.so.0 (0x0f9db000)&lt;BR /&gt; libdirectfb-1.2.so.0 =&amp;gt; /usr/lib/libdirectfb-1.2.so.0 (0x1c19e000)&lt;BR /&gt; libfusion-1.2.so.0 =&amp;gt; /usr/lib/libfusion-1.2.so.0 (0x01224000)&lt;BR /&gt; libdirect-1.2.so.0 =&amp;gt; /usr/lib/libdirect-1.2.so.0 (0x0600e000)&lt;BR /&gt; libxcb-render-util.so.0 =&amp;gt; /usr/lib/libxcb-render-util.so.0 (0x1d25d000)&lt;BR /&gt; libxcb-render.so.0 =&amp;gt; /usr/lib/libxcb-render.so.0 (0x05d12000)&lt;BR /&gt; libxcb.so.1 =&amp;gt; /usr/lib/libxcb.so.1 (0x01adf000)&lt;BR /&gt; libexpat.so.1 =&amp;gt; /lib/libexpat.so.1 (0x1722b000)&lt;BR /&gt; libXau.so.6 =&amp;gt; /usr/lib/libXau.so.6 (0x0eeb3000)&lt;BR /&gt; libXdmcp.so.6 =&amp;gt; /usr/lib/libXdmcp.so.6 (0x1c7f0000)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And the output of "echo $LD_LIBRARY_PATH" is totally nothing, empty. Then I tried your previous answer as first do "export LD_LIBRARY_PATH=opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32:/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32:$LD_LIBRARY_PATH", and then the output of "echo $LD_LIBRARY_PATH" is this: &lt;BR /&gt;&lt;BR /&gt;&amp;gt; opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32:/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32:&lt;BR /&gt;&lt;BR /&gt;Then, I tried again "ldd yourexe", and the output is this: &lt;BR /&gt;&lt;BR /&gt; linux-gate.so.1 =&amp;gt; (0x00867000)&lt;BR /&gt; libstdc++.so.6 =&amp;gt; /usr/lib/libstdc++.so.6 (0x00110000)&lt;BR /&gt; libopencv_calib3d.so.2.4 =&amp;gt; /usr/local/lib/libopencv_calib3d.so.2.4 (0x00abb000)&lt;BR /&gt; libopencv_contrib.so.2.4 =&amp;gt; /usr/local/lib/libopencv_contrib.so.2.4 (0x00d54000)&lt;BR /&gt; libopencv_core.so.2.4 =&amp;gt; /usr/local/lib/libopencv_core.so.2.4 (0x00206000)&lt;BR /&gt; libopencv_features2d.so.2.4 =&amp;gt; /usr/local/lib/libopencv_features2d.so.2.4 (0x00768000)&lt;BR /&gt; libopencv_flann.so.2.4 =&amp;gt; /usr/local/lib/libopencv_flann.so.2.4 (0x00422000)&lt;BR /&gt; libopencv_gpu.so.2.4 =&amp;gt; /usr/local/lib/libopencv_gpu.so.2.4 (0x0048a000)&lt;BR /&gt; libopencv_highgui.so.2.4 =&amp;gt; /usr/local/lib/libopencv_highgui.so.2.4 (0x00664000)&lt;BR /&gt; libopencv_imgproc.so.2.4 =&amp;gt; /usr/local/lib/libopencv_imgproc.so.2.4 (0x00e15000)&lt;BR /&gt; libopencv_legacy.so.2.4 =&amp;gt; /usr/local/lib/libopencv_legacy.so.2.4 (0x004ca000)&lt;BR /&gt; libopencv_ml.so.2.4 =&amp;gt; /usr/local/lib/libopencv_ml.so.2.4 (0x00868000)&lt;BR /&gt; libopencv_nonfree.so.2.4 =&amp;gt; /usr/local/lib/libopencv_nonfree.so.2.4 (0x0095d000)&lt;BR /&gt; libopencv_objdetect.so.2.4 =&amp;gt; /usr/local/lib/libopencv_objdetect.so.2.4 (0x006eb000)&lt;BR /&gt; libopencv_photo.so.2.4 =&amp;gt; /usr/local/lib/libopencv_photo.so.2.4 (0x005f4000)&lt;BR /&gt; libopencv_stitching.so.2.4 =&amp;gt; /usr/local/lib/libopencv_stitching.so.2.4 (0x008ea000)&lt;BR /&gt; libopencv_ts.so.2.4 =&amp;gt; /usr/local/lib/libopencv_ts.so.2.4 (0x00975000)&lt;BR /&gt; libopencv_video.so.2.4 =&amp;gt; /usr/local/lib/libopencv_video.so.2.4 (0x00c4d000)&lt;BR /&gt; libopencv_videostab.so.2.4 =&amp;gt; /usr/local/lib/libopencv_videostab.so.2.4 (0x00601000)&lt;BR /&gt; libiomp5.so =&amp;gt; not found&lt;BR /&gt; libippac.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippac.so.7.0 (0x00638000)&lt;BR /&gt; libippcc.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippcc.so.7.0 (0x00641000)&lt;BR /&gt; libippch.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippch.so.7.0 (0x00654000)&lt;BR /&gt; libippcv.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippcv.so.7.0 (0x007fc000)&lt;BR /&gt; libippdc.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippdc.so.7.0 (0x00659000)&lt;BR /&gt; libippdi.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippdi.so.7.0 (0x00660000)&lt;BR /&gt; libippi.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippi.so.7.0 (0x00b65000)&lt;BR /&gt; libippj.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippj.so.7.0 (0x00c2b000)&lt;BR /&gt; libippm.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippm.so.7.0 (0x00815000)&lt;BR /&gt; libippr.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippr.so.7.0 (0x00830000)&lt;BR /&gt; libipps.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libipps.so.7.0 (0x00a12000)&lt;BR /&gt; libippsc.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippsc.so.7.0 (0x00834000)&lt;BR /&gt; libippvc.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippvc.so.7.0 (0x00846000)&lt;BR /&gt; libippvm.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippvm.so.7.0 (0x00aa5000)&lt;BR /&gt; libippcore.so.7.0 =&amp;gt; /opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32/libippcore.so.7.0 (0x00a75000)&lt;BR /&gt; libm.so.6 =&amp;gt; /lib/tls/i686/cmov/libm.so.6 (0x00bd4000)&lt;BR /&gt; libgcc_s.so.1 =&amp;gt; /lib/libgcc_s.so.1 (0x00bfa000)&lt;BR /&gt; libc.so.6 =&amp;gt; /lib/tls/i686/cmov/libc.so.6 (0x0d46f000)&lt;BR /&gt; /lib/ld-linux.so.2 (0x00a58000)&lt;BR /&gt; libdl.so.2 =&amp;gt; /lib/tls/i686/cmov/libdl.so.2 (0x0085c000)&lt;BR /&gt; libpthread.so.0 =&amp;gt; /lib/tls/i686/cmov/libpthread.so.0 (0x00a8c000)&lt;BR /&gt; librt.so.1 =&amp;gt; /lib/tls/i686/cmov/librt.so.1 (0x00ab2000)&lt;BR /&gt; libz.so.1 =&amp;gt; /lib/libz.so.1 (0x00c80000)&lt;BR /&gt; libjpeg.so.62 =&amp;gt; /usr/lib/libjpeg.so.62 (0x00c95000)&lt;BR /&gt; libpng12.so.0 =&amp;gt; /lib/libpng12.so.0 (0x00cb6000)&lt;BR /&gt; libtiff.so.4 =&amp;gt; /usr/lib/libtiff.so.4 (0x00cdb000)&lt;BR /&gt; libgtk-x11-2.0.so.0 =&amp;gt; /usr/lib/libgtk-x11-2.0.so.0 (0x0aa83000)&lt;BR /&gt; libgdk-x11-2.0.so.0 =&amp;gt; /usr/lib/libgdk-x11-2.0.so.0 (0x1dd95000)&lt;BR /&gt; libatk-1.0.so.0 =&amp;gt; /usr/lib/libatk-1.0.so.0 (0x00d36000)&lt;BR /&gt; libgio-2.0.so.0 =&amp;gt; /usr/lib/libgio-2.0.so.0 (0x16f4b000)&lt;BR /&gt; libpangoft2-1.0.so.0 =&amp;gt; /usr/lib/libpangoft2-1.0.so.0 (0x14b77000)&lt;BR /&gt; libgdk_pixbuf-2.0.so.0 =&amp;gt; /usr/lib/libgdk_pixbuf-2.0.so.0 (0x1a2ad000)&lt;BR /&gt; libpangocairo-1.0.so.0 =&amp;gt; /usr/lib/libpangocairo-1.0.so.0 (0x00c19000)&lt;BR /&gt; libcairo.so.2 =&amp;gt; /usr/lib/libcairo.so.2 (0x0d682000)&lt;BR /&gt; libpango-1.0.so.0 =&amp;gt; /usr/lib/libpango-1.0.so.0 (0x0c0dd000)&lt;BR /&gt; libfreetype.so.6 =&amp;gt; /usr/lib/libfreetype.so.6 (0x157ac000)&lt;BR /&gt; libfontconfig.so.1 =&amp;gt; /usr/lib/libfontconfig.so.1 (0x09e35000)&lt;BR /&gt; libgobject-2.0.so.0 =&amp;gt; /usr/lib/libgobject-2.0.so.0 (0x11c96000)&lt;BR /&gt; libgmodule-2.0.so.0 =&amp;gt; /usr/lib/libgmodule-2.0.so.0 (0x00860000)&lt;BR /&gt; libgthread-2.0.so.0 =&amp;gt; /usr/lib/libgthread-2.0.so.0 (0x00a52000)&lt;BR /&gt; libglib-2.0.so.0 =&amp;gt; /lib/libglib-2.0.so.0 (0x214f8000)&lt;BR /&gt; libiomp5.so =&amp;gt; not found&lt;BR /&gt; libXext.so.6 =&amp;gt; /usr/lib/libXext.so.6 (0x00c3a000)&lt;BR /&gt; libXrender.so.1 =&amp;gt; /usr/lib/libXrender.so.1 (0x070d3000)&lt;BR /&gt; libXinerama.so.1 =&amp;gt; /usr/lib/libXinerama.so.1 (0x00958000)&lt;BR /&gt; libXi.so.6 =&amp;gt; /usr/lib/libXi.so.6 (0x1baed000)&lt;BR /&gt; libXrandr.so.2 =&amp;gt; /usr/lib/libXrandr.so.2 (0x06d33000)&lt;BR /&gt; libXcursor.so.1 =&amp;gt; /usr/lib/libXcursor.so.1 (0x1f276000)&lt;BR /&gt; libX11.so.6 =&amp;gt; /usr/lib/libX11.so.6 (0x12f9b000)&lt;BR /&gt; libXcomposite.so.1 =&amp;gt; /usr/lib/libXcomposite.so.1 (0x00c25000)&lt;BR /&gt; libXdamage.so.1 =&amp;gt; /usr/lib/libXdamage.so.1 (0x17c2d000)&lt;BR /&gt; libXfixes.so.3 =&amp;gt; /usr/lib/libXfixes.so.3 (0x11bff000)&lt;BR /&gt; libpcre.so.3 =&amp;gt; /lib/libpcre.so.3 (0x065fc000)&lt;BR /&gt; libresolv.so.2 =&amp;gt; /lib/tls/i686/cmov/libresolv.so.2 (0x1a1d1000)&lt;BR /&gt; libselinux.so.1 =&amp;gt; /lib/libselinux.so.1 (0x0b539000)&lt;BR /&gt; libpixman-1.so.0 =&amp;gt; /usr/lib/libpixman-1.so.0 (0x1c5df000)&lt;BR /&gt; libdirectfb-1.2.so.0 =&amp;gt; /usr/lib/libdirectfb-1.2.so.0 (0x08f07000)&lt;BR /&gt; libfusion-1.2.so.0 =&amp;gt; /usr/lib/libfusion-1.2.so.0 (0x10897000)&lt;BR /&gt; libdirect-1.2.so.0 =&amp;gt; /usr/lib/libdirect-1.2.so.0 (0x1da9f000)&lt;BR /&gt; libxcb-render-util.so.0 =&amp;gt; /usr/lib/libxcb-render-util.so.0 (0x116d8000)&lt;BR /&gt; libxcb-render.so.0 =&amp;gt; /usr/lib/libxcb-render.so.0 (0x0bb65000)&lt;BR /&gt; libxcb.so.1 =&amp;gt; /usr/lib/libxcb.so.1 (0x038d7000)&lt;BR /&gt; libexpat.so.1 =&amp;gt; /lib/libexpat.so.1 (0x01cfd000)&lt;BR /&gt; libXau.so.6 =&amp;gt; /usr/lib/libXau.so.6 (0x01acf000)&lt;BR /&gt; libXdmcp.so.6 =&amp;gt; /usr/lib/libXdmcp.so.6 (0x1f265000)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seems like it still couldn't find "libiomp5.so". Any ideas? &lt;BR /&gt;Regards. &lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2012 11:33:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782732#M1677</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-07-20T11:33:47Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782733#M1678</link>
      <description>&lt;P&gt;Hi Ederman,&lt;BR /&gt;&lt;BR /&gt;Could you please check ifthe libiomp5.so isin the path "opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32"? &lt;BR /&gt;&lt;BR /&gt;or copy it to/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32&lt;BR /&gt;then see if it can be found. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2012 02:06:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782733#M1678</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-07-23T02:06:16Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782734#M1679</link>
      <description>Hi Ying, &lt;BR /&gt;&lt;BR /&gt;libiomp5.so is in the path "opt/intel/composer_xe_2011_sp1.10.319/compiler/lib/ia32". &lt;BR /&gt;&lt;BR /&gt;Regards. &lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:47:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782734#M1679</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-07-23T11:47:52Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782735#M1680</link>
      <description>Hi ederman,&lt;BR /&gt;&lt;BR /&gt;How aboutcopy it to/opt/intel/composer_xe_2011_sp1.10.319/ipp/lib/ia32&lt;BR /&gt;then see if it can be found.&lt;BR /&gt;or could you please attached your exe to me and let me check?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Tue, 14 Aug 2012 03:15:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782735#M1680</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-08-14T03:15:41Z</dc:date>
    </item>
    <item>
      <title>Error while loading shared libraries: libiomp5.so</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782736#M1681</link>
      <description>Hi Ying,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;Thank you for your answer.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Actually I spent so much time on it but couldn't solve it thnI installed windows to let it work. Now under windows, it works good.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Aug 2012 07:53:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Error-while-loading-shared-libraries-libiomp5-so/m-p/782736#M1681</guid>
      <dc:creator>ederman</dc:creator>
      <dc:date>2012-08-14T07:53:37Z</dc:date>
    </item>
  </channel>
</rss>

