<?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 + GD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110562#M690403</link>
    <description>file(1) is the right command to track down "not a valid load module".  But the results you show seem to be compatible.  Both PA32.&lt;BR /&gt;&lt;BR /&gt;Can you link that gd.sl into a trivial C program?</description>
    <pubDate>Mon, 26 May 2008 05:30:28 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-05-26T05:30:28Z</dc:date>
    <item>
      <title>PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110561#M690402</link>
      <description>Hi All.&lt;BR /&gt;&lt;BR /&gt;I'm trying to setup GD with hpwsApache (B.2.0.59.00). Apache and PHP are working fine but I get an error when trying to load gd.sl:&lt;BR /&gt;&lt;BR /&gt;PHP Warning:  PHP Startup: Unable to load dynamic library '/opt/hpws/apache/php/lib/php/extensions/gd.sl' - '/opt/hpws/apache/php/lib/php/extensions/gd.sl' is not a valid load module: Bad magic number in Unknown on line 0&lt;BR /&gt;&lt;BR /&gt;file gd.sl: PA-RISC2.0 shared library -not stripped&lt;BR /&gt;file php: PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;&lt;BR /&gt;Can someone push me in the right direction to resolve this, please?</description>
      <pubDate>Mon, 26 May 2008 04:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110561#M690402</guid>
      <dc:creator>Russell.Wood</dc:creator>
      <dc:date>2008-05-26T04:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110562#M690403</link>
      <description>file(1) is the right command to track down "not a valid load module".  But the results you show seem to be compatible.  Both PA32.&lt;BR /&gt;&lt;BR /&gt;Can you link that gd.sl into a trivial C program?</description>
      <pubDate>Mon, 26 May 2008 05:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110562#M690403</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-26T05:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110563#M690404</link>
      <description>you mean something like:&lt;BR /&gt;&lt;BR /&gt;main.c:&lt;BR /&gt;int main(int argc, char *argv[]) { return 0;}&lt;BR /&gt;&lt;BR /&gt;gcc main.c -lgd -o main</description>
      <pubDate>Mon, 26 May 2008 05:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110563#M690404</guid>
      <dc:creator>Russell.Wood</dc:creator>
      <dc:date>2008-05-26T05:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110564#M690405</link>
      <description>$ gcc main.c /opt/hpws/apache/php/lib/php/extensions/gd.sl -o main&lt;BR /&gt;ld: Mismatched ABI (not an ELF file) for /opt/hpws/apache/php/lib/php/extensions/gd.sl&lt;BR /&gt;Fatal error.&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2008 05:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110564#M690405</guid>
      <dc:creator>Russell.Wood</dc:creator>
      <dc:date>2008-05-26T05:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110565#M690406</link>
      <description>&amp;gt;you mean something like:&lt;BR /&gt;gcc main.c -lgd -o main&lt;BR /&gt;&lt;BR /&gt;Well, you can't use -lgd directly so just use the absolute path:&lt;BR /&gt;/opt/hpws/apache/php/lib/php/extensions/gd.sl</description>
      <pubDate>Mon, 26 May 2008 05:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110565#M690406</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-26T05:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110566#M690407</link>
      <description>Scrub the `gcc' compilation. I used HP-UX cc and found gd.sl was trying to load other libraries that didn't exist (freetype and libpng) even though they are installed.&lt;BR /&gt;&lt;BR /&gt;I put soft links to the libraries and it compiled.&lt;BR /&gt;&lt;BR /&gt;Now running the php test works without gd.sl errors but I get `undefined function' for gd_info().&lt;BR /&gt;&lt;BR /&gt;Any ideas on that?</description>
      <pubDate>Mon, 26 May 2008 06:06:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110566#M690407</guid>
      <dc:creator>Russell.Wood</dc:creator>
      <dc:date>2008-05-26T06:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: PHP + GD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110567#M690408</link>
      <description>I restarted Apache and it's all fixed. Thank you for your help.&lt;BR /&gt;&lt;BR /&gt;See the solution above.</description>
      <pubDate>Mon, 26 May 2008 06:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-gd/m-p/5110567#M690408</guid>
      <dc:creator>Russell.Wood</dc:creator>
      <dc:date>2008-05-26T06:25:35Z</dc:date>
    </item>
  </channel>
</rss>

