View Issue Details

IDProjectCategoryView StatusLast Update
0000782Pgpool-IIBugpublic2023-01-31 09:58
ReporterCidy Long Assigned Topengbo  
PriorityurgentSeveritymajorReproducibilityalways
Status feedbackResolutionopen 
PlatformLinuxOSCentos StreamOS Version9
Product Version4.4.1 
Summary0000782: RPM Installation failed on Centos Stream 9 with postgres 15
DescriptionNewly clean installed Centos Stream 9, tried to install PGPool II 4.4.2 from rpm without success.

- nothing provides libmemcached.so.11()(64bit) needed by pgpool-II-pg15-4.4.2-1pgdg.rhel9.x86_64
Steps To Reproduceinstall [dnf install https://www.pgpool.net/yum/rpms/4.4/redhat/rhel-9-x86_64/pgpool-II-release-4.4-1.noarch.rpm]

response: [
.......
Complete!
]

tried to install [dnf install pgpool-II-pg15]
Error shows: [
pgpool-II 4.4 9 - x86_64 17 kB/s | 140 kB 00:08
Last metadata expiration check: 0:00:01 ago on Sun 29 Jan 2023 10:02:51.
Error:
 Problem: cannot install the best candidate for the job
  - nothing provides libmemcached.so.11()(64bit) needed by pgpool-II-pg15-4.4.2-1pgdg.rhel9.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
]
Additional Informationfollowing by [dnf install pgpool-II-pg15 --skip-broken] nothing installed.

try to install [dnf install pgpool-II-pg15-debuginfo]
response: [
..........
Complete!
]

Check installed package information by [dnf list installed | grep pgpool-II]

response: [
pgpool-II-pg15-debuginfo.x86_64 4.4.2-1pgdg.rhel9 @pgpool44
pgpool-II-pg15-debugsource.x86_64 4.4.2-1pgdg.rhel9 @pgpool44
pgpool-II-release.noarch 4.4-1 @@commandline
]
TagsNo tags attached.

Activities

pengbo

2023-01-31 09:57

developer   ~0004214

libmemcached-awesome is required.
You need to enable repo crb to install libmemcached-awesome.

Try the folllowing command:

    dnf --enablerepo=crb install pgpool-II-pg15

Issue History

Date Modified Username Field Change
2023-01-29 12:52 Cidy Long New Issue
2023-01-31 09:57 pengbo Note Added: 0004214
2023-01-31 09:58 pengbo Assigned To => pengbo
2023-01-31 09:58 pengbo Status new => feedback