Discussion:
Kolab Winterfell and PHP 7
Jochen May
2017-10-24 19:37:32 UTC
Permalink
Hi,

is there a way to install php 5.6 or php 7 on a centos 7 server where
also kolab winterfell is running? I want to install owncloud 10 also on
this server, but owncloud need >php5.6.0.

I try to install it, but get every time error messages about
dependencies between kolab-packages und php 5.4

Thanks and Regards

Jochen
Thomas Z.
2017-10-29 08:28:55 UTC
Permalink
Hi Jochen,

the way to go is install php7 as fpm and direct php requests for the
site owncloud to this fpm. In this way you can have mutliple php
versions and stay in the "supported" realm for kolab. Some tips on my
blog:
https://thomzieg.wordpress.com/2017/10/03/centos-owncloud-and-php-5-67-1/

Kind regards,

Thomas
Post by Jochen May
Hi,
is there a way to install php 5.6 or php 7 on a centos 7 server where
also kolab winterfell is running? I want to install owncloud 10 also
on this server, but owncloud need >php5.6.0.
I try to install it, but get every time error messages about
dependencies between kolab-packages und php 5.4
Thanks and Regards
Jochen
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
Jochen May
2017-11-01 21:01:41 UTC
Permalink
Hi Thomas,

it workÂŽs. Thanks a lot

Kind regards,

Jochen
Post by Thomas Z.
Hi Jochen,
the way to go is install php7 as fpm and direct php requests for the site owncloud to this fpm. In this way you can have mutliple php versions and stay in the "supported" realm for kolab. Some tips on my blog: https://thomzieg.wordpress.com/2017/10/03/centos-owncloud-and-php-5-67-1/
Kind regards,
Thomas
Hi,
is there a way to install php 5.6 or php 7 on a centos 7 server where also kolab winterfell is running? I want to install owncloud 10 also on this server, but owncloud need >php5.6.0.
I try to install it, but get every time error messages about dependencies between kolab-packages und php 5.4
Thanks and Regards
Jochen
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
Andrzej Kwiatkowski
2018-01-28 21:53:20 UTC
Permalink
Post by Jochen May
Hi Thomas,
 
it work´s. Thanks a lot 
 
Kind regards,
Jochen
Post by Thomas Z.
Hi Jochen,
the way to go is install php7 as fpm and direct php requests for the
site owncloud to this fpm. In this way you can have mutliple php
versions and stay in the "supported" realm for kolab. Some tips on my
https://thomzieg.wordpress.com/2017/10/03/centos-owncloud-and-php-5-67-1/
Kind regards,
Thomas
Post by Jochen May
 
Hi,
 
is there a way to install php 5.6 or php 7 on a centos 7 server where
also kolab winterfell is running? I want to install owncloud 10 also
on this server, but owncloud need >php5.6.0.
 
I try to install it, but get every time error messages about
dependencies between kolab-packages und php 5.4
 
Hi,

It's possible but you can't use installation based on rpm-s. All things
you have to do manually. Or install default kolab php, and php 7.0 as
second and manualy change version in apache.

There are only some issues with libkolabxml nad kolabformat.so (you have
to build them from source with bindings for php7).

Regards
AK

Loading...