• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk fails to start : missing shared library

stevendegroote

New Pleskian
Since a few days I'm unable to access my plesk control panel as it greets me with an error.

Code:
/opt/psa/admin/bin/packagemng: error while loading shared libraries: libmariadb.so.1: cannot open shared object file: No such file or directory
                                                                      done
root@web2:/opt/psa/admin/bin# /opt/psa/admin/bin/packagemng: error while loading shared libraries: libmariadb.so.1: cannot open shared object file: No such file or directory

I'm not entirely sure what happened, because I didn't to any upgrade in the meantime.

Anyway, I was hoping that this could be easily fixed. Any suggestions?
(note that I have never used mariadb, only apache2, mysql and php5)

Thanks!
 
Indeed, debian7, but I do have the sw-mariadb-client package installed.
Where should this so file be?

I am sure that after my debian upgrade and update to Plesk11.5, all worked perfectly.
I do believe since then I did an apt-get clean or something, this may be the cause... but obviously I'm not sure what that did exactly anymore.
 
Sorry to break it to you, but performing dist-upgrade is not supported by Plesk.

You might be able to repair (or break even worse) your installation via:

# plesk installer --select-release-current --skip-cleanup --show-components >/dev/null && apt-get update && apt-get dist-upgrade && plesk installer install-all-updates

If something is still off after that, try running bootstrapper.sh repair.

Alternative to all of this is manually finding problem reasons and installing proper package versions.
 
I ran the installer as you suggested, it downloaded 90MB of additional stuff.
After that plesk was running again, although in the web it said I needed to repair the panel, which I did.

Now everything runs smoothly again.

Thanks for the help!
 
Back
Top