-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build from source using installation guide #1144
Comments
@a2nt Did you try a |
hmm looks like there's no way to get it running with the latest debian because it requires PHP < 7.0.0 |
@a2nt We have a read-to-use Debian build, please look at https://github.com/appserver-io/appserver/releases :-) |
@wagnert it will work with old stable debian 8, but it won't work with the latest debian because old one use libcurl3, while the latest has libcurl4 which is required for php 7
|
Hi @a2nt what Debian version are we talking about? We are currently building on a Debain 9. Debian 10 still gives us issues. Have a look at our build: https://travis-ci.org/appserver-io-php/runtime/jobs/577862522 This is the runtime though! The dist package is also tested and built for Debian 9. Does need some additional/backport dependencies though. This is most likely what you are seeing. This should work: https://travis-ci.org/appserver-io/appserver/jobs/620595455 If you followed the documentation then the documentation is outdated. :( Please try as our travis builds are currently doing or use the provided packages. If you are talking about Debian 10 then you might have to wait some more days. :( |
@wick-ed I have unstable version of debian (sid) guess need to wait for a while |
@wick-ed thx. Sid is "unstable version", Buster is "testing/upcoming version". For the testing webserver i prefer sid. Main issue that it must be built with PHP7 + libcurl4 in this case it will be easy to build it for the latest Debian. |
➜ uname -a
Linux hs 4.19.0-5-amd64 #1 SMP Debian 4.19.37-6 (2019-07-18) x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: