<?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: php extension module gd.sl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893446#M402797</link>
    <description>Thanks a lot Ermin!&lt;BR /&gt;&lt;BR /&gt;after installation of libpng 1.0.17 from the source i got my problem solved. &lt;BR /&gt;&lt;BR /&gt;i dont understand this, since a newer version was allready installed; i dont understand the versioning of libpng as well, since there is now libnpg.sl.3 (version 3?) present. after linking this lib on libpng.sl.2 my application start running.&lt;BR /&gt;&lt;BR /&gt;Anyway, Thanks again.</description>
    <pubDate>Fri, 01 Apr 2005 04:22:49 GMT</pubDate>
    <dc:creator>Bogajewski</dc:creator>
    <dc:date>2005-04-01T04:22:49Z</dc:date>
    <item>
      <title>php extension module gd.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893442#M402793</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Searching for help in order to get the php gd extension running.&lt;BR /&gt;&lt;BR /&gt;working on HPUX 11i with following depots amongst others installed:&lt;BR /&gt;&lt;BR /&gt;hpuxwsAPACHE - A.2.0.52.00&lt;BR /&gt;gd - 2.0.33&lt;BR /&gt;&lt;BR /&gt;GD is running properly, the gd library present at /usr/local/lib works fine; if used with any other application. any dependencies on other libraries are fulfilled, for example:&lt;BR /&gt;&lt;BR /&gt;myhost:/usr/local/lib # ldd libgd.sl&lt;BR /&gt;...&lt;BR /&gt;/usr/local/lib/libpng12.sl =&amp;gt;   /usr/local/lib/libpng12.sl&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, the problem concerns the php extension module gd.sl, located in /opt/hpws/apache/php/lib/php/extensions. At the moment my php application (ZABBIX) don’t display any PNG Images. Checking the dependencies of this library explains probably why: &lt;BR /&gt;&lt;BR /&gt;myhost:/opt/hpws/apache/php/lib/php/extensions # ldd gd.sl&lt;BR /&gt;...&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libpng.sl.2&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;the same problem with libt1.sl.4:&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libt1.sl.4&lt;BR /&gt;&lt;BR /&gt;So in my opinion the version 2 of libpng and 4 of libt1 is needed. The only problem I have is - there is no such version released yet.&lt;BR /&gt;&lt;BR /&gt;What is my problem here? Anyone an idea? Any help would be highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 30 Mar 2005 08:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893442#M402793</guid>
      <dc:creator>Bogajewski</dc:creator>
      <dc:date>2005-03-30T08:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: php extension module gd.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893443#M402794</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look for&lt;BR /&gt;/usr/local/lib/libpng.sl &lt;BR /&gt;&lt;BR /&gt;If there soft link it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ln -s &lt;BR /&gt;/usr/local/lib/libpng.sl /usr/local/lib/libpng.sl.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Same with others&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 Steve Steel</description>
      <pubDate>Wed, 30 Mar 2005 09:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893443#M402794</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2005-03-30T09:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: php extension module gd.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893444#M402795</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Your idea sounds good, but unfortunately it does not work. ldd reports no errors, but the application does not runs and system log reports a version conflict with this libraries. &lt;BR /&gt;&lt;BR /&gt;Is there anywhere a place where i have to specify the version of library expected?&lt;BR /&gt;&lt;BR /&gt;Anything strange.</description>
      <pubDate>Wed, 30 Mar 2005 15:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893444#M402795</guid>
      <dc:creator>Bogajewski</dc:creator>
      <dc:date>2005-03-30T15:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: php extension module gd.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893445#M402796</link>
      <description>PHP admin guide in /opt/hpws/apache/hpws_docs/php.admin.guide states that gd.sl requires the following libraries&lt;BR /&gt;&lt;BR /&gt;libjpeg version 6b&lt;BR /&gt;libpng version 1.0.11&lt;BR /&gt;libxpm version 3.4k&lt;BR /&gt;libfreetype version 2.1.2&lt;BR /&gt;t1lib version 1.3.1&lt;BR /&gt;&lt;BR /&gt;Some of the libraries can be downloaded from hpux porting web site (hpux.cs.utah.edu). For others (e.g. libpng) you will need to get the source and compile it yourself.&lt;BR /&gt;&lt;BR /&gt;If you have access to technical knowledge base check the following document.&lt;BR /&gt;&lt;BR /&gt;Date: 10/19/04&lt;BR /&gt;Document description: Configuring and Testing PHP image libraries w HP Apache 2.0&lt;BR /&gt;Document id: MJFKBRC00015829</description>
      <pubDate>Thu, 31 Mar 2005 02:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893445#M402796</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-03-31T02:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: php extension module gd.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893446#M402797</link>
      <description>Thanks a lot Ermin!&lt;BR /&gt;&lt;BR /&gt;after installation of libpng 1.0.17 from the source i got my problem solved. &lt;BR /&gt;&lt;BR /&gt;i dont understand this, since a newer version was allready installed; i dont understand the versioning of libpng as well, since there is now libnpg.sl.3 (version 3?) present. after linking this lib on libpng.sl.2 my application start running.&lt;BR /&gt;&lt;BR /&gt;Anyway, Thanks again.</description>
      <pubDate>Fri, 01 Apr 2005 04:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893446#M402797</guid>
      <dc:creator>Bogajewski</dc:creator>
      <dc:date>2005-04-01T04:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: php extension module gd.sl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893447#M402798</link>
      <description>installation of libpng 1.0.17</description>
      <pubDate>Fri, 01 Apr 2005 04:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-extension-module-gd-sl/m-p/4893447#M402798</guid>
      <dc:creator>Bogajewski</dc:creator>
      <dc:date>2005-04-01T04:25:02Z</dc:date>
    </item>
  </channel>
</rss>

