php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13762 Segmentation fault when configures are generating files
Submitted: 2001-10-19 13:00 UTC Modified: 2001-10-19 13:11 UTC
From: acc at acc dot hn dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: Linux 2.4.5
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: acc at acc dot hn dot org
New email:
PHP Version: OS:

 

 [2001-10-19 13:00 UTC] acc at acc dot hn dot org
When i run ./configure the sed program gets a Segmentation fault:



----------------------------------

Generating files

checking for working mkdir -p... (cached) yes

creating config_vars.mk

creating ./config.status

./configure: line 56239: 21954 Segmentation fault      sed -n -f conftest.hdr confdefs.h >conftest.vals

./config.status: line 139: 21971 Segmentation fault      sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\&%]/\&/g;

 s/@@/%@/; s/@@/@%/; s/@g$/%g/' >conftest.subs  <<'CEOF'

/^[ 	]*VPATH[ 	]*=[^:]*$/d



s%@SHELL@%/bin/sh%g

s%@CFLAGS@%-g -O2%g

----------------------------------


If I tries to compile anyway I'll get:
----------------------------------
Making all in Zend
make[1]: Entering directory `/usr/local/src/php-4.0.6/Zend'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/usr/local/src/php-4.0.6/Zend'
make: *** [all-recursive] Error 1
----------------------------------


Anyone know how to solve this ?



/Johan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-19 13:11 UTC] sander@php.net
Submitted twice.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 19:01:34 2024 UTC