php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9636 error message
Submitted: 2001-03-08 15:03 UTC Modified: 2001-04-19 09:32 UTC
From: smithr at mail dot ecu dot edu Assigned:
Status: Closed Package: iPlanet related
PHP Version: 4.0.4pl1 OS: Solaris 8
Private report: No CVE-ID: None
 [2001-03-08 15:03 UTC] smithr at mail dot ecu dot edu
For Netscape Enterprise Server configuration:

After installing all the necessary packages and running
"./configure --with-mysql=/usr/local/mysql --with-nsapi=
/opt/netscape/suitespot --enable-track-vars --enable-libgcc"

When attempting to run "make" I get the following:

# make
Making all in Zend
Making all in Zend
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main
   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DXML_BYTE
_ORDER=21 -I../TSRM  -g -O2 -pthreads -c zend_language_scanner_cc.cc
In file included from zend_language_scanner_cc.cc:2571:
zend_operators.h: In function `int is_numeric_string(char *, int, long int *, do
uble *)':
zend_operators.h:84: implicit declaration of function `int finite(...)'
make[1]: *** [zend_language_scanner_cc.lo] Error 1
make[1]: Leaving directory `/usr/local/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1
#

Running gcc-2.95_2

Thanks,
Bob Smith
Computer Systems Administrator
East Carolina University
smithr@mail.ecu.edu
(252) 328-0421

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-08 19:09 UTC] sniper@php.net
Please try the latest CVS snapshot from http://snaps.php.net/

--Jani

 [2001-03-21 14:40 UTC] sniper@php.net
Get the latest CVS snapshot (from today) add --enable-debug into your configure line and configure, 'make clean ; make ; make install'

And then generate a GDB backtrace of the crash.
(as it most likely is crashing)
And if it happens with specific script, add the (shortest)
possible script into this bug report that can be used
to reproduce the crash.

--Jani



 [2001-04-19 09:32 UTC] sniper@php.net
No feedback. Please reopen this bug report if problem
still persist when using the soon to be release 4.0.5.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC