php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33245 Spaces in the source code directory mess up the configure script
Submitted: 2005-06-04 22:48 UTC Modified: 2005-06-05 03:35 UTC
From: phpbug at pwhite dot mailhaven dot com Assigned:
Status: Wont fix Package: *Configuration Issues
PHP Version: 5.0.4 OS: Linux 2.6
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: phpbug at pwhite dot mailhaven dot com
New email:
PHP Version: OS:

 

 [2005-06-04 22:48 UTC] phpbug at pwhite dot mailhaven dot com
Description:
------------
I extracted the source code to the following directory:
/home/pwhite/software packages/php-5.0.4
Notice the space in "software packages".  Look at the output of the configure script.

Actual result:
--------------
checking for sqlite support... yes
sed: -e expression #1, char 36: unterminated `s' command
checking size of char *... 4
cat: /home/pwhite/software: No such file or directory
cat: packages/php-5.0.4/ext/sqlite/libsqlite/VERSION: No such file or directory
sed: can't read /home/pwhite/software: No such file or directory
sed: can't read packages/php-5.0.4/ext/sqlite/libsqlite/src/sqlite.h.in: No such file or directory


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-04 22:49 UTC] phpbug at pwhite dot mailhaven dot com
Also:

Generating files
sed: read error on /home/pwhite/software: Is a directory
sed: read error on /home/pwhite/software: Is a directory
cat: /home/pwhite/software: Is a directory
cat: packages/php-5.0.4/Makefile.global: No such file or directory
updating cache ./config.cache
 [2005-06-05 03:35 UTC] wez@php.net
Yeah, don't do that.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 14:01:28 2025 UTC