Question
During the Elevate upgrade process, we ran into a package conflict with Brotli. How can we safely resolve this?
info [ea_install_profile] You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction test error:
file /usr/lib64/libbrotlicommon.so.1 from install of brotli-1.0.6-3.el8.x86_64 conflicts with file from package libbrotli-1.0.9-10.el7.x86_64
file /usr/lib64/libbrotlidec.so.1 from install of brotli-1.0.6-3.el8.x86_64 conflicts with file from package libbrotli-1.0.9-10.el7.x86_64
file /usr/lib64/libbrotlienc.so.1 from install of brotli-1.0.6-3.el8.x86_64 conflicts with file from package libbrotli-1.0.9-10.el7.x86_64
Workaround
To resolve this, you will want to remove brotli and install an EasyApache profile.
- Access your server as the root user by connecting through SSH using PuTTY for Windows, or Terminal for Mac or Linux. You can also use Terminal inside of the WHM interface.
- After logging into the server via SSH, remove brotli
rpm -e --justdb --nodeps libbrotli-1.0.9-10.el7.x86_64
- After the RPM has been removed, install the current EA4 profile. Be sure to replace the $date with the date of the available profile.
/usr/local/bin/ea_install_profile --install /etc/cpanel/ea4/profiles/custom/current_state_at_$date
Comments
0 comments
Article is closed for comments.