php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22066 GD 2.0.11 with php 4.3.0
Submitted: 2003-02-05 03:36 UTC Modified: 2004-02-08 08:49 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: khin-shein dot khin at st dot com Assigned:
Status: No Feedback Package: GD related
PHP Version: 4.3.0 OS: Solaris 2.7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: khin-shein dot khin at st dot com
New email:
PHP Version: OS:

 

 [2003-02-05 03:36 UTC] khin-shein dot khin at st dot com
configure is pass with --with-gd  but make is fail as per follow . Kindly advice asap.

error---

Undefined                       first referenced
 symbol                             in file
gdImageColorMatch                   ext/gd/gd.lo
gdImageCreateFromGif                ext/gd/gd.lo
gdImageRotate                       ext/gd/gd.lo
gdImageCreateFromGifCtx             ext/gd/gd.lo
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-05 03:41 UTC] sniper@php.net
What was the full configure line used?

 [2003-02-19 04:38 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2004-02-08 07:17 UTC] gz at data-development dot de
I keep getting this error, too, using the latest gd 2.0.22 (as well as gd 2.0.21) and php 4.3.4 on Suse Linux 8.1 (heavily modified). 

Configure command for gd:

./configure --with-png --with-freetype --with-jpeg

Configure command for php:

./configure --enable-bcmath --enable-calendar --enable-ctype --enable-discard-path --enable-exif --enable-filepro --enable-force-cgi-redirect --enable-ftp --enable-gd-imgstrttf --enable-gd-native-ttf --enable-inline-optimization --enable-magic
-quotes --enable-mbstr-enc-trans --enable-mbstring --enable-memory-limit --enable-safe-mode --enable-shmop --enable-sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-trans-sid --with-bz2 --with-dom=/usr/include/libxml2 --with-ftp --with-jpeg-dir=/usr --with-mcrypt --with-mysql=/usr --with-png-dir=/usr --with-t1lib --with-tiff-dir=/usr --with-ttf --with-freetype-dir=yes --with-xml --with-zlib=yes --with-gd=/usr/local --with-openssl --with-curl --with-mm --with-dom-xslt --with-dom-exslt
 [2004-02-08 08:49 UTC] pajoye@php.net
> I keep getting this error, too, using the latest gd 2.0.22
> (as well as gd 2.0.21) and php 4.3.4 on Suse Linux 8.1
> (heavily modified).

Using bundled GD (configure --with-gd), you do not need any external GD.

And be sure you do not have GD includes in your include path, those may override the bundled ones.

pierre

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC