php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4216 php-4.0RC1 gmake install error on SCO UW7.01
Submitted: 2000-04-21 11:36 UTC Modified: 2001-02-10 15:30 UTC
From: wayne dot ericksen at eng dot honeywell-tsi dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.16 OS: SCO UnixWare7.01
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: wayne dot ericksen at eng dot honeywell-tsi dot com
New email:
PHP Version: OS:

 

 [2000-04-21 11:36 UTC] wayne dot ericksen at eng dot honeywell-tsi dot com
I am using php-4.0RC1

NOTE: You need to add php-4.0 to your bug-report PHP version pick list.

I run ./configure --with-mysql=/usr/local/mysql

Next I try to  gmake php-4.0RC1...there are gmake errors as seen below.  I am trying to make a "cgi-bin" version to run with the Netscape Fastrack Server.  I don't want to go through the extra work of adding Apache at the moment.


#gmake install
Making all in Zend
gmake[1]: Entering directory `/usr/local/php-4.0RC1/Zend'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/local/php-4.0RC1/Zend'
Making all in ext
gmake[1]: Entering directory `/usr/local/php-4.0RC1/ext'
gmake[1]: Entering directory `/usr/local/php-4.0RC1/ext'
Making all in db
gmake[2]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/db'
gmake[3]: Nothing to be done for `all-p'.
gmake[3]: Leaving directory `/usr/local/php-4.0RC1/ext/db'
gmake[2]: Leaving directory `/usr/local/php-4.0RC1/ext/db'
Making all in gd
gmake[2]: Entering directory `/usr/local/php-4.0RC1/ext/gd'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/gd'
gmake[3]: Nothing to be done for `all-p'.
gmake[3]: Leaving directory `/usr/local/php-4.0RC1/ext/db'
gmake[2]: Leaving directory `/usr/local/php-4.0RC1/ext/db'
Making all in gd
gmake[2]: Entering directory `/usr/local/php-4.0RC1/ext/gd'
gmake[3]: Entering directory `/usr/local/php-4.0RC1/ext/gd'
gmake[3]: Nothing to be done for `all-p'.
gcc -DHAVE_CONFIG_H -I. -I/usr/local/php-4.0RC1/ext/mysql/libmysql -I../../.. -I
../../../Zend -I/usr/local/php-4.0RC1 -I/usr/local/include -I/usr/local/php-4.0R
C1/ext/mysql/libmysql -I/usr/local/php-4.0RC1/ext/xml/expat/xmltok -I/usr/local/
php-4.0RC1/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=21 -g -O2 -Wall  -c my_getwd
.c && touch my_getwd.lo
In file included from mysys_priv.h:4,
                 from my_getwd.c:6:
global.h:764: warning: `doubleget' redefined
global.h:625: warning: this is the location of the previous definition
global.h:765: warning: `doublestore' redefined
global.h:627: warning: this is the location of the previous definition
my_getwd.c:58: #error "No way to get current directory"
gmake[4]: *** [my_getwd.lo] Error 1
gmake[4]: Leaving directory `/usr/local/php-4.0RC1/ext/mysql/libmysql'
gmake[3]: *** [install-recursive] Error 1
gmake[3]: Leaving directory `/usr/local/php-4.0RC1/ext/mysql/libmysql'
gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/php-4.0RC1/ext/mysql'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/php-4.0RC1/ext'
gmake: *** [install-recursive] Error 1

There appears to be something in line 58 of my_getwd.c which produces the error  "No way to get current directory".

A really good contact to getting open source running under SCO is below.  You might want to contact him.

Ronald Joe Record, Open Source Program Architect, The Santa Cruz Operation
WWW:    http://www.ocston.org/rr    http://www.sco.com/skunkware 
E-mail: rr@sco.com   Voice:  831-427-7604   FAX:  831-427-5417
USPS:   400 Encinal Street, Santa Cruz, California 95061 

I am not very experienced with this stuff.

Regards,

-Wayne B. Ericksen, P.E.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 15:13 UTC] sas at cvs dot php dot net
I cannot reproduce this using UW7.0.1. Please upgrade to RC2 or later and try again. Keep us posted on whether it works for you.

(note that you can submit PHP 4-related bug reports here: http://bugs.php.net/version4/ )
 [2001-02-10 15:30 UTC] jimw@php.net
no feedback, closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 15:01:30 2025 UTC