• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved Onyx not upgrade

Azsak

New Pleskian
Hy,

Last night, I got this error message that can not be upgraded:

E: Unable to correct problems, you have held broken packages.
---X--- `apt-get` output ---------------------
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
psa-php5-configurator : Depends: php5-mysql but it is not going to be installed or
php5-mysqlnd but it is not going to be installed

Mi lehet a baj?
OP: Ubuntu 14.04
 
Hi Azsak,

if you see such an information:
The following packages have unmet dependencies:
psa-php5-configurator : Depends: php5-mysql but it is not going to be installed or
php5-mysqlnd
but it is not going to be installed
... you just have to install the desired package(s) over your SSH - command - line ( logged in as user "root" ).

Example:
Code:
aptitude install php5-mysql
 
php5-mysql : Függ ettől: phpapi-20121212 ami egy virtuális csomag.
Függ ettől: php5-common (= 5.5.9+dfsg-1ubuntu4.20) de a(z) 5.6.23+dfsg-1+deprecated+dontuse+deb.sury.org~trusty+1
 
Hi Azsak,

this forum has as basic rule, to be "english only". Pls. consider to translate your text into english, or/and use for example "Google translator" to do this for you. ;)
 
I'm sorry but copy/paste to server message previous post :)
php5-mysql : depend on this phpapi-20121212
depend on this: php5-common (= 5.5.9+dfsg-1ubuntu4.20) but 5.6.23+dfsg-1+deprecated+dontuse+deb.sury.org~trusty+1
 
Hi Azsak,

you used a "ppa" from => Ondřej Surý , which now causes issues/errors/problems on your server, due to dependcies issues with other ( needed ) packages. Consider to use the following commands ( logged in as user "root" )
Code:
aptitude install php5-common=5.5.9+dfsg-1ubuntu4.20 php5-mysql
 
Last edited by a moderator:
Back
Top