<?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: Apache, PHP and Images in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900458#M839232</link>
    <description>&lt;BR /&gt;Yes,Alex&lt;BR /&gt;&lt;BR /&gt;I checked with Software Installed (SAM) for product gd 2.0.33.&lt;BR /&gt;&lt;BR /&gt;I get 3 libraries in /usr/local/lib :&lt;BR /&gt;libgd.a&lt;BR /&gt;libgd.la&lt;BR /&gt;libgd.sl&lt;BR /&gt;&lt;BR /&gt;#file /usr/local/lib/libgd.sl&lt;BR /&gt;/usr/local/lib/libgd.sl:        PA-RISC2.0 shared library&lt;BR /&gt;&lt;BR /&gt;Now, I would like that apache and php use this library and not gd.sl which is set by HP-UX Apache.</description>
    <pubDate>Thu, 12 May 2005 06:02:16 GMT</pubDate>
    <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
    <dc:date>2005-05-12T06:02:16Z</dc:date>
    <item>
      <title>Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900445#M839219</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX Apache-based Web Server and MySQL Database on HP-UX Server.&lt;BR /&gt;&lt;BR /&gt;Now I would like to generate graphics with php using tools like jpgraph.&lt;BR /&gt;&lt;BR /&gt;I did a simple test to generate graphics with php but I do not get anything :&lt;BR /&gt;&lt;BR /&gt;&lt;!-- image.php --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TITLE&gt;images&lt;/TITLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;H1&gt;Images&lt;/H1&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG src="https://community.hpe.com/imagepng.php" width="200" height="200" alt="png bleu" /&gt;&lt;BR /&gt;&lt;IMG src="https://community.hpe.com/imagejpeg.php" width="200" height="200" alt="jpeg rouge" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;$image=imagecreate(100,100);&lt;BR /&gt;$rouge=imagecolorallocate($image,255,0,0);&lt;BR /&gt;imagefill($image,0,0,$rouge);&lt;BR /&gt;header('Content-type: image/jpeg');&lt;BR /&gt;imagejpeg($image);&lt;BR /&gt;?&amp;gt; &lt;BR /&gt;&lt;BR /&gt;$image=imagecreate(100,100);&lt;BR /&gt;$bleu=imagecolorallocate($image,0,0,255);&lt;BR /&gt;imagefill($image,0,0,$bleu);&lt;BR /&gt;header('Content-type: image/png');&lt;BR /&gt;imagepng($image);&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I did also tests with jpgraph without success (blank page).I must not have good libs with PHP. I need also to configure gd librairies for jpgraph.&lt;BR /&gt;&lt;BR /&gt;How can i do with this distributed version of PHP ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Laurent</description>
      <pubDate>Fri, 06 May 2005 05:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900445#M839219</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-06T05:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900446#M839220</link>
      <description>Full intructions on how to enable GD with HP's Apache are in the following knowledge base article.&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>Sat, 07 May 2005 05:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900446#M839220</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-07T05:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900447#M839221</link>
      <description>To enable GD you should go to your php.ini file. In some versions it's located in /etc/php.ini and in some in /opt/hpws/apache/php/php.ini.&lt;BR /&gt;&lt;BR /&gt;There you locate the list of extensions that you can enable and you uncomment the GD extension.&lt;BR /&gt;&lt;BR /&gt;Now, when you restart apache, it will nt work, because GD requires libraries that are not installed by default on the system. A very simple way to see what are these libraries is to go to errors_log of apache (located in /opt/hpws/apache/logs) and see what library is missing. Then, you go here:&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt;&lt;BR /&gt;and in the search box, enter the name of the lib and install that depot (with this lib) and all it's dependencies. After a few installations it will work, I've done it several times.&lt;BR /&gt;&lt;BR /&gt;It can take time, because there are many depots to install, but all of them are small, so I believe in 20-30 minutes your GD extension will work.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alex</description>
      <pubDate>Sat, 07 May 2005 05:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900447#M839221</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-07T05:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900448#M839222</link>
      <description>P.S. Ermin, can you please post a link to the article please? I'll be interested to read it.&lt;BR /&gt;&lt;BR /&gt;thanx.</description>
      <pubDate>Sat, 07 May 2005 05:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900448#M839222</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-07T05:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900449#M839223</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;You can access article as follows&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.itrc.hp.com" target="_blank"&gt;http://www.itrc.hp.com&lt;/A&gt; -&amp;gt; technical knowledge base -&amp;gt; select 'search by doc ID' -&amp;gt; enter MJFKBRC00015829</description>
      <pubDate>Sat, 07 May 2005 05:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900449#M839223</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-07T05:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900450#M839224</link>
      <description>Oh, I believe I need a conract ID for the knowledge base ...</description>
      <pubDate>Sat, 07 May 2005 05:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900450#M839224</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-07T05:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900451#M839225</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. It works fine with the first scripts. Now, I would like to use jpgraph with this small test :&lt;BR /&gt;&lt;BR /&gt;include ("/opt/hpws/apache/htdocs/info/jpgraph-1.17/src/jpgraph.php");&lt;BR /&gt;include ("/opt/hpws/apache/htdocs/info/jpgraph-1.17/src/jpgraph_line.php");&lt;BR /&gt;&lt;BR /&gt;$ydata = array(8,3,16,2,7,25,16);&lt;BR /&gt;&lt;BR /&gt;// Creation du graphique&lt;BR /&gt;$graph = new Graph(300,200); &lt;BR /&gt;$graph-&amp;gt;SetScale("textlin");&lt;BR /&gt;&lt;BR /&gt;// CrM-iation du systM-hme de points&lt;BR /&gt;$lineplot=new LinePlot($ydata);&lt;BR /&gt;&lt;BR /&gt;// On rajoute les points au graphique&lt;BR /&gt;$graph-&amp;gt;Add($lineplot);&lt;BR /&gt;&lt;BR /&gt;// Affichage&lt;BR /&gt;$graph-&amp;gt;Stroke();&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;When I browse my url I get the following message :&lt;BR /&gt;JpGraph Error: Can't create truecolor image. Check that you really have GD2 library installed.&lt;BR /&gt;&lt;BR /&gt;My version is :&lt;BR /&gt;gd      2.0.33         gd       &lt;BR /&gt;&lt;BR /&gt;I think it could be a setting in a configuration file in jpgraph.&lt;BR /&gt;&lt;BR /&gt;Laurent&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 09:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900451#M839225</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-11T09:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900452#M839226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I did tests to check my GD libraries :&lt;BR /&gt;for GD library :&lt;BR /&gt; $im = @ImageCreate (150, 100)&lt;BR /&gt;    or die ("Cannot create a new GD image.");&lt;BR /&gt;$background_color = ImageColorAllocate ($im, 255, 255, 255);&lt;BR /&gt;$text_color = ImageColorAllocate ($im, 233, 14, 91);&lt;BR /&gt;ImageString ($im, 1, 5, 5,  "A Simple Text String", $text_color);&lt;BR /&gt;header ("Content-type: image/png");&lt;BR /&gt;ImagePng ($im);&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;--&amp;gt; OK&lt;BR /&gt;&lt;BR /&gt;for GD2 library :&lt;BR /&gt; $im = imagecreatetruecolor (300, 200);&lt;BR /&gt;$black = imagecolorallocate ($im, 0, 0, 0);&lt;BR /&gt;$white = imagecolorallocate ($im, 255, 255, 255);&lt;BR /&gt;&lt;BR /&gt;imagefilledrectangle($im,0,0,399,99,$white);&lt;BR /&gt;imagerectangle($im,20,20,250,190,$black);&lt;BR /&gt;&lt;BR /&gt;header ("Content-type: image/png");&lt;BR /&gt;imagepng ($im);&lt;BR /&gt;&lt;BR /&gt;--&amp;gt; I get :&lt;BR /&gt;Warning: imagecreatetruecolor(): requires GD 2.0 or later in /opt/hpws/apache/htdocs/info/testgd2.php on line 2&lt;BR /&gt;&lt;BR /&gt;Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /opt/hpws/apache/htdocs/info/testgd2.php on line 3&lt;BR /&gt;&lt;BR /&gt;I get gd library on :&lt;BR /&gt;&lt;A href="http://hpux.asknet.de/hppd/hpux/Development/Libraries/gd-2.0.33/" target="_blank"&gt;http://hpux.asknet.de/hppd/hpux/Development/Libraries/gd-2.0.33/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I change DEFINE('USE_TRUECOLOR',true); to false it does not work !!&lt;BR /&gt;&lt;BR /&gt;With phpinfo.php :&lt;BR /&gt;&lt;BR /&gt;GD Support enabled &lt;BR /&gt;GD Version 1.6.2 or higher &lt;BR /&gt;FreeType Support enabled &lt;BR /&gt;FreeType Linkage with freetype &lt;BR /&gt;T1Lib Support enabled &lt;BR /&gt;JPG Support enabled &lt;BR /&gt;PNG Support enabled &lt;BR /&gt;WBMP Support enabled &lt;BR /&gt;&lt;BR /&gt;I am disappointed !!&lt;BR /&gt;My GD library seems to be GD2 library but I do not why it is not possible to generate graphics ?&lt;BR /&gt;If anybody knows how to configure jpgraph whith HP-UX Apache, I will be very interested in.&lt;BR /&gt;&lt;BR /&gt;Laurent&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 10:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900452#M839226</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-11T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900453#M839227</link>
      <description>What exactly did you install?&lt;BR /&gt;&lt;BR /&gt;I used all the depots that can be found in that porting archive and I'm using jpgraph on many hpux boxes.&lt;BR /&gt;&lt;BR /&gt;Can yo post here the packages you installed and how you installed tham?</description>
      <pubDate>Wed, 11 May 2005 15:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900453#M839227</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-11T15:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900454#M839228</link>
      <description>&amp;gt;&amp;gt;&amp;gt; With phpinfo.php :&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; GD Support enabled&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; GD Version 1.6.2 or higher &lt;BR /&gt;&lt;BR /&gt;This tells me that PHP is picking up older version of GD from somewhere. It should say version 2.0 or higher.&lt;BR /&gt;&lt;BR /&gt;What does the following command return?&lt;BR /&gt;&lt;BR /&gt;# ldd -v /opt/hpws/apache/php/lib/php/extensions/gd.sl</description>
      <pubDate>Wed, 11 May 2005 18:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900454#M839228</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-11T18:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900455#M839229</link>
      <description>I think you have somewhere old gd.sl and it takes it. &lt;BR /&gt;&lt;BR /&gt;echo $SHLIB_PATH&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 01:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900455#M839229</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T01:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900456#M839230</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I joined file with results of ldd.&lt;BR /&gt;the share library gd.sl in /opt/hpws/apache/php/lib/php/extensions must be an old library (hpuxwsApache A.1.0.06.02 HP-UX Apache-based Web Server)&lt;BR /&gt;&lt;BR /&gt;I installed new library gd 2.0.33 (libgd.sl in /usr/local/lib)&lt;BR /&gt;&lt;BR /&gt;My apache configuration files :&lt;BR /&gt;php.ini :&lt;BR /&gt;&lt;BR /&gt;extension_dir = /opt/hpws/apache/php/lib/php/extensions&lt;BR /&gt;&lt;BR /&gt;extension=gd.sl&lt;BR /&gt;&lt;BR /&gt;apachectl :&lt;BR /&gt;&lt;BR /&gt;export SHLIB_PATH=$APACHE_PREFIX/php/lib/php/extensions:/usr/local/lib:$SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;How can I set the new version of gd library in Apache ? I tried with symbolic link but it does not work. &lt;BR /&gt;I can upgrade my version of Apache server (I must check if gd2 library is available)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 03:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900456#M839230</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-12T03:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900457#M839231</link>
      <description>I don't think you need to upgrade. You apache is not that old and it has nothing to do with the apache version anyway.&lt;BR /&gt;&lt;BR /&gt;Are you sure that libgd.sl in /usr/local/lob is the new one?&lt;BR /&gt;&lt;BR /&gt;do:&lt;BR /&gt;what /usr/local/lib/libgd.sl&lt;BR /&gt;file /usr/local/lib/libgd.sl&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 05:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900457#M839231</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900458#M839232</link>
      <description>&lt;BR /&gt;Yes,Alex&lt;BR /&gt;&lt;BR /&gt;I checked with Software Installed (SAM) for product gd 2.0.33.&lt;BR /&gt;&lt;BR /&gt;I get 3 libraries in /usr/local/lib :&lt;BR /&gt;libgd.a&lt;BR /&gt;libgd.la&lt;BR /&gt;libgd.sl&lt;BR /&gt;&lt;BR /&gt;#file /usr/local/lib/libgd.sl&lt;BR /&gt;/usr/local/lib/libgd.sl:        PA-RISC2.0 shared library&lt;BR /&gt;&lt;BR /&gt;Now, I would like that apache and php use this library and not gd.sl which is set by HP-UX Apache.</description>
      <pubDate>Thu, 12 May 2005 06:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900458#M839232</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-12T06:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900459#M839233</link>
      <description>What about:&lt;BR /&gt;what /usr/local/lib/libgd.sl &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gd.sl that is located under your apache is not the same thing as lidgd.sl.&lt;BR /&gt;&lt;BR /&gt;gd.sl is a shared library of php, so php will be able to use GD installed on your system and libgd.sl is the GD itself, so you can't replase one with another, because they are different things.&lt;BR /&gt;&lt;BR /&gt;If you run find for libgd.sl, do you get only "/ust/local/lib/libgd.sl" ?</description>
      <pubDate>Thu, 12 May 2005 06:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900459#M839233</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T06:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900460#M839234</link>
      <description>&lt;BR /&gt;for what :&lt;BR /&gt;#what /usr/local/lib/libgd.sl&lt;BR /&gt;/usr/local/lib/libgd.sl:&lt;BR /&gt;&lt;BR /&gt;for find :&lt;BR /&gt;#find / -name "libgd.sl"&lt;BR /&gt;/usr/local/lib/libgd.sl&lt;BR /&gt;&lt;BR /&gt;If I want to put good version of gd.sl library in php directory, How can I do ?&lt;BR /&gt;&lt;BR /&gt;I download libraries from HP-UX Porting and Archive Centre of HP-UX</description>
      <pubDate>Thu, 12 May 2005 06:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900460#M839234</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-12T06:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900461#M839235</link>
      <description>According to this it should work. &lt;BR /&gt;When you rename libgd.sl to something else, do you have errors in error_log of apache?&lt;BR /&gt;&lt;BR /&gt;This how we can be sure that it uses libgd.sl.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 06:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900461#M839235</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T06:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900462#M839236</link>
      <description>I suggest that you update to current version of HP's apache web server. It includes GD library version 2 in the extensions directory.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/webserver" target="_blank"&gt;http://www.hp.com/go/webserver&lt;/A&gt;</description>
      <pubDate>Thu, 12 May 2005 06:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900462#M839236</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-12T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900463#M839237</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;I did the test :&lt;BR /&gt;mv libgd.sl to libgd.sl.1 &lt;BR /&gt;&lt;BR /&gt;restart apache server&lt;BR /&gt;error_log :&lt;BR /&gt;[Thu May 12 14:10:51 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK&lt;BR /&gt;[Thu May 12 14:10:51 2005] [notice] LDAP: SSL support unavailable&lt;BR /&gt;[Thu May 12 14:10:52 2005] [notice] Digest: generating secret for digest authentication ...&lt;BR /&gt;[Thu May 12 14:10:52 2005] [notice] Digest: done&lt;BR /&gt;[Thu May 12 14:10:52 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK&lt;BR /&gt;[Thu May 12 14:10:52 2005] [notice] LDAP: SSL support unavailable&lt;BR /&gt;PHP Warning:  Unable to load dynamic library '/opt/hpws/apache/php/lib/php/extensions/gd.sl' - Can't find path for shared library: lib&lt;BR /&gt;gd.sl in Unknown on line 0&lt;BR /&gt;[Thu May 12 14:10:52 2005] [notice] HP-UX_Apache-based_Web_Server/2.0.46 (Unix) DAV/2 PHP/4.2.3 configured -- resuming normal operatio&lt;BR /&gt;ns&lt;BR /&gt;&lt;BR /&gt;Apache uses libgd.sl !&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 07:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900463#M839237</guid>
      <dc:creator>MR VILLOT   MR MONTAGNE</dc:creator>
      <dc:date>2005-05-12T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache, PHP and Images</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900464#M839238</link>
      <description>Just a note that with newer versions of webserver, /usr/local/lib/libgd.sl is no longer required or used by /opt/hpws/apache/php/lib/php/extensions/gd.sl. It is built into gd.sl extension instead.&lt;BR /&gt;&lt;BR /&gt;I suspect there is some incompatibility between gd.sl and libgd.sl you have and php doesn't like it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 07:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-php-and-images/m-p/4900464#M839238</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-12T07:48:49Z</dc:date>
    </item>
  </channel>
</rss>

