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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC