Kopano Core on Arch Linux
-
Hi Guys!
How importent is php-mapi?
Arch Linux doesn’t have it and also install as dpkg fails from e deb package. Can anyone help? Or can i deactivate?
I know is possible in config.php but what will work and what not?Or can i get the source somewhere?
-
Hi @morta - PHP Mapi is important if you are using the Webapp, Zpush, KDAV. So I would say its very important to have a working all around experience. This could be because Arch has PHP 8.0.x in its repositories and the mapi component doesn’t compile when building Kopano Core on that variant yet, only up to PHP 7.4 in my findings.
-
@tiredofit said in Kopano Core on Arch Linux:
Hi @morta - PHP Mapi is important if you are using the Webapp, Zpush, KDAV. So I would say its very important to have a working all around experience. This could be because Arch has PHP 8.0.x in its repositories and the mapi component doesn’t compile when building Kopano Core on that variant yet, only up to PHP 7.4 in my findings.
So can someone from the team adjust the script?
Or how i do self? -
What is to do?
Install php7 and following packages instead of php8
Make a softlink to /usr/bin/php
Compiled with php7 instead php8
That should bring php-mapi backIt that possible to do?
-
Hi @Morta,
@morta said in Kopano Core on Arch Linux:
So can someone from the team adjust the script?
The Archlinux packages are not an official or supported product of the Kopano team itself. Instead a volunteer in the Archlinux community is providing them. I have seen you are already in contact with @martimcfly, who is maintaining these.