PHP 5.5 na Ubuntu z php-mcrypt: niezaspokojone zależności


1

Mam serwer Ubuntu z PHP 5.5

$ php -v
PHP 5.5.3-1ubuntu2 (cli) (built: Oct  9 2013 14:49:12) 
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies

Próbuję zainstalować php5-mcryptteraz, ale pojawia się następujący komunikat o błędzie:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 php5-mcrypt : Depends: phpapi-20090626
E: Unable to correct problems, you have held broken packages.

Rozumiem, że pakiet mcrypt jakoś nie jest kompatybilny z moją bieżącą wersją PHP, ale jak mogę to naprawić?

Dzięki!

Odpowiedzi:


0

Jaką wersję Ubuntu używasz? phpapi-20090626 jest bardzo stary do użycia z php-5.5.3. Może być również sprawdzona Twoja wersja phpize.

Czy zainstalowałeś php-5.5.3 ze źródła czy coś takiego?


To jest moja wersja: DISTRIB_ID = Ubuntu DISTRIB_RELEASE = 13.10 DISTRIB_CODENAME = pyskaty DISTRIB_DESCRIPTION = "Ubuntu 13.10" Dodałem repozytorium ondrej / php5
tomraithel
Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.