<?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 Re: IPP JPEG on Linux in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918254#M15366</link>
    <description>&lt;DIV&gt;This function is called from jdhuff.c file, line 334. By the way, you can selectively choose which operation in IJG code will be replaced with IPP functions, please take a look on jconfig.h file, line 30.To turn off all IPP huffman functions youcan comment line with IPPJ_HUFF &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;#ifdef USE_IPP&lt;BR /&gt;#define IPPI_COPY&lt;BR /&gt;#define IPPS_ZERO&lt;BR /&gt;#define IPPJ_CC&lt;BR /&gt;#define IPPJ_SS&lt;BR /&gt;#define IPPJ_DCT_QNT&lt;BR /&gt;#define IPPJ_HUFF&lt;BR /&gt;#endif&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Note, I assume you have IPP sample downloaded from Intel web site.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
    <pubDate>Tue, 23 Aug 2005 23:48:39 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2005-08-23T23:48:39Z</dc:date>
    <item>
      <title>IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918238#M15350</link>
      <description>I have successfully compile the windows port of IJG JPEG library with IPP on Linux.&lt;BR /&gt;&lt;BR /&gt;using compile cjpeg and djpeg works !&lt;BR /&gt;&lt;BR /&gt;now I would like to replace the standard Linux library with it...&lt;BR /&gt;&lt;BR /&gt;first : the structure size is not compatible because of the flag useIPP...&lt;BR /&gt;&lt;BR /&gt;I manage to remove it as i would like a full IPP library.&lt;BR /&gt;&lt;BR /&gt;but now I can't laod the library in binaries compile with the standard one as it needs :&lt;BR /&gt;&lt;BR /&gt;static init of the IPP library if I compile them in static..&lt;BR /&gt;&lt;BR /&gt;or can't load the shared one if I link the IPP in shared version.&lt;BR /&gt;&lt;BR /&gt;Is there a way to have IPP used in a shared library ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 27 Jan 2005 22:25:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918238#M15350</guid>
      <dc:creator>valipp</dc:creator>
      <dc:date>2005-01-27T22:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918239#M15351</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;great result!&lt;/DIV&gt;
&lt;DIV&gt;Actually we did not tried IJG on Linux, but I'm sure it should work in the same manner as on Windows.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I can only guess, if you want to replace standard IJG in Linux you probably need to replace header files as well, right? In this case, size of structure should be the same.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I did not understand your problems with loading static or shared versions of lib, could you explainit in more details?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;
&lt;P&gt;Message Edited by vdudnik on &lt;SPAN class="date_text"&gt;08-23-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:14 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Message Edited by vdudnik on &lt;SPAN class="date_text"&gt;08-23-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:14 PM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jan 2005 03:51:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918239#M15351</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-01-29T03:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918240#M15352</link>
      <description>Well I finally find what was going wrong : the libtool linker was removing my line with the IPP livrary so the libjpeg.so was not link agaisbt IPP and I was getting unresolved symbol at runtime !&lt;BR /&gt;&lt;BR /&gt;now it works OK without recompiling original applications !&lt;BR /&gt;&lt;BR /&gt;thanks to IPP, I now get two times gain on compress/decompress on all my applications without recompiling them.</description>
      <pubDate>Tue, 01 Feb 2005 18:40:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918240#M15352</guid>
      <dc:creator>valipp</dc:creator>
      <dc:date>2005-02-01T18:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918241#M15353</link>
      <description>I'm very interested in running IPP/IJG on Linux and if the work's been done to port the Makefile (&amp;amp; any additional files) I'd greatly appreciate someone posting them.&lt;BR /&gt;&lt;BR /&gt;many thanks&lt;BR /&gt;Alistair</description>
      <pubDate>Mon, 04 Jul 2005 23:25:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918241#M15353</guid>
      <dc:creator>abraidwood</dc:creator>
      <dc:date>2005-07-04T23:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918242#M15354</link>
      <description>&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;abraidwood wrote:&lt;BR /&gt;I'm very interested in running IPP/IJG on Linux and if the work's been done to port the Makefile (&amp;amp; any additional files) I'd greatly appreciate someone posting them.&lt;BR /&gt;&lt;BR /&gt;many thanks&lt;BR /&gt;Alistair&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;well the modify IJG sources (src+makefile) are somethng like 1.2M in tgz format.&lt;BR /&gt;&lt;BR /&gt;where can I put this things for others ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 04 Jul 2005 23:51:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918242#M15354</guid>
      <dc:creator>valipp</dc:creator>
      <dc:date>2005-07-04T23:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918243#M15355</link>
      <description>There's an attachment facility in this message board, does it have a size limit?</description>
      <pubDate>Tue, 05 Jul 2005 00:22:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918243#M15355</guid>
      <dc:creator>abraidwood</dc:creator>
      <dc:date>2005-07-05T00:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918244#M15356</link>
      <description>&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;abraidwood wrote:&lt;BR /&gt;There's an attachment facility in this message board, does it have a size limit?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;well, I try it, let's see if it works !&lt;BR /&gt;&lt;BR /&gt;if it's ok, please give some feedback of your lib usage...&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 05 Jul 2005 14:20:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918244#M15356</guid>
      <dc:creator>valipp</dc:creator>
      <dc:date>2005-07-05T14:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918245#M15357</link>
      <description>Thanks for that, I got it working fine but had slight problems in an em64t platform (though that was probably my fault)&lt;BR /&gt;&lt;BR /&gt;The lib seems to work well.  I'm just using it in a linux command line app which imports large images and outputs a scaled version.  I'm using the Resize function within IPP &amp;amp; it made sense to use an IPP based jpeg codec.&lt;BR /&gt;&lt;BR /&gt;I think Intel should definitely release a Linux IJG lib - even as a sample (quite possibly based on yours).&lt;BR /&gt;&lt;BR /&gt;thanks again,&lt;BR /&gt;Alistair</description>
      <pubDate>Fri, 08 Jul 2005 16:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918245#M15357</guid>
      <dc:creator>abraidwood</dc:creator>
      <dc:date>2005-07-08T16:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918246#M15358</link>
      <description>&lt;DIV&gt;Dear valipp and abraidwood,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;From your messages in this topic, I know you can make use of IPP with IJG libjpeg in Linux.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I am using Fedora 2 and I would like to try on it too. I see you have the modified IJG src and makefile but I cannot download it from the link: &lt;A href="http://softwareforums.intel.com/attachments/ids/IPP/2444/1/jpeg_src.tgz" target="_blank"&gt;http://softwareforums.intel.com/attachments/ids/IPP/2444/1/jpeg_src.tgz&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Would you mind sending it to my email at &lt;A href="mailto:jason.yfho@gmail.com" target="_blank"&gt;jason.yfho@gmail.com&lt;/A&gt;?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Excited to see the performance. Thank you very much.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Jason&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Aug 2005 18:48:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918246#M15358</guid>
      <dc:creator>jason_yfho</dc:creator>
      <dc:date>2005-08-18T18:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918247#M15359</link>
      <description>&lt;DIV&gt;It seems the &lt;A href="http://softwareforums.intel.com/attachments/ids/IPP/2444/1/jpeg_src.tgz" target="_blank"&gt;&lt;U&gt;&lt;FONT color="#000000"&gt;jpeg_src.tgz&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;is unavailable for download,can you send a copy to my mail sywu@sohu.com?thanks&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Aug 2005 07:58:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918247#M15359</guid>
      <dc:creator>cloud007</dc:creator>
      <dc:date>2005-08-19T07:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918248#M15360</link>
      <description>well to help people having download problems...&lt;BR /&gt;I put it on my web site : &lt;A href="http://vald70.free.fr/jpeg_src.tgz" target="_blank"&gt;http://vald70.free.fr/jpeg_src.tgz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this will help</description>
      <pubDate>Fri, 19 Aug 2005 14:16:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918248#M15360</guid>
      <dc:creator>valipp</dc:creator>
      <dc:date>2005-08-19T14:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918249#M15361</link>
      <description>&lt;DIV&gt;Dear valipp,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I downloaded your jpeg_src and complied it. When I reboot andthen run the cjpeg/djpeg, error message says:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;-bash-3.00# cjpeg&lt;BR /&gt;Can't initialize IPP library&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Below is my config &amp;amp; my procedures tosetup the IPP &amp;amp; your code:&lt;/DIV&gt;
&lt;DIV&gt;- P4 2.4G, Fedora 2.&lt;/DIV&gt;
&lt;DIV&gt;- I installed the l_ipp_ia32_itanium_pu_4.1.3.001.tar downloaded from Intel.&lt;/DIV&gt;
&lt;DIV&gt;- Then in your jpeg_src, in Makefile, I added:&lt;/DIV&gt;
&lt;DIV&gt;IPPROOT = /opt/intel/ipp41/ia32_itanium&lt;/DIV&gt;
&lt;DIV&gt;- Then I run "make"and then "make install". No error in "make", but error in "make install":&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;/usr/bin/install -c -m 644 ./cjpeg.1 /usr/local/man/man1/cjpeg.1&lt;BR /&gt;/usr/bin/install: cannot stat `./cjpeg.1': No such file or directory&lt;BR /&gt;make: *** [install] Error 1&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;- Then I set "export LD_LIBRARY_PATH=/opt/intel/ipp41/ia32_itanium/sharedlib:$LD_LIBRARY_PATH"&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Which procedures I did wrongly or I missed?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you very much!&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Jason&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Aug 2005 21:10:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918249#M15361</guid>
      <dc:creator>jason_yfho</dc:creator>
      <dc:date>2005-08-23T21:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918250#M15362</link>
      <description>&lt;DIV&gt;Hi Jason,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;it looks like you use IPP v4.1 sample. Please note, there was typo in sample's code, namely, for cjpeg and djpeg utils you need to change one line:&lt;/DIV&gt;
&lt;DIV&gt;cjpeg.c, line 488&lt;/DIV&gt;
&lt;DIV&gt; if(ippStsNoErr != ippStaticInitBest())&lt;BR /&gt; {&lt;BR /&gt; fprintf(stderr,"Can't initialize IPP library
");&lt;BR /&gt; exit(EXIT_FAILURE);&lt;BR /&gt; }&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;should be changed to &lt;/DIV&gt;
&lt;DIV&gt; if(ippStsNoErr &amp;gt; ippStaticInit())&lt;BR /&gt; {&lt;BR /&gt; fprintf(stderr,"Can't initialize IPP library
");&lt;BR /&gt; exit(EXIT_FAILURE);&lt;BR /&gt; }&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;the same for djpeg.c&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Or, you can download IPP v5.0 beta samples&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Aug 2005 21:20:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918250#M15362</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-08-23T21:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918251#M15363</link>
      <description>&lt;DIV&gt;Hi Vladimir,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you! I changed the code as you mentioned and the cjpeg &amp;amp; djpeg can work probably. But I haven't tested the speed yet. I think it should be much quicker.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;However, when I start my apache (apachectl start), an error occur due to the libjpeg:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Syntax error on line 232 of /var/www/conf/httpd.conf:&lt;BR /&gt;Cannot load /var/www/modules/libphp5.so into server: /usr/local/lib/libjpeg.so.62: undefined symbol: ippiDecodeHuffmanSpecInit_JPEG_8u&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I checked that the /usr/local/lib/libjpeg.so.62 's date is today. i.e. just created.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Could you help? Thank you.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Best Regards,&lt;/DIV&gt;
&lt;DIV&gt;Jason&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Aug 2005 23:00:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918251#M15363</guid>
      <dc:creator>jason_yfho</dc:creator>
      <dc:date>2005-08-23T23:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918252#M15364</link>
      <description>&lt;DIV&gt;H-m-m, it might be because of IPP shared libraries not in the search path? Did you make them accessible through LD_LIBRARY_PATH variable?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Vladimir&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Aug 2005 23:06:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918252#M15364</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-08-23T23:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918253#M15365</link>
      <description>&lt;DIV&gt;I already set the LD_LIBRARY_PATH as following:&lt;/DIV&gt;
&lt;DIV&gt;export LD_LIBRARY_PATH=/opt/intel/ipp41/ia32_itanium/sharedlib:$LD_LIBRARY_PATH&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Then I built the jpeg_src again. But the same error occur.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I searched the jpeg_src source code, ippiDecodeHuffmanSpecInit_JPEG_8u only appear in jpegipp.h and seems no one call this function. I tried to comment this line in the .h and rebuild. Everything alright (e.g. cjpeg, djpeg) except when I start apache, the sample error occur:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Syntax error on line 232 of /var/www/conf/httpd.conf:&lt;BR /&gt;Cannot load /var/www/modules/libphp5.so into server: /usr/local/lib/libjpeg.so.62: undefined symbol: ippiDecodeHuffmanSpecInit_JPEG_8u&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Jason&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Aug 2005 23:35:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918253#M15365</guid>
      <dc:creator>jason_yfho</dc:creator>
      <dc:date>2005-08-23T23:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918254#M15366</link>
      <description>&lt;DIV&gt;This function is called from jdhuff.c file, line 334. By the way, you can selectively choose which operation in IJG code will be replaced with IPP functions, please take a look on jconfig.h file, line 30.To turn off all IPP huffman functions youcan comment line with IPPJ_HUFF &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;#ifdef USE_IPP&lt;BR /&gt;#define IPPI_COPY&lt;BR /&gt;#define IPPS_ZERO&lt;BR /&gt;#define IPPJ_CC&lt;BR /&gt;#define IPPJ_SS&lt;BR /&gt;#define IPPJ_DCT_QNT&lt;BR /&gt;#define IPPJ_HUFF&lt;BR /&gt;#endif&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Note, I assume you have IPP sample downloaded from Intel web site.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Aug 2005 23:48:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918254#M15366</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-08-23T23:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918255#M15367</link>
      <description>&lt;DIV&gt;When I configure php,checked config.log, I found that my libjpeg.so cannot reference to all functions defined in jpegipp.h:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiDecodeHuffmanSpecInit_JPE&lt;BR /&gt;G_8u'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiEncodeHuffmanStateGetBufS&lt;BR /&gt;ize_JPEG_8u'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiCMYKToYCCK_JPEG_8u_C4P4R'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiYCCKToCMYK_JPEG_8u_P4C4R'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiEncodeHuffman8x8_JPEG_16s&lt;BR /&gt;1u_C1'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiSampleDownRowH2V2_Box_JPE&lt;BR /&gt;G_8u_C1'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiSampleUpRowH2V2_Triangle_&lt;BR /&gt;JPEG_8u_C1'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiDecodeHuffmanStateInit_JP&lt;BR /&gt;EG_8u'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiDCTQuantFwd8x8LS_JPEG_8u1&lt;BR /&gt;6s_C1R'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiDCTQuantInv8x8LS_JPEG_16s&lt;BR /&gt;8u_C1R'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiGetHuffmanStatistics8x8_J&lt;BR /&gt;PEG_16s_C1'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiEncodeHuffmanSpecGetBufSi&lt;BR /&gt;ze_JPEG_8u'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiRGBToY_JPEG_8u_C3C1R'&lt;BR /&gt;/usr/local/lib/libjpeg.so: undefined reference to `ippiSampleUpRowH2V1_Triangle_&lt;BR /&gt;JPEG_8u_C1'&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;and more ........&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Rgds,&lt;/DIV&gt;
&lt;DIV&gt;Jason&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2005 00:24:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918255#M15367</guid>
      <dc:creator>jason_yfho</dc:creator>
      <dc:date>2005-08-24T00:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918256#M15368</link>
      <description>&lt;DIV&gt;It might be issue with your build of libjpeg.so, could you douoble check that it compiles without errors?&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2005 00:35:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918256#M15368</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-08-24T00:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: IPP JPEG on Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918257#M15369</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;thank you a lot, I see people are trying to use it.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;From my side I would like to say that we have plan to release Linux version of IJG-IPP sample in the next time.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2005 03:53:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-JPEG-on-Linux/m-p/918257#M15369</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-08-24T03:53:52Z</dc:date>
    </item>
  </channel>
</rss>

