Skip to content

{Compiling PHP 8.3.1 on RHEL9.3 } {BUG} - cc: fatal error: Killed signal terminated program cc1 #13038

Closed
@MrDkVV

Description

@MrDkVV

Description

The following steps used to reproduce:

1. Clean server install of RHEL9
2. yum groupinstall "Development Tools"
3. yum install libxml2-devel sqlite-devel
4. ./buildconf
5. ./configure
6. make -j4    <-- failure here

step6.txt

Resulted in this output:

cc: fatal error: Killed signal terminated program cc1
compilation terminated.
make: *** [Makefile:849: ext/fileinfo/libmagic/apprentice.lo] Error 1
make: *** Waiting for unfinished jobs....

But I expected this output instead:

Complete Success ...

PHP Version

php 8.3.1 (downloaded as tar.gz)

Operating System

RHEL 9.3

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions