New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

B3 jessie install php problems

Got problems with your B2 or B3? Share and get helped!
Post Reply
Puma
Posts: 230
Joined: 29 Sep 2008, 06:30

B3 jessie install php problems

Post 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
Linux is like a wigwam - no windows, no gates, apache inside!
MouettE
Site admin
Posts: 341
Joined: 06 Oct 2011, 19:45

Re: B3 jessie install php problems

Post 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.
Puma
Posts: 230
Joined: 29 Sep 2008, 06:30

Re: B3 jessie install php problems

Post by Puma »

Thanks, worked like a charm.

Puma
Linux is like a wigwam - no windows, no gates, apache inside!
Post Reply