php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15569 make problems
Submitted: 2002-02-15 09:41 UTC Modified: 2002-03-16 00:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: sys1021 at yahoo dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.1.1 OS: Linux Suse 7.2 Pro
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: sys1021 at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-02-15 09:41 UTC] sys1021 at yahoo dot com
Hello here is my problem...
*Im in

/usr/local/php

*do this

./configure --with-mysql=../mysql --with-config-file-path=/www/conf --with-apache=../apache --enable-track-vars

*all fine... next
*make

Making all in Zend make[1]: Entering directory /usr/local/php/Zend
bison -y -p zend -v -d ./zend_language_parser.y -o zend_language_parser.c make[1]:
Leaving directory /usr/local/php/Zend
make[1]: ***[zend_language_parse.c] Segment Violation
make: *** [all-recursive] Error 1

*allways the same error... please help me if u can !!! thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-15 10:10 UTC] hholzgra@php.net
a segfault or bus error during compilation?

this is usualy caused by hardware problems,
especialy by faulty or overclocked RAM chips
(compiling the linux kernel in an endless loop
is a good memory test ;)

but you say it happens at the very same place
every time, so it doesn't sound like a RAM 
problem, maybe a corrupted file on your disk?

the GNU compiler is really *very* stable in its
operation and i have never experienced or heard
of problems like this that were *not* hardware-
related ...
 [2002-03-16 00: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: Thu Apr 25 05:01:33 2024 UTC