Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#79967 - [php-legacy-apcu] Undefined symbol: php_strlcpy

Attached to Project: Arch Linux
Opened by Henrik (eldakkar) - Saturday, 14 October 2023, 20:35 GMT
Last edited by Toolybird (Toolybird) - Saturday, 14 October 2023, 20:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:Upgrading php-legacy now makes occ unable to run with the following errors:

occ maintenance:repair
PHP Warning: PHP Startup: Unable to load dynamic library 'apcu' (tried: /usr/lib/php-legacy/modules/apcu (/usr/lib/php-legacy/modules/apcu: cannot open shared object file: No such file or directory), /usr/lib/php-legacy/modules/apcu.so (/usr/lib/php-legacy/modules/apcu.so: undefined symbol: php_strlcpy)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' (tried: /usr/lib/php-legacy/modules/imagick (/usr/lib/php-legacy/modules/imagick: cannot open shared object file: No such file or directory), /usr/lib/php-legacy/modules/imagick.so (/usr/lib/php-legacy/modules/imagick.so: undefined symbol: php_strlcpy)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/lib/php-legacy/modules/apcu.so (/usr/lib/php-legacy/modules/apcu.so: undefined symbol: php_strlcpy), /usr/lib/php-legacy/modules/apcu.so.so (/usr/lib/php-legacy/modules/apcu.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
An unhandled exception has been thrown:
OCP\HintException: [0]: Memcache OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)


Additional info:
* 5.1.22-3
* Similar error confirmed at Ubuntu: https://bugs.launchpad.net/ubuntu/+source/php-apcu/+bug/2038916

Steps to reproduce:
This task depends upon

Closed by  Toolybird (Toolybird)
Saturday, 14 October 2023, 20:40 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#79959 
Comment by Andreas (uboot) - Saturday, 14 October 2023, 20:39 GMT

Loading...