php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4315 Configure Error in Apache 1.3.12
Submitted: 2000-05-04 04:24 UTC Modified: 2000-05-15 14:59 UTC
From: jsalomon at delphi-gmbh dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.16 OS: Linux 2.2.14
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jsalomon at delphi-gmbh dot de
New email:
PHP Version: OS:

 

 [2000-05-04 04:24 UTC] jsalomon at delphi-gmbh dot de
When running configure in apache dir I receive the following errors:

/usr/src/ARCHIVE/apache/php-3.0.16/functions/gd.c:1543: undefined reference to `gdImageFill'
modules/php3/libmodphp3.a(gd.o): In function `php3_imagecolortransparent':
and more ...

/usr/src/ARCHIVE/apache/php-3.0.16/functions/head.c:340: undefined reference to `ap_send_http_header'
modules/php3/libmodphp3.a(post.o): In function `php3_getput':
and more ...

and finally:
modules/php3/libmodphp3.a(browscap.o):/usr/src/ARCHIVE/apache/php-3.0.16/functions/browscap.c:65: more undefined references to `ap_regexec' follow
modules/php3/libmodphp3.a(gdttf.o): In function `tweenColorFetch':
/usr/src/ARCHIVE/apache/php-3.0.16/functions/gdttf.c:652: undefined reference to `gdImageColorResolve'
collect2: ld returned 1 exit status
make: *** [dummy] Error 1

I configured the following in php 3.0.16:
./configure --with-apache=../apache_1.3.12 --with-oracle --with-imap \
--with-gd --with-jpeg-dir=/usr/local/bin --enable-track-vars
did make / make install

IMAP4rev1 v12.250 server
ORACLE 8.1.5.0.2
gd 1.6.3
libjpeg6.0b

then ran configure in apache dir with:
./configure --enable-shared=max --activate-module=src/modules/php3/libphp3.a

Regards
Jens Salomon

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 14:59 UTC] sas at cvs dot php dot net
Closed on user request (#4323)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jul 06 12:00:02 2026 UTC