<?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 Linux - No shared libraries were found in the Waterfall procedu in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772928#M913</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;It looks that the CPU optimized libraries are missed in your folder: &lt;/P&gt;&lt;P&gt;For example, libipps.so.7.0 is dispatch library, which will dynamically load the following CPU optimized library according the CPU types at runtime:&lt;/P&gt;&lt;P&gt;libippsg9.so.7.0&lt;BR /&gt;libippsv8.so.7.0&lt;BR /&gt;ibippsp8.so.7.0 &lt;BR /&gt;libippsw7.so&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Similarly, libippi.so.7.0 libippcc.so.7.0 libippcv.so.7.0 also needs their CPU optimized library. &lt;BR /&gt;Copy others libraries at /ipp/lib/ia32 folder, and check if it can resolve the problem. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2010 06:21:24 GMT</pubDate>
    <dc:creator>Chao_Y_Intel</dc:creator>
    <dc:date>2010-12-03T06:21:24Z</dc:date>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedure</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772926#M911</link>
      <description>Hi!&lt;BR /&gt;
I'm a Linux user. In my bashrc there is:&lt;BR /&gt;
&lt;BR /&gt;
"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/ipp/sharedlib"&lt;BR /&gt;
 &lt;BR /&gt;
 that has the same semantics than your command, but I always get this error at RUNTIME (not compile-time):&lt;BR /&gt;
&lt;BR /&gt;
"Error at loading of ippCV library: No shared libraries were found in the Waterfall procedure"&lt;BR /&gt;
&lt;BR /&gt;
further info:&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;[bash]ls /opt/intel/ipp/sharedlib/
libiomp5.so libippcc.so.7.0 libippcore.so.7.0 libippcv.so.7.0 libippi.so.7.0 libipps.so.7.0
libippcc.so libippcore.so libippcv.so libippi.so libipps.so[/bash]&lt;/PRE&gt; I also noticed that the directory structure seems to be different from the usual
 (i.e. the structure that comes with previous versions of ipp). I 
thinked that it's related to newer version 7.0. It's this true or I did 
something wrong installing ipp? I used all default options!</description>
      <pubDate>Thu, 02 Dec 2010 09:28:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772926#M911</guid>
      <dc:creator>alecive</dc:creator>
      <dc:date>2010-12-02T09:28:01Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772927#M912</link>
      <description>Other useful informations:&lt;BR /&gt;&lt;BR /&gt;1. typing "ldd myprogram" (zdfMod is my program) returns this:&lt;BR /&gt;&lt;PRE&gt;[bash]ldd zdfMod &lt;BR /&gt;	linux-gate.so.1 =&amp;gt;  (0xb77cd000)&lt;BR /&gt;	libippi.so.7.0 =&amp;gt; /opt/intel/ipp/sharedlib/libippi.so.7.0 (0xb775c000)&lt;BR /&gt;	libipps.so.7.0 =&amp;gt; /opt/intel/ipp/sharedlib/libipps.so.7.0 (0xb771c000)&lt;BR /&gt;	libippcc.so.7.0 =&amp;gt; /opt/intel/ipp/sharedlib/libippcc.so.7.0 (0xb7708000)&lt;BR /&gt;	libippcore.so.7.0 =&amp;gt; /opt/intel/ipp/sharedlib/libippcore.so.7.0 (0xb76f1000)&lt;BR /&gt;	libippcv.so.7.0 =&amp;gt; /opt/intel/ipp/sharedlib/libippcv.so.7.0 (0xb76d8000)&lt;BR /&gt;	libgsl.so.0 =&amp;gt; /usr/lib/libgsl.so.0 (0xb74e1000)&lt;BR /&gt;	libgslcblas.so.0 =&amp;gt; /usr/lib/libgslcblas.so.0 (0xb74ae000)&lt;BR /&gt;	libACE-5.6.3.so =&amp;gt; /usr/lib/libACE-5.6.3.so (0xb7343000)&lt;BR /&gt;	librt.so.1 =&amp;gt; /lib/tls/i686/cmov/librt.so.1 (0xb733a000)&lt;BR /&gt;	libdl.so.2 =&amp;gt; /lib/tls/i686/cmov/libdl.so.2 (0xb7336000)&lt;BR /&gt;	libstdc++.so.6 =&amp;gt; /usr/lib/libstdc++.so.6 (0xb7240000)&lt;BR /&gt;	libm.so.6 =&amp;gt; /lib/tls/i686/cmov/libm.so.6 (0xb721a000)&lt;BR /&gt;	libgcc_s.so.1 =&amp;gt; /lib/libgcc_s.so.1 (0xb71fa000)&lt;BR /&gt;	libc.so.6 =&amp;gt; /lib/tls/i686/cmov/libc.so.6 (0xb70a0000)&lt;BR /&gt;	libpthread.so.0 =&amp;gt; /lib/tls/i686/cmov/libpthread.so.0 (0xb7087000)&lt;BR /&gt;	libiomp5.so =&amp;gt; /opt/intel/ipp/sharedlib/libiomp5.so (0xb6ffc000)&lt;BR /&gt;	/lib/ld-linux.so.2 (0xb77ce000)[/bash]&lt;/PRE&gt; so, my program correctly find libraries that it needs to run, but the runtime error remains there!&lt;BR /&gt;&lt;BR /&gt;2. moreover, the paths in LD_LIBRARY_PATH are correct:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;[bash]echo $LD_LIBRARY_PATH &lt;BR /&gt;/opt/intel/ipp/sharedlib:[/bash]&lt;/PRE&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 02 Dec 2010 10:08:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772927#M912</guid>
      <dc:creator>alecive</dc:creator>
      <dc:date>2010-12-02T10:08:08Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772928#M913</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;It looks that the CPU optimized libraries are missed in your folder: &lt;/P&gt;&lt;P&gt;For example, libipps.so.7.0 is dispatch library, which will dynamically load the following CPU optimized library according the CPU types at runtime:&lt;/P&gt;&lt;P&gt;libippsg9.so.7.0&lt;BR /&gt;libippsv8.so.7.0&lt;BR /&gt;ibippsp8.so.7.0 &lt;BR /&gt;libippsw7.so&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Similarly, libippi.so.7.0 libippcc.so.7.0 libippcv.so.7.0 also needs their CPU optimized library. &lt;BR /&gt;Copy others libraries at /ipp/lib/ia32 folder, and check if it can resolve the problem. &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2010 06:21:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772928#M913</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-12-03T06:21:24Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772929#M914</link>
      <description>&lt;P&gt;Hello. I have the same problem - my application depends on ippcore, ipps, ippsc, all paths are correct, but I receive "Error at loading of ippSC library ...". I didn't copy any libraries from ipp/lib/ia32 anywhere after the installation.&lt;/P&gt;&lt;P&gt;Here's the list of ippcore, ipps and ippsc libraries in this folder. Is there anything missing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libippscs8.so.7.0 libippsc.so&lt;BR /&gt;libippsc.so.7.0&lt;BR /&gt;libippsc_t.a&lt;BR /&gt;libippscv8.so&lt;BR /&gt;libippscv8.so.7.0&lt;BR /&gt;llibippscw7.so&lt;BR /&gt;libippscw7.so.7.0&lt;BR /&gt;libippsg9.so&lt;BR /&gt;libippsg9.so.7.0&lt;BR /&gt;libipps_l.a&lt;BR /&gt;libippsp8.so&lt;BR /&gt;libippsp8.so.7.0&lt;BR /&gt;libippss8.so&lt;BR /&gt;libippss8.so.7.0&lt;BR /&gt;libipps.so&lt;BR /&gt;libipps.so.7.0&lt;BR /&gt;libipps_t.a&lt;BR /&gt;libippsv8.so&lt;BR /&gt;libippsv8.so.7.0&lt;BR /&gt;libippsw7.so&lt;BR /&gt;libippsw7.so.7.0&lt;BR /&gt;libippcore.a       libipps.a&lt;BR /&gt;libippcore_l.a       libippsc.a        &lt;BR /&gt;libippcore.so      libippscg9.so     &lt;BR /&gt;libippcore.so.7.0  libippscg9.so.7.0 &lt;BR /&gt;libippcore_t.a     libippsc_l.a      &lt;BR /&gt;libippscp8.so&lt;BR /&gt; libippscp8.so.7.0&lt;BR /&gt; libippscs8.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2010 23:44:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772929#M914</guid>
      <dc:creator>creevymdry</dc:creator>
      <dc:date>2010-12-10T23:44:46Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772930#M915</link>
      <description>So, now I found out that my processor must support "p8" libraries, and they are on their place. Maybe something caused wrong architecture detection?</description>
      <pubDate>Sun, 12 Dec 2010 21:00:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772930#M915</guid>
      <dc:creator>creevymdry</dc:creator>
      <dc:date>2010-12-12T21:00:30Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772931#M916</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;What is the processor you are running? &lt;/P&gt;&lt;P&gt;If you use the following command line:&lt;BR /&gt;&amp;gt;export LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;Do you see similar IPP library path is included? &lt;/P&gt;&lt;P&gt;/opt/intel/composerxe-2011.x.xxx/ipp/lib/ia32&lt;/P&gt;&lt;P&gt;If not, please try to use the command line like the following to set the IPP environment? &lt;/P&gt;&lt;P&gt;&amp;gt;source /opt/intel/composerxe-2011.x.xxx/ipp/bin/ippvars.sh ia32&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2010 06:47:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772931#M916</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-12-13T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772932#M917</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;My processor is i3 330M.&lt;/P&gt;&lt;P&gt;I tried to use this script, so now I have this path included in /etc/ld.so.conf, but this error still occurs.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2010 18:52:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772932#M917</guid>
      <dc:creator>creevymdry</dc:creator>
      <dc:date>2010-12-13T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772933#M918</link>
      <description>&lt;BR /&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Could you attach the executable file here? I am tryingtoreproduce the problem here.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Chao</description>
      <pubDate>Tue, 14 Dec 2010 00:58:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772933#M918</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-12-14T00:58:47Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772934#M919</link>
      <description>&lt;P&gt;Here it is. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2010 15:24:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772934#M919</guid>
      <dc:creator>creevymdry</dc:creator>
      <dc:date>2010-12-15T15:24:05Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772935#M920</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello, &lt;/P&gt;&lt;P&gt;Thanks for the test file. I can saw the Waterfall error. It is likely that the compiler runtime libraries are missed there. The libraries at the folder /opt/intel/composerxe-2011.x.xxx/ipp/../compiler/lib/ia32 are also needed by your application: &lt;/P&gt;&lt;P&gt;For example, whenadding the environment: &lt;/P&gt;&lt;P&gt;export LD_LIBRARY_PATH=/opt/intel/composerxe-2011.1.036/ipp/../compiler/lib/ia32:/opt/intel/composerxe-2011.1.036/ipp/lib/ia32:/opt/intel/composerxe-2011.1.036/ipp/lib/ia32&lt;/P&gt;&lt;P&gt;The code works fine. But when usingthe following environment, it got the waterfall error: &lt;/P&gt;&lt;P&gt;export LD_LIBRARY_PATH=/opt/intel/composerxe-2011.1.036/ipp/lib/ia32&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2010 07:51:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772935#M920</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2010-12-23T07:51:38Z</dc:date>
    </item>
    <item>
      <title>Linux - No shared libraries were found in the Waterfall procedu</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772936#M921</link>
      <description>Now it works, thanks!</description>
      <pubDate>Thu, 23 Dec 2010 10:34:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Linux-No-shared-libraries-were-found-in-the-Waterfall-procedure/m-p/772936#M921</guid>
      <dc:creator>creevymdry</dc:creator>
      <dc:date>2010-12-23T10:34:15Z</dc:date>
    </item>
  </channel>
</rss>

