FS#61407 - /usr/bin/php-fpm: error while loading shared libraries: libreadline.so.7

Attached to Project: Arch Linux
Opened by Anowar Hossain (anowar) - Tuesday, 15 January 2019, 06:42 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 15 January 2019, 06:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After updating my system `pacman -Syu` php-fpm service is not activating

Error: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory


$ systemctl status php-fpm
● php-fpm.service - The PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2019-01-15 12:27:19 +06; 16s ago
Process: 7498 ExecStart=/usr/bin/php-fpm --nodaemonize --fpm-config /etc/php/php-fpm.conf (code=exited, status=127)
Main PID: 7498 (code=exited, status=127)

systemd[1]: Starting The PHP FastCGI Process Manager...
php-fpm[7498]: /usr/bin/php-fpm: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
systemd[1]: php-fpm.service: Main process exited, code=exited, status=127/n/a
systemd[1]: php-fpm.service: Failed with result 'exit-code'.
systemd[1]: Failed to start The PHP FastCGI Process Manager.
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Tuesday, 15 January 2019, 06:46 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Rebuild your non-repo package that provides php-fpm.
Comment by Eli Schwartz (eschwartz) - Tuesday, 15 January 2019, 06:46 GMT
$ pkg-list-linked-libraries php-fpm libreadline
==> checking linked libraries for php-fpm-7.3.1-2-x86_64.pkg.tar.xz ...
/usr/bin/php-fpm
NEEDED libreadline.so.8

Loading...