php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6048 problem when a whitespace in the path
Submitted: 2000-08-09 21:38 UTC Modified: 2000-08-12 01:52 UTC
From: fxbois at free dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fxbois at free dot fr
New email:
PHP Version: OS:

 

 [2000-08-09 21:38 UTC] fxbois at free dot fr
Hi 

I have this error when I type :

root@tux.inerd [/goinfre/PHP/PHP v40/php4.0.1pl2] ./configure --with-apxs --with-mysql --enable-versioning --with-ftp --with-config-file-path=/etc/httpd --disable-debug

.... 
creating php_config.h
creating sapi/Makefile
cat: /goinfre/PHP/PHP: Is a directory
cat: v40/php-4.0.1pl2/sapi/Makefile.in: No such file or directory
creating ext/Makefile
cat: /goinfre/PHP/PHP: Is a directory
cat: v40/php-4.0.1pl2/ext/Makefile.in: No such file or directory
etc ...

it is due to the fact that the path contains a whitespace :
../PHP v40/..

hpe thsi help

bye



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-12 01:52 UTC] sniper@php.net
Don't use whitespace when creating directories. 

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 14:01:29 2024 UTC