• 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.

Update Problem 8.2.0 --> 8.3

D

druckgott

Guest
I got this error on updating.

Code:
Starting installation of packages
Installing the package psa-logrotate-3.7-suse10.1.build83071218.18.i586
Installing the package sw-libxslt-1.1.20-5.suse101.i586
error: Failed dependencies:
        libgcrypt is needed by sw-libxslt-1.1.20-5.suse101.i586
        libgcrypt.so.11 is needed by sw-libxslt-1.1.20-5.suse101.i586
ERROR: Unable to install the requested packages because of package dependency problems.
Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.

but libgcrypt is installed

and the file libgcrypt.so.11 is in /usr/lib/

what could I do?
 
Hi,

thsi is simply too few info for an answer.
This can mean a that you have self compiled module. Can mean that you only need a compatibility module, anyway upgrades and downgrades and a bit of spirit to experiment can help.
 
Hallo,

I have nothing installed I have alle let like the hoster (strato) configurated it. At the update from 8.2 to 8.3 the problems comes.
I have not more information.
 
You can eliminate thу dependences specifying the --force option during installation.
It will be smth like that:
# rpm -Uvh --force package_name
 
HI,

I don't agree fully with the :

rpm -Uvh --force package_name

yes, there are cases that this is needed , but this answer is too simple to be used as it is.

All depends on the error.

With force and nodeps you may install a lot of things but that does not mean that they will be usable ..

So all must be based on the error messages .. my opinion.

You can eliminate the dependencies using yum.. that resolves all dependencies (if it can), if it can't then you get the packages manually and force install them(if you see that the versions are ok ). Do not go into force installing packages like glibc or other basic linux pakcages (not healthy and may break your whole system).
 
Hallo, thx for the tip. Could I use rug to eliminate the dependencies?
If rug do also elimate the dependencies this do not work.
If not where can I get Yum?

druckgott
 
Back
Top