php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41478 undefined reference to zend_strtod
Submitted: 2007-05-23 17:39 UTC Modified: 2007-06-04 01:00 UTC
From: echrzano at uwaterloo dot ca Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.4.7 OS: solaris 10
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: echrzano at uwaterloo dot ca
New email:
PHP Version: OS:

 

 [2007-05-23 17:39 UTC] echrzano at uwaterloo dot ca
Description:
------------
./configure --prefix=/software/php-4 \
  --disable-force-cgi-redirect \
  --enable-discard-path --enable-magic-quotes \
  --with-zlib-dir=/software/zlib-1.2 --enable-ftp \
  --with-mysql=/software/mysql-4.1 \
  --with-openssl=/software/openssl-0.9.8 \ 
  --with-imap-ssl=/software/imap-uwash-2006 \
  --with-imap=/software/imap-uwash-2006 \
  --with-config-file-path=/software/php-4/config/admin
  --enable-yp --enable-shared=yes --with-gettext --enable-mailparse \
  --with-ndbm --enable-fastcgi --enable-bcmath --with-gd \
  --with-jpeg-dir=/software/jpeg-6 --with-curl=/software/curl-7 \
  --with-ldap --with-unixODBC --enable-sockets \
  --with xml2=/software/libxml2-2 \
  --with-libxml-dir=/software/libxml2-2


Reproduce code:
---------------
all c code compiles under Zend

Actual result:
--------------
/bin/sh /source/php-4/php-4.4.7/libtool.....
Note in this library build zend_strtod.lo is not found in the list of
functions

ext/standard/basic_functions.o: In function `php_simple_ini_parser_cb':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference to `zend_strtod'
ext/standard/basic_functions.o: In function `php_ini_parser_cb_with_sections':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference to `zend_strtod'
ext/standard/basic_functions.o: In function `is_numeric_string':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference to `zend_strtod'
ext/standard/scanf.o: In function `php_sscanf_internal':
/source/php-4/php-4.4.7/ext/standard/scanf.c:1208: undefined reference to `zend_strtod'
ext/standard/type.o: In function `is_numeric_string':
/source/php-4/php-4.4.7/Zend/zend_operators.h:96: undefined reference to `zend_strtod'
ext/standard/var_unserializer.o:/nfs/honey/fsys2/source/php-4/php-4.4.7/ext/standard/var_unserializer.c:772: more undefined references to `zend_strtod' follow
collect2: ld returned 1 exit status
make[1]: *** [sapi/cgi/php] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-27 14:40 UTC] sniper@php.net
"make clean && make"

 [2007-06-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC