• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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