ispconfig_setup icon indicating copy to clipboard operation
ispconfig_setup copied to clipboard

php packages missing - Debian 9

Open SnAFKe opened this issue 8 years ago • 3 comments

Hello,

On Debian 9 clean install when trying to install php 5.6 because i select it give me this error

Installing PHP 5.6
Selecting previously unselected package apt-transport-https.
(Reading database ... 33910 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_1.4.7_arm64.deb ...
Unpacking apt-transport-https (1.4.7) ...
Setting up apt-transport-https (1.4.7) ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2239  100  2239    0     0  11524      0 --:--:-- --:--:-- --:--:-- 11601
E: Package 'php5.6-common' has no installation candidate
E: Unable to locate package php5.6-gd
E: Couldn't find any package by glob 'php5.6-gd'
E: Couldn't find any package by regex 'php5.6-gd'
E: Unable to locate package php5.6-mysql
E: Couldn't find any package by glob 'php5.6-mysql'
E: Couldn't find any package by regex 'php5.6-mysql'
E: Unable to locate package php5.6-imap
E: Couldn't find any package by glob 'php5.6-imap'
E: Couldn't find any package by regex 'php5.6-imap'
E: Unable to locate package php5.6-cli
E: Couldn't find any package by glob 'php5.6-cli'
E: Couldn't find any package by regex 'php5.6-cli'
E: Package 'php5.6-cgi' has no installation candidate
E: Unable to locate package php5.6-mcrypt
E: Couldn't find any package by glob 'php5.6-mcrypt'
E: Couldn't find any package by regex 'php5.6-mcrypt'
E: Unable to locate package php5.6-curl
E: Couldn't find any package by glob 'php5.6-curl'
E: Couldn't find any package by regex 'php5.6-curl'
E: Unable to locate package php5.6-intl
E: Couldn't find any package by glob 'php5.6-intl'
E: Couldn't find any package by regex 'php5.6-intl'
E: Unable to locate package php5.6-pspell
E: Couldn't find any package by glob 'php5.6-pspell'
E: Couldn't find any package by regex 'php5.6-pspell'
E: Unable to locate package php5.6-recode
E: Couldn't find any package by glob 'php5.6-recode'
E: Couldn't find any package by regex 'php5.6-recode'
E: Unable to locate package php5.6-sqlite3
E: Couldn't find any package by glob 'php5.6-sqlite3'
E: Couldn't find any package by regex 'php5.6-sqlite3'
E: Unable to locate package php5.6-tidy
E: Couldn't find any package by glob 'php5.6-tidy'
E: Couldn't find any package by regex 'php5.6-tidy'
E: Unable to locate package php5.6-xmlrpc
E: Couldn't find any package by glob 'php5.6-xmlrpc'
E: Couldn't find any package by regex 'php5.6-xmlrpc'
E: Unable to locate package php5.6-zip
E: Couldn't find any package by glob 'php5.6-zip'
E: Couldn't find any package by regex 'php5.6-zip'
E: Unable to locate package php5.6-mbstring
E: Couldn't find any package by glob 'php5.6-mbstring'
E: Couldn't find any package by regex 'php5.6-mbstring'
E: Package 'php5.6-fpm' has no installation candidate`

Maybe because stretch not support due OpenSSL 1.1 ?

SnAFKe avatar Aug 11 '17 17:08 SnAFKe

I try to install manualy i got more information.

# apt-get install php5.6 php5.6-common php5.6-gd php5.6-mysql php5.6-imap php5.6-cli php5.6-cgi php5.6-mcrypt php5.6-curl php5.6-intl php5.6-pspell php5.6-recode php5.6-sqlite3 php5.6-tidy php5.6-xmlrpc php5.6-xsl php5.6-zip php5.6-mbstring php5.6-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5.6-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5.6-fpm is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5.6-cgi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php5.6-common' has no installation candidate
`
Yes, the repo sury.org is installed

SnAFKe avatar Aug 11 '17 18:08 SnAFKe

php 5.6 is not shipped with Debian 9. Thats a old Bug in installer script. I fixed this in my PR

gOOvER avatar Dec 16 '17 09:12 gOOvER

It is resolved?

Neustradamus avatar Sep 24 '18 14:09 Neustradamus