• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Plesk 18.0.27 Installation Problem, Possibly bug

DaveMurray

New Pleskian
Hello Plesk Team and all Pleskians out there.
Many days now we are trying to install the latest plesk release and always we are hiting in that error :

Traceback (most recent call last):
File "/usr/local/psa/bin/yum_install", line 264, in <module>
main()
File "/usr/local/psa/bin/yum_install", line 250, in main
inst, rem = installer.resolve(to_install, opts.remove, opts.tries)
File "/usr/local/psa/bin/yum_install", line 172, in resolve
raise Exception("Failed to solve dependencies:\n" + '\n'.join(msgs))
Exception: Failed to solve dependencies:
plesk-php74-mbstring-7.4.6-1centos.7.200514.1743.x86_64 requires libonig.so.2()(64bit)
Error: The Yum utility failed to install the required packages.

the fact is that we have already install oniguruma and oniguruma-devel packages but that error, again and again appears.
We try many things to try solve it without success. The host os is: CentOS 7.8 at AX41 Hetzner server
We cannot start as you can see our business and we loosing needed time.

That post is a kind of bug report, and we hope help us to find a solution

Thank you plesk team for your hard and professional work, and thanks in advance for any provided help to this issue
 
Make sure that you have the same output of following commands:


# rpm -qa | grep onig
oniguruma-5.9.5-3.el7.x86_64

# ll /usr/lib64/libonig.so.2
lrwxrwxrwx 1 root root 16 Jun 3 04:49 /usr/lib64/libonig.so.2 -> libonig.so.2.0.0
 
[root@core ~]# rpm -qa | grep onig
oniguruma-6.8.2-1.el7.x86_64
oniguruma-devel-6.8.2-1.el7.x86_64
[root@core ~]# ll /usr/lib64/libonig.so.2
ls: cannot access /usr/lib64/libonig.so.2: No such file or directory
[root@core ~]# ll /usr/lib64/libonig.so
libonig.so libonig.so.5 libonig.so.5.0.0

I assuming that a manual symbolic link will make it like your output :)
am i have right?

oniguruma installed from epel
 
i downgrade to oniguruma-5.9.5-3.el7.x86_64 (stable epel, not epel testing) and is fixed, So the learning lesson for me and for anyone is NOT to have any 3rd party repo for any reason in the installation of plesk or while using/operate plesk. Better and safer is the --enable-repo=somerepo if you need to install something special

thanks Igor, you give me the hint for what to search! -- its solved
 
Last edited:
Back
Top