Page 1 of 1

B3 jessie install php problems

Posted: 15 Feb 2017, 16:08
by Puma
Dear all,

I tried to reinstall a B3 with jessie and cannot install php5 packages.
Want to get nextcloud/roundcube/piwigo working and need php packages.
Reading state information... Done
E: Unable to locate package php5-xml
E: Unable to locate package php5-zip
E: Unable to locate package php5-mbstring
E: Unable to locate package bizp2
Did run apt-get update and apt-get upgrade.....

Should i install php7.0 instead of php5 ?
Tried apt-get install php7.0 but apt cannot find it...

Should i change the sources.list to get it working?

Thanks in advance.

Puma

Re: B3 jessie install php problems

Posted: 15 Feb 2017, 20:21
by MouettE
Hello,

All these packages do not exist because xml, zip and mbstring modules are included in php5 base package. And bzip2 seems mispelled in your log.

Running

Code: Select all

apt-get -y install php5 libapache2-mod-php5
will install and enable the base php5 package for apache.

Re: B3 jessie install php problems

Posted: 21 Feb 2017, 13:51
by Puma
Thanks, worked like a charm.

Puma