View Issue Details

IDProjectCategoryView StatusLast Update
0000778Pgpool-IIBugpublic2023-01-04 11:40
ReporterCidy Long Assigned Topengbo  
PriorityurgentSeveritymajorReproducibilityalways
Status feedbackResolutionopen 
Product Version4.4.0 
Summary0000778: Installation failure on Centos stream 8 with PG-12
DescriptionPostgresql 12 installed and works fine in my Centos Stream 8 server.

Try to install pgpool-II 4.4.1 to enable PG cluster services by following [https://www.pgpool.net/docs/44/en/html/install-rpm.html]

Error: Transaction test error:
  file /usr/lib64/libpcp.so from install of pgpool-II-pg12-devel-4.4.1-1pgdg.rhel8.x86_64 conflicts with file from package pcp-libs-devel-5.3.5-8.el8.x86_64
Steps To Reproducerun following installation by root user privilege.

dnf install https://www.pgpool.net/yum/rpms/4.4/redhat/rhel-8-x86_64/pgpool-II-release-4.4-1.noarch.rpm
response: Complete!

dnf install pgpool-II-pg12
response: Complete!

dnf install pgpool-II-pg12-debuginfo
response: Complete!

dnf install pgpool-II-pg12-devel
Response:
Last metadata expiration check: 0:02:27 ago on Wed 04 Jan 2023 00:59:33 AEDT.
Dependencies resolved.
============================================================================================================================================================================================================================================================================================================
 Package Architecture Version Repository Size
============================================================================================================================================================================================================================================================================================================
Installing:
 pgpool-II-pg12-devel x86_64 4.4.1-1pgdg.rhel8 pgpool44 23 k

Transaction Summary
============================================================================================================================================================================================================================================================================================================
Install 1 Package

Total download size: 23 k
Installed size: 35 k
Is this ok [y/N]: y
Downloading Packages:
pgpool-II-pg12-devel-4.4.1-1pgdg.rhel8.x86_64.rpm 19 kB/s | 23 kB 00:01
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 19 kB/s | 23 kB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction test error:
  file /usr/lib64/libpcp.so from install of pgpool-II-pg12-devel-4.4.1-1pgdg.rhel8.x86_64 conflicts with file from package pcp-libs-devel-5.3.5-8.el8.x86_64
Additional InformationN/A
TagsNo tags attached.

Activities

pengbo

2023-01-04 11:39

developer   ~0004181

It is a known issue.

Because the library file name conflicts, you need to uninstall pcp-libs-devel, then install pgpool.

Issue History

Date Modified Username Field Change
2023-01-03 12:35 Cidy Long New Issue
2023-01-04 11:34 pengbo Assigned To => pengbo
2023-01-04 11:34 pengbo Status new => assigned
2023-01-04 11:39 pengbo Note Added: 0004181
2023-01-04 11:40 pengbo Status assigned => feedback