kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 103 forks source link

libxslt is missing in dependencies list #27

Closed tim-bezhashvyly closed 8 years ago

tim-bezhashvyly commented 8 years ago

While installing on debian/jessie64:

configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution

tim-bezhashvyly commented 8 years ago

Found out that it was caused because I have added --with-xsl to configuration string. If you feel it is not worthy to add libxml2-dev to dependencies sure close this issue and PR.

kasparsd commented 8 years ago

Yeah, that sounds like it. Thanks @tim-bezhashvyly!