Hi Lokesch,
Output is for gd

gd

GD Support => enabled
GD Version => bundled (2.0 compatible)
GIF Read Support => enabled
PNG Support => enabled
WBMP Support => enabled


Any Hints?

Oliver
  ----- Original Message ----- 
  From: Lokesh Setia 
  To: [EMAIL PROTECTED] 
  Sent: Monday, December 09, 2002 4:28 PM
  Subject: Re: [PHP] Re: make error



  And how did you run it?

  one way is to give this command on the shell:

  echo "<?php phpinfo()?>" | php > /tmp/output.html

  and then looking at the file /tmp/output.html with a web browser.

  loki

  On Monday 09 December 2002 16:19, you wrote:
  > Hi Lokesh,
  >
  > And I did run php.info
  >
  > >On my SuSe 8.1, phpinfo() contains the
  >
  > Did you ever compile php?
  >
  >   ----- Original Message -----
  >   From: Lokesh Setia
  >   To: [EMAIL PROTECTED]
  >   Cc: [EMAIL PROTECTED]
  >   Sent: Monday, December 09, 2002 3:03 PM
  >   Subject: [PHP] Re: make error
  >
  >
  >
  >   Hi there,
  >
  >   Just a question,
  >
  >   Have you actually run phpinfo() to see if your vendor supplied PHP
  > rpms come with gd support or not???  On my SuSe 8.1, phpinfo()
  > contains the following bits about gd:
  >
  >   __gd__
  >   GD Support enabled
  >   GD Version 1.6.2 or higher
  >   FreeType Support enabled
  >   FreeType Linkage with freetype
  >   T1Lib Support enabled
  >   JPG Support enabled
  >   PNG Support enabled
  >   WBMP Support enabled
  >
  >   Chances are that you already have what you are looking for.
  >
  >   loki#
  >
  >   [EMAIL PROTECTED] wrote:
  >   > Hi PHP-List,
  >   >
  >   >
  >   > after re-compiling my new and stable version of php-4.3.0-dev on
  >   > a redhat 7.3 box I compilied this version in order to use the
  >   > benefits of gd with the following compiling options:
  >   >
  >   > ./configure --prefix=/usr/local/php_stable7 ... --with-gd=/usr
  >   > ...
  >   >
  >   > and when I run make I will get the following error report:
  >   >
  >   >
  >   > ext/gd/gd.o: In function `zif_imagecolormatch':
  >   > /usr/src/php4-STABLE-200212061230/ext/gd/gd.c:751: undefined
  >   > reference to `gdImageColorMatch' ext/gd/gd.o: In function
  >   > `zif_imagerotate':
  >   > /usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1022: undefined
  >   > reference to `gdImageRotate' ext/gd/gd.o: In function
  >   > `zif_imagecreatefromstring':
  >   > /usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1237: undefined
  >   > reference to `gdImageCreateFromGifCtx' ext/gd/gd.o: In function
  >   > `zif_imagecreatefromgif':
  >   > /usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1393: undefined
  >   > reference to `gdImageCreateFromGifCtx'
  >   > /usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1393: undefined
  >   > reference to `gdImageCreateFromGif' ext/gd/gd.o: In function
  >   > `_php_image_convert':
  >   > /usr/src/php4-STABLE-200212061230/ext/gd/gd.c:3602: undefined
  >   > reference to `gdImageCreateFromGif' collect2: ld returned 1 exit
  >   > status
  >   >
  >   > How can I govern this?
  >   >
  >   > Oliver
  >
  >   --
  >   PHP General Mailing List (http://www.php.net/)
  >   To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to