Bug 1223447

Summary: Perl pcre2: optimized build x86_64-v3 blocks my apache instance
Product: [openSUSE] openSUSE Tumbleweed Reporter: Dominik Platz <psikodad>
Component: ApacheAssignee: E-mail List <apache-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: dmueller, mrueckert
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Dominik Platz 2024-04-27 19:18:54 UTC
After updating to TumbleWeed snapshot 20240425 my apache2 installation throws this error (/var/log/apache2/error_log):
"PHP Fatal error:  Unable to start pcre module in Unknown on line 0"

The release note of that snapshot contains this information:
"
==== pcre2 ====
Subpackages: libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-8-0-32bit

- build x86_64-v3 optimized libs
"

As a workaround I remove these packages:
- libpcre2-16-0-x86-64-v3
- libpcre2-32-0-x86-64-v3
- libpcre2-8-0-x86-64-v3
- libpcre2-posix3-x86-64-v3

Now my apache2 installation works again.

PS: CPU is AMD Ryzen 7 5700G
Comment 1 Marcus Rückert 2024-04-27 21:25:59 UTC
maybe we need to rebuild php with this?
Comment 2 hui 2024-04-28 06:45:34 UTC
.

*** This bug has been marked as a duplicate of bug 1223442 ***