php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19940 Compiling NSAPI plugin/MySQL support using iPlanet 4.1SP11
Submitted: 2002-10-16 14:59 UTC Modified: 2002-10-16 15:23 UTC
From: gorph at gorph dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.0-pre1 OS: Solaris 7
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gorph at gorph dot net
New email:
PHP Version: OS:

 

 [2002-10-16 14:59 UTC] gorph at gorph dot net
I have been trying to compile PHP 4.3.0-pre1 on Solaris 7 for iPlanet 4.1SP11 with no success.  I get the error:

---snip

/opt/share/php-4.3.0pre1/ext/standard/formatted_print.c: In function `php_sprintf_appenddouble':
/opt/share/php-4.3.0pre1/ext/standard/formatted_print.c:287: `tsrm_ls' undeclared (first use in this function)
/opt/share/php-4.3.0pre1/ext/standard/formatted_print.c:287: (Each undeclared identifier is reported only once
/opt/share/php-4.3.0pre1/ext/standard/formatted_print.c:287: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `ext/standard/formatted_print.lo'
bash-2.05#

---

My environment variables are as follows:

bash-2.05# env
PWD=/opt/share/php-4.3.0pre1
TZ=US/Eastern
_INIT_RUN_NPREV=0
HZ=100
HOSTNAME=solaris
_INIT_RUN_LEVEL=3
_INIT_UTS_ISA=sparc
_INIT_UTS_SYSNAME=SunOS
_INIT_UTS_RELEASE=5.7
_INIT_PREV_LEVEL=S
MACHTYPE=sparc-sun-solaris2.7
MAIL=/var/mail/root
OLDPWD=/opt/share
_INIT_UTS_VERSION=Generic_106541-22
LOGNAME=root
_INIT_UTS_NODENAME=solaris
_INIT_UTS_PLATFORM=SUNW,SPARCstation-20
SHLVL=1
_INIT_UTS_MACHINE=sun4m
SHELL=/bin/sh
HOSTTYPE=sparc
OSTYPE=solaris2.7
HOME=/
TERM=xterm
PATH=/usr/local/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/BerkeleyDB.3.3:
_=/usr/bin/env

--

The configure script doesn't return any errors.  It also says that it finds the plugins directory.  I typed the following for the configure command:

./configure --with-mysql=/usr/local/mysql --with-nsapi=/opt/netscape/server4/ --enable-track-vars --enable-libgcc

I have no idea anymore what the problem is.  Any clues as to what I should be looking for?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-16 15:23 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Dec 12 00:00:01 2025 UTC