|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-15 15:13 UTC] sas at cvs dot php dot net
[2001-02-10 15:30 UTC] jimw@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 02:00:01 2025 UTC |
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.