<?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: Compiling CUPS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631371#M104911</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What are libpng files u copied?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Sep 2005 08:12:10 GMT</pubDate>
    <dc:creator>VEL_1</dc:creator>
    <dc:date>2005-09-22T08:12:10Z</dc:date>
    <item>
      <title>Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631363#M104903</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to install CUPS (&lt;A href="http://www.easysw.com)" target="_blank"&gt;www.easysw.com)&lt;/A&gt; on HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;I have installed the libraries required, that are:&lt;BR /&gt;libpng-1.2.8&lt;BR /&gt;tiff-v3.4&lt;BR /&gt;zlib-1.1.3&lt;BR /&gt;jpeg-6b&lt;BR /&gt;&lt;BR /&gt;and the version of CUPS to be compiled is 1.1.23.&lt;BR /&gt;&lt;BR /&gt;The "configure" command seems to recognize all of the libraries, but when I try to "make" I obtain the error:&lt;BR /&gt;&lt;BR /&gt;Making all in filter...&lt;BR /&gt;Linking libcupsimage.sl.2...&lt;BR /&gt;ld: Can't find library: "png"&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;&lt;BR /&gt;The lib files are in the same place as of the other libraries, i.e. /usr/local&lt;BR /&gt;&lt;BR /&gt;I've tried to compile with "libpng" instead of "png" in the ld options, but with no effect.&lt;BR /&gt;&lt;BR /&gt;Can anybody please help me ?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 21 Sep 2005 09:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631363#M104903</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2005-09-21T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631364#M104904</link>
      <description>Ciao Enrico,&lt;BR /&gt;&lt;BR /&gt;just for an hint I would suggest you to try with CUPS version 1.0.2 indicated in the porting of HP-UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/cups-1.0.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/cups-1.0.2/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Of course the download points to the same site where you obtained 1.1.23. Anyway it seems to be already compiled only for 11.00 and 10.20, just the source for 11.11.&lt;BR /&gt;&lt;BR /&gt;However it just is a thought to try that version, I never tried it.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 21 Sep 2005 10:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631364#M104904</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-09-21T10:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631365#M104905</link>
      <description>Try to export LD_LIBPATH=/usrlocal/lib:$LD_LIBPATH and compile again. May be its not picking libpng ? &lt;BR /&gt;Or edit configure script to add path to libpng. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 22 Sep 2005 00:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631365#M104905</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-22T00:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631366#M104906</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Give the full path of libpng library in LDFLAGS or LIBS:&lt;BR /&gt;&lt;BR /&gt;export LDFLAGS="/usr/loca/lib/libpng.sl"&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;export LIBS="/usr/loca/lib/libpng.sl"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 22 Sep 2005 01:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631366#M104906</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-22T01:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631367#M104907</link>
      <description>The package on hpux.connect.org.uk seems to be for 11.0, but I will try it in case of a complete compilation fail&lt;BR /&gt;&lt;BR /&gt;Just a brief follow-up:&lt;BR /&gt;&lt;BR /&gt;Having the env variables:&lt;BR /&gt;LDFLAGS=/usr/local/lib/libpng.sl&lt;BR /&gt;LD_LIBPATH=/usr/local/lib/&lt;BR /&gt;&lt;BR /&gt;(one or both set, including the file name or not - and libpng.sl IS there)&lt;BR /&gt;&lt;BR /&gt;I am continuing to obtain:&lt;BR /&gt;Linking libcupsimage.sl.2...&lt;BR /&gt;ld: Can't find library: "png"&lt;BR /&gt;&lt;BR /&gt;Trying also to change the linker options in the libcupsimage.sl.2's makefile, adding the /usr/local/lib path, does not work.&lt;BR /&gt;&lt;BR /&gt;I don't know what to try next ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 03:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631367#M104907</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2005-09-22T03:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631368#M104908</link>
      <description>&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/cups-1.0.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/cups-1.0.2/&lt;/A&gt;&lt;BR /&gt;Eventhough it is for 11.00, it will work on 11.11 without any problem. Anyways, Try editing your Makefile and add -L/usr/local/lib/libpng.sl where you find "png". Just give a try and let us know. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 22 Sep 2005 03:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631368#M104908</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-22T03:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631369#M104909</link>
      <description>Linking libcupsimage.sl.2...&lt;BR /&gt;ld: Can't find library: "png"&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Where is the libcupsimage.sl.2 available? Just create a file there in that location and symbolically to the /usr/local/lib/ file.&lt;BR /&gt;&lt;BR /&gt;what r u getting now?&lt;BR /&gt;&lt;BR /&gt;There is a platform support of products from 11.0 to 11.11 too. Try to install it before doing the LD action.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 22 Sep 2005 04:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631369#M104909</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-22T04:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631370#M104910</link>
      <description>Unfortunately I didn't success ... trying to:&lt;BR /&gt;&lt;BR /&gt;- copy all libpng* files to the directory where the sources are&lt;BR /&gt;- add the -L/usr/local/lib directive&lt;BR /&gt;&lt;BR /&gt;But the error continues:&lt;BR /&gt;&lt;BR /&gt;Linking libcupsimage.sl.2...&lt;BR /&gt;ld: Can't find library: "png"&lt;BR /&gt;&lt;BR /&gt;libcupsimage.sl.2 should be created by the linker ld, it is not in the program's dir(s)&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Thu, 22 Sep 2005 08:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631370#M104910</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2005-09-22T08:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631371#M104911</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What are libpng files u copied?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 08:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631371#M104911</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-09-22T08:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631372#M104912</link>
      <description>LibPNG is libpng-1.2.8&lt;BR /&gt;&lt;BR /&gt;(from hpux.connect.org.uk)&lt;BR /&gt;&lt;BR /&gt;The CUPS documentation reports that libpng should be 1.0.6 or greater&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 08:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631372#M104912</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2005-09-22T08:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631373#M104913</link>
      <description>I've even tried with libpng ver. 1.0.18 (from the libpng web site, there are two releases, 1.2.x and 1.0.x - CUPS docs suggests 1.0.6 or greater) but with the same result.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 15:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631373#M104913</guid>
      <dc:creator>enrico.nic</dc:creator>
      <dc:date>2005-09-22T15:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compiling CUPS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631374#M104914</link>
      <description>You need to edit configure script to add hard path of libpng. Have you looked your config.log to see what had really happened ? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 22 Sep 2005 23:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/compiling-cups/m-p/3631374#M104914</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-22T23:17:16Z</dc:date>
    </item>
  </channel>
</rss>

