[Bug 1217612] PHP 8.1 on Leap 15.5 wish list
https://bugzilla.suse.com/show_bug.cgi?id=1217612 https://bugzilla.suse.com/show_bug.cgi?id=1217612#c13 --- Comment #13 from Joerg Rohrer <joergi@joergi.ch> --- (In reply to Olav Reinert from comment #12)
(In reply to Joerg Rohrer from comment #10)
getting
rpm -Uhv php81-memcached-3.2.0-bp155.2.1.i586.rpm warning: php81-memcached-3.2.0-bp155.2.1.i586.rpm: Header V3 RSA/SHA256 Signature, key ID 80ead728: NOKEY error: Failed dependencies: libmemcached.so.11 is needed by php81-memcached-3.2.0-bp155.2.1.i586
That's because you used the rpm command, which does exactly what you tell it to - meaning, it doesn't pull in any required dependencies.
Try this instead:
zypper in http://download.opensuse.org/repositories/home:/pgajdos:/maintenance:/php81/ openSUSE_Backports_SLE-15-SP5_Update/x86_64/php81-memcached-3.2.0-bp155.2.1. x86_64.rpm
That is, use "zypper install" followed by the URL to the package given by Petr above, then it will automatically install the required dependency to libmemcached.so, too.
Thank you Olav. Memcached successfully installed. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com