<?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: Install GD problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215652#M32879</link>
    <description>After run make install , the error is as below , can advise what is wrong ? &lt;BR /&gt;&lt;BR /&gt;GD.c:3775: error: syntax error before "RETVAL"&lt;BR /&gt;GD.xs:2205: error: `RETVAL' undeclared (first use in this function)&lt;BR /&gt;GD.c: In function `XS_GD__Font_nchars':&lt;BR /&gt;GD.c:3800: error: syntax error before "font"&lt;BR /&gt;GD.c:3806: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3806: error: called object is not a function&lt;BR /&gt;GD.c: In function `XS_GD__Font_offset':&lt;BR /&gt;GD.c:3827: error: syntax error before "font"&lt;BR /&gt;GD.c:3833: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3833: error: called object is not a function&lt;BR /&gt;GD.c: In function `XS_GD__Font_width':&lt;BR /&gt;GD.c:3854: error: syntax error before "font"&lt;BR /&gt;GD.c:3860: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3860: error: called object is not a function&lt;BR /&gt;GD.c: In function `XS_GD__Font_height':&lt;BR /&gt;GD.c:3881: error: syntax error before "font"&lt;BR /&gt;GD.c:3887: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3887: error: called object is not a function&lt;BR /&gt;make: *** [GD.o] Error 1&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Jun 2008 23:57:00 GMT</pubDate>
    <dc:creator>haeman</dc:creator>
    <dc:date>2008-06-12T23:57:00Z</dc:date>
    <item>
      <title>Install GD problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215650#M32877</link>
      <description>I want to install the module GD to the debian server , I download GD-2.16.tar.gz and tried to install it , when install it , it pop the messages &lt;BR /&gt;&lt;BR /&gt;Note (probably harmless): No library found for -lgd&lt;BR /&gt;Writing Makefile for GD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then I tried to download gd-2.0.35.tar.gz and tried to install it (./configure '--with-gd' '--with-png-dir=/usr' '--with-jpeg-di=/usr' '--with-freetype-dir=/usr' '--with-zlib-dir=/usr' ) , it is no error , then I use the command "make" to install it , it pop the below message , can advise what is wrong ? is there any step incorrect ? &lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Thu, 12 Jun 2008 13:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215650#M32877</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-06-12T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Install GD problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215651#M32878</link>
      <description>&amp;gt;&amp;gt;&amp;gt; Note (probably harmless): No library found for -lgd&lt;BR /&gt;&lt;BR /&gt;Okay...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; Writing Makefile for GD&lt;BR /&gt;Good!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; then I use the command "make" to install it&lt;BR /&gt;&lt;BR /&gt;After the make, you should run "make install", what do you get?</description>
      <pubDate>Thu, 12 Jun 2008 21:54:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215651#M32878</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-06-12T21:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Install GD problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215652#M32879</link>
      <description>After run make install , the error is as below , can advise what is wrong ? &lt;BR /&gt;&lt;BR /&gt;GD.c:3775: error: syntax error before "RETVAL"&lt;BR /&gt;GD.xs:2205: error: `RETVAL' undeclared (first use in this function)&lt;BR /&gt;GD.c: In function `XS_GD__Font_nchars':&lt;BR /&gt;GD.c:3800: error: syntax error before "font"&lt;BR /&gt;GD.c:3806: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3806: error: called object is not a function&lt;BR /&gt;GD.c: In function `XS_GD__Font_offset':&lt;BR /&gt;GD.c:3827: error: syntax error before "font"&lt;BR /&gt;GD.c:3833: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3833: error: called object is not a function&lt;BR /&gt;GD.c: In function `XS_GD__Font_width':&lt;BR /&gt;GD.c:3854: error: syntax error before "font"&lt;BR /&gt;GD.c:3860: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3860: error: called object is not a function&lt;BR /&gt;GD.c: In function `XS_GD__Font_height':&lt;BR /&gt;GD.c:3881: error: syntax error before "font"&lt;BR /&gt;GD.c:3887: error: `font' undeclared (first use in this function)&lt;BR /&gt;GD.c:3887: error: called object is not a function&lt;BR /&gt;make: *** [GD.o] Error 1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 23:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215652#M32879</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-06-12T23:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Install GD problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215653#M32880</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;the below is the message when run "make" to install gd-2.0.35 , can advise what is wrong ? &lt;BR /&gt;&lt;BR /&gt;make[2]: Entering directory `/usr/local/gd-2.0.35'&lt;BR /&gt;/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2  -L/usr/local/lib -o gdpartto&lt;BR /&gt;png  gdparttopng.o ./libgd.la  -lm&lt;BR /&gt;gcc -g -O2 -o .libs/gdparttopng gdparttopng.o  -L/usr/local/lib ./.libs/libgd.so&lt;BR /&gt; -lm -Wl,--rpath -Wl,/usr/local/lib&lt;BR /&gt;gdparttopng.o(.text+0x106): In function `main':&lt;BR /&gt;/usr/local/gd-2.0.35/gdparttopng.c:42: undefined reference to `gdImageCreateFrom&lt;BR /&gt;Gd2Part'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;make[2]: *** [gdparttopng] Error 1&lt;BR /&gt;make[2]: Leaving directory `/usr/local/gd-2.0.35'&lt;BR /&gt;make[1]: *** [all-recursive] Error 1&lt;BR /&gt;make[1]: Leaving directory `/usr/local/gd-2.0.35'&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2008 05:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215653#M32880</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-06-13T05:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Install GD problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215654#M32881</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;what I want is to have a gallery tools using PHP , do I need to install php-gd ? if yes , where can I have this source ? ( I would like to compile it myself ) thx</description>
      <pubDate>Tue, 17 Jun 2008 03:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-gd-problem/m-p/4215654#M32881</guid>
      <dc:creator>haeman</dc:creator>
      <dc:date>2008-06-17T03:17:22Z</dc:date>
    </item>
  </channel>
</rss>

