Comment 10 for bug 1579815

Revision history for this message
Phil (schuler-philipp) wrote :

Hey Ondrej,

I dont think so. Basically it pulls php-packages from here https://packagist.org/ and also knows which deps to pull via systems package manager.

Its a dependency manager used by developers and usually you only have to run "composer install", lean back and you are set.
I was able to get to the root of the issue as I'm an ops & devops person. But most developers (without much ops knowhow) will get stuck there.
And as I came across so many people asking how to solve it (stackoverflow et.al.), I thought I'd open up an issue here to get it solved at the root and the "composer"-workflow/experience will be the same as before (= as it was with the legacy driver).

All of the suggested solutions will of course work (PPA, build yourself, prebuilt+provision etc) but thats all to advacned for pure devs.