Topic: zif_apcu_store (CentOS 7.2)

Hi! How to fix it?

#php -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: zif_apcu_store in Unknown on line 0
PHP 7.0.1 (cli) (built: Dec 16 2015 15:23:56) ( NTS )
Copyright (c) 1997-2015 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies

Re: zif_apcu_store (CentOS 7.2)

Hmm.. seems a dependency is missing, you need both apcu and apcu-bc extension.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: zif_apcu_store (CentOS 7.2)

Fixed by https://github.com/remicollet/remirepo/ … 411c9f5fc7

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi