php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20115 main/internal_functions_cli.c:74: undefined reference to `gd_module_entry'
Submitted: 2002-10-27 01:02 UTC Modified: 2002-10-27 06:42 UTC
From: elinberg at xeroscape dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.0-pre1 OS: rh7.2
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: elinberg at xeroscape dot com
New email:
PHP Version: OS:

 

 [2002-10-27 01:02 UTC] elinberg at xeroscape dot com
After a successful ./configure
during make I receive: 
In function `php_startup_internal_extensions':
/usr/local/php-4.3.0pre1/main/internal_functions_cli.c:74: undefined reference to `gd_module_entry'
collect2: ld returned 1 exit status

I should note that to even get this far (right or wrong) I copied /usr/local/gd-2.0.1/*c and *.h into the ext/gd directory.

I successfully compiled php-4.2.3 in this same matter but it dies with the same 'gd_module_entry' error when apache tries to load it.

I'd apprecieate any suggestions that you might have. My ./configure command is below:

./configure --with-gd=/usr/local/gd-2.0.1 --with-freetype-dir=/usr --enable-gd-native-ttf --enable-gd-imgstrttf --with-png-dir=/usr/local/lib --with-apxs=/usr/local/apache/bin/apxs --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr/local/lib --enable-memory-limit --with-pear --with-zlib

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-27 06:42 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 09:01:34 2025 UTC