php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2947 --with-gd dup symbol with gd-1.7.3
Submitted: 1999-12-09 16:33 UTC Modified: 1999-12-11 13:03 UTC
From: jeff_beard at candle dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0.12 OS: Linux 6.0 2.2.5-15
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jeff_beard at candle dot com
New email:
PHP Version: OS:

 

 [1999-12-09 16:33 UTC] jeff_beard at candle dot com
PHP is sane and operational w/o GD support.
installed gd-1.7.3 (with png, sans gif support) ok
but adding --with-gd to PHP, and we get dumplicate
symbols twix libgd (gd.o) and finction/gd.c at
line 291: gdImageColorResolve() 

PHP cfg is stripped to minimum:
./configure --enable-discard-path \
	--prefix=/home/httpd \
	--exec_prefix=/home/httpd \
	--sysconfdir=/home/httpd/conf \
	--with-apxs=/usr/sbin/apxs \
	--with-config-file-path=/home/httpd/conf \
	--with-apache=../../../apache_1.3.6 \
	--with-apxs=/usr/sbin/apxs \
	--without-oracle \
	--without-iodbc \
	--without-openlink \
	--without-adabas \
	--without-sybase \
	--without-sybase-ct \
	--without-mysql \
	--without-msql \
	--without-pgsql \
	--without-solid \
	--without-empress \
	--without-mck \
	--without-snmp \
	--without-velocis \
	--without-informix \
	--without-interbase \
	--without-hyperwave \
	--without-dbase \
	--without-filepro 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-11 13:03 UTC] sas at cvs dot php dot net
Thanks for your report, this is fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC