php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9602 Unable to compile with NSAPI support, implicit declaration of finite function
Submitted: 2001-03-07 11:03 UTC Modified: 2001-08-03 23:21 UTC
From: jalonso at starcontents dot com Assigned:
Status: Closed Package: iPlanet related
PHP Version: 4.0.4pl1 OS: Solaris 8 Sparc
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jalonso at starcontents dot com
New email:
PHP Version: OS:

 

 [2001-03-07 11:03 UTC] jalonso at starcontents dot com
config.nice:
#! /bin/sh
#
# Created by configure

"./configure" \
"--enable-trans-id" \
"--enable-libgcc" \
"--enable-sigchild" \
"--enable-sysvsem" \
"--enable-sysvshm" \
"--with-nsapi=/usr/netscape/server4/" \
"--with-ldap=/usr/netscape/ldapsdk" \
"--with-informix" \
"--without-mysql" \
"--enable-discard-path" \
"$@"
--------------------------------------------------------------------------
error:
make[1]: Entering directory `/usr/local/distrib/php-4.0.4pl1/Zend'
/bin/sh ../libtool --silent --mode=compile g++ -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 *, double *)':
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/distrib/php-4.0.4pl1/Zend'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-07 11:12 UTC] jalonso at starcontents dot com

It's OK... I read the #9599 bug report and download the snapshot.

All OK.

Sorry... and thankx!!!
 [2001-03-07 15:53 UTC] sniper@php.net
Fixed -> Closed.

--Jani

 [2001-03-08 07:12 UTC] jalonso at starcontents dot com
Oppssss..

  The snapshot, compile ok, but crashes... ;((

  I have read the instrucctions on install.netscape-enterprise.php. But, when
  the server restart, then crashes with the message (from the admin server,
  because in the errors log file, don't write nothing!?!)

[https-pyxis]: start failed. (2: unknown early startup error)
[https-pyxis]: server terminated (signal 6): watchdog is restarting it 
[https-pyxis]: failure: server initialization failed 

I have a core from the ns-httpd proc.

My config.nice file:
#! /bin/sh
#
# Created by configure

"./configure" \
"--with-nsapi=/usr/netscape/server4/" \
"--enable-libgcc" \
"--without-mysql" \
"$@"

thankx, in advance, and sorry for mi english.
 [2001-04-25 13:24 UTC] avsm@php.net
Try the following obj.conf entry, and see if it fixes your problem.  Apart from this change, you should follow the manual entry for the rest of the obj.conf

Init fn="load-modules" shlib="/path/to/server4/bin/libphp4.so" funcs="php4_init,php4_close,php4_execute,php4_auth_trans"
Init fn="php4_init" LateInit="yes" 


 [2001-05-03 15:39 UTC] avsm@php.net
no feedback

 [2001-05-04 10:21 UTC] jalonso at starcontents dot com
  ok, sorry, I'm very busy.. ;(....

  I try this, and the server up, no error, but don't work. The server 
  don't answer any request (no html, no php, any files....)

  ;((

do you want that I attach you my obj.conf file ??

thankx in advance.
justo.
 [2001-08-03 23:21 UTC] sniper@php.net
The compile problem is solved. Please submit separate
reports for different problems, do not use same report
for everything. Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC