sensational / sassphp

PHP bindings to libsass - fast, native Sass parsing in PHP!
Other
230 stars 40 forks source link

install.php fails #36

Open nilskoppelmann opened 7 years ago

nilskoppelmann commented 7 years ago

Hi there,

I'm trying to install it on a digital ocean (512 MB Memory / 20 GB Disk /**** - Ubuntu 16.04.1 x64) droplet, but the install.php fails at several points.

Common problem?

Are there any other ways to compile Sass with PHP?

All the best.

paolo-g commented 6 years ago

Not sure if you, like me, are trying to use this with PHP7, but there seems to be a PR stuck here https://github.com/sensational/sassphp/issues/30 to get support for it

nilskoppelmann commented 6 years ago

Thanks, I'll look into that!

rantes commented 3 years ago

I had some issues tryuing to install, but I solved with this: sudo apt install php7.4-dev in order to do the make, dev libraries are needed, then the make instal should be sudo make install