php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14431 my_getwd.c:62: #error "No way to get current directory"
Submitted: 2001-12-11 13:08 UTC Modified: 2002-06-09 01:00 UTC
Votes:3
Avg. Score:4.3 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:3 (100.0%)
From: fowler at csufresno dot edu Assigned: zak (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 4.1.0 OS: Solaris8
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: fowler at csufresno dot edu
New email:
PHP Version: OS:

 

 [2001-12-11 13:08 UTC] fowler at csufresno dot edu
This one seems to be similar to bug id 10269. Could someone assist me in working this out?

./configure \
--with-expat-dir=/usr/local \
--with-sablot=/usr/local \
--enable-xslt \
--with-xslt-sablot \
--with-openssl=/usr/local/ssl \
--with-curl=/opt \
--with-ldap=/usr/local \
--with-mysql \
--with-nsapi=/usr/netscape/server4 \
--with-iconv=/usr/local



Making all in Zend
Making all in main
Making all in ext
Making all in curl
Making all in iconv
Making all in ldap
Making all in mysql
Making all in libmysql
/bin/sh /usr/software/php4/php-4.1.0/libtool --silent --mode=compile /usr/software/php4/php-4.1.0/meta_ccld  -I. -I/usr/software/php4/php-4.1.0/ext/mysql/libmysql -I/usr/software/php4/php-4.1.0/main -I/usr/software/php4/php-4.1.0 -I/usr/netscape/server4/plugins/include -I/usr/software/php4/php-4.1.0/Zend -I/usr/local/ssl/include -I/opt/include -I/usr/local/include -I/usr/software/php4/php-4.1.0/ext/mysql/libmysql  -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/software/php4/php-4.1.0/TSRM -DTHREAD=1 -g -O2 -pthreads -DZTS -prefer-pic  -c my_getwd.c
my_getwd.c:62: #error "No way to get current directory"
*** Error code 1
make: Fatal error: Command failed for target `my_getwd.lo'
Current working directory /usr/software/php4/php-4.1.0/ext/mysql/libmysql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/software/php4/php-4.1.0/ext/mysql/libmysql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/software/php4/php-4.1.0/ext/mysql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/software/php4/php-4.1.0/ext
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-22 23:42 UTC] sniper@php.net
Set status to Assigned so Zak will get reminder emails about this.. :)

 [2002-05-08 09:26 UTC] zak@php.net
If it is similar to but 10269, then I suggest that we 
start by trying what Monty proposed in 10269. :) 

To compile my_getwd.c, you must either have the
getcwd() or getwd() library call in the libc library.

You many not have all the development
headers/libraries needed installed on your machine.

To find out what's wrong, please examine the config.log 
file and try to find out why neither of the above 
functions was found by configure.


 [2002-06-09 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC