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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
24 + 31 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 17:01:30 2024 UTC