GoogleCloudPlatform / appengine-php-extension

Apache License 2.0
16 stars 13 forks source link

Does not compile on Fedora 24 #4

Open FossPrime opened 8 years ago

FossPrime commented 8 years ago

This is borderline impossible to compile please add a way to specify where all the php dependencies are located. I built PHP-5.5 just for this, but could not use it without killing my distro as many paths seem hard coded relative to the root. Please make using this on a normal linux distro realistic.

Specifically, Fedora 24 comes with 5.6. It also comes with Bison 3.1, to compile PHP-5.5 requires <= 2.7.0 ).

My attempt http://stackoverflow.com/a/39283718/370238 Attempt #2 http://stackoverflow.com/a/35359469/370238