Discussion:
[sabredav] baikal with debian sketch
'John K' via SabreDAV Discussion
2017-02-06 13:42:48 UTC
Permalink
Hi there,
is there a way to use baikal actually under debian sketch?
I use mariadb instead of mysql. I can't install php5:

# apt-get install php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5 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' has no installation candidate

Thanks for any help.
--
You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sabredav-discuss+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/82cd43b9-9aaa-4950-9baa-ecc9ae5f4dcd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
mbiebl
2017-02-06 15:58:10 UTC
Permalink
Post by 'John K' via SabreDAV Discussion
Hi there,
is there a way to use baikal actually under debian sketch?
I assume you mean Debian Stretch
Post by 'John K' via SabreDAV Discussion
# apt-get install php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5 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' has no installation candidate
This is expected. Debian Stretch only ships php7
In case you are using apache2, you probably want
libapache2-mod-php
https://packages.debian.org/stretch/libapache2-mod-php
--
You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sabredav-discuss+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/b140975f-2f08-4a6b-9a91-086f56b8eed0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
knustjohannes via SabreDAV Discussion
2017-02-06 17:35:00 UTC
Permalink
hello,

thanks for the clear answer! :-)
Is there a nginx package too?

thx a lot!
& yes it's debian stretch! ;-)
Post by mbiebl
Post by 'John K' via SabreDAV Discussion
Hi there,
is there a way to use baikal actually under debian sketch?
I assume you mean Debian Stretch
Post by 'John K' via SabreDAV Discussion
# apt-get install php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5 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' has no installation candidate
This is expected. Debian Stretch only ships php7
In case you are using apache2, you probably want
libapache2-mod-php
https://packages.debian.org/stretch/libapache2-mod-php
--
You received this message because you are subscribed to a topic in the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sabredav-discuss/pXrqiKHBDLg/unsubscribe.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/b140975f-2f08-4a6b-9a91-086f56b8eed0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sabredav-discuss+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/D2E428B7-7F38-4AC4-855F-DE367D6141AE%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.
mbiebl
2017-02-07 01:21:28 UTC
Permalink
Post by knustjohannes via SabreDAV Discussion
hello,
thanks for the clear answer! :-)
Is there a nginx package too?
There certainly is:
https://packages.debian.org/stretch/nginx

But I guess you actually want to know how to get php working with nginx?
As google will tell you, the easiest way is fpm. And again, there's a
Debian package:
https://packages.debian.org/stretch/php-fpm
--
You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sabredav-discuss+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/e7479bf7-56bb-48ad-b599-bb1d51e8e424%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'John K' via SabreDAV Discussion
2017-02-07 20:58:37 UTC
Permalink
Hi everyone,

Even when my linux skills aren’t the best I want to share the information you maybe need to.
My linux Debian stretch server is now running with the actual baikal version: 0.4.6.

I use nginx so like you said I need:
apt-get install php7.0-fpm

Don’t forget to change the fastcgi_pass variable in your nginx vhost:
unix:/var/run/php/php7.0-fpm.sock;

When you check the web login and you get something like:
php-fatal-error-class-domdocument 
 -> this one helped me out:
apt-get install php-xml

Related to this issue you maybe want to install this too
https://github.com/fruux/Baikal/issues/586 <https://github.com/fruux/Baikal/issues/586>
apt-get install php-mbstring php7.0-mbstring php-gettext

& yes there is still the macOS problem that just one address book is supported.

Last but not least in macOS and iOS you can go ahead and use the same url for calendar and contacts.
(In macOS choose manual (not automatic or advanced))

https://YOUR_DOMAIN:YOUR_PORT/dav.php/principals/USERNAME/ <https://your_domain:your_port/dav.php/principals/USERNAME/>

Thanks for your help!
Cheers John
Post by knustjohannes via SabreDAV Discussion
hello,
thanks for the clear answer! :-)
Is there a nginx package too?
https://packages.debian.org/stretch/nginx
But I guess you actually want to know how to get php working with nginx?
https://packages.debian.org/stretch/php-fpm
--
You received this message because you are subscribed to a topic in the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sabredav-discuss/pXrqiKHBDLg/unsubscribe <https://groups.google.com/d/topic/sabredav-discuss/pXrqiKHBDLg/unsubscribe>.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/e7479bf7-56bb-48ad-b599-bb1d51e8e424%40googlegroups.com <https://groups.google.com/d/msgid/sabredav-discuss/e7479bf7-56bb-48ad-b599-bb1d51e8e424%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sabredav-discuss+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/6E14BEC1-3111-40A3-AFE8-92FD2B80B538%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...