ID: 20115 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: rh7.2 PHP Version: 4.3.0-pre1 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2002-10-27 01:02:54] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20115&edit=1