Plone 5.0 on Debian 9

Debian 9 has recently been released and I would like to know about compatibility with Plone 5.0. Has anyone tested it?

Versions (Debian 9 Stretch vs Debian 8 Jessie):
python: 2.7.13-2 vs 2.7.9-1
python-setuptools: 33.1.1-1 vs 5.5.1-1
python-dev: 2.7.13-2 vs 2.7.9-1
build-essential: 12.3 vs 2.7.9-1
libssl-dev: 1.1.0f-3 vs 1.0.1t-1+deb8u6
libxml2-dev: 2.9.4+dfsg1-2.2 vs 2.9.1+dfsg1-5+deb8u4
libxslt1-dev: 1.1.29-2.1 vs 1.1.28-2+deb8u3
libbz2-dev: 1.0.6-8.1 vs 1.0.6-7
libjpeg62-dev: 1:1.5.1-2 vs 1:1.3.1-12

You could try it and let us know... :slight_smile:

AFAIK you should do the following:

sudo apt update && sudo apt upgrade
sudo apt install -y build-essential libssl-dev libxml2-dev libxslt1-dev libbz2-dev zlib1g-dev python-setuptools python-dev python-virtualenv libjpeg62-dev libreadline-gplv2-dev python-imaging python-pip wv poppler-utils git libldap2-dev libsasl2-dev libssl-dev

let me know if that's not the case.