-
Notifications
You must be signed in to change notification settings - Fork 41
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
./bootstrap.sh fails #16
Comments
Hello, Can you tell me which version of Vagrant and Virtual Box you use? EDIT: FYI, I've just tested a clean provisioning with Vagrant 2.0.2 and Virtual Box 5.2.4r119785 and it's working as expected! |
I'm not using any virtualization as I'm on a ubuntu server dedicated machine. I followed this wiki https://github.com/Noxalus/Multi-Streaming-Server/wiki/How-to-install-on-a-dedicated-server |
Which version of Ubuntu do you use? |
I use ubuntu server 18.04.1 LTS
|
I don't know if it helps but I tried to do each part of the shell script separately and I figured out that it fails at the
|
The VM uses Ubuntu Xenial (16.04 LTS), and my personal dedicated server is also an Ubuntu 16.06. The error seems to be related to a failure during the nginx compilation needed to include the RTMP plugin. As the environment is different, maybe the gcc version has been updated and doesn't support some specific C syntax :/ I will try to quickly find what it really happens. |
We are not the only ones with this issue => spack/spack#6252 The solution would be to update the nginx version we use (1.9.5 from now), but it requires some tests on both plateform to make sure we don't break anything. |
Can you try to change the nginx version from the bootstrap.sh file (line 6) to 1.15.7 and tell me if it works? There is no update for the RTMP module, so we don't need to also upgrade it. |
The compilation seemed to have gone well with the version you suggested but still does go through the make. I'll look into it as soon as I have some time. I found a lead here https://stackoverflow.com/questions/43544893/cp-not-writing-through-dangling-symlink-usr-lib-x86-64-linux-gnu-libhdf5-so
|
You may be able to use https://github.com/winshining/nginx-http-flv-module instead of the RTMP module. The RTMP module has not been updated in more than 2 years (although it has been exactly 2 years since your repo has seen an update) and the other in the link appears to be active. It replaces and extends the RTMP module. I have been trying to get your project working on Ubuntu Bionic, but ran into issues and changed the bootstrap script to get the Bionic ppa and get the latest version of nginx (1.17.9 as of writing). So far, only issues I am seeing is nginx can't find the mime.types file, which I can't either. And that is preventing it from running at all. |
Thanks, i'll try that out. |
EDIT : NB : I obviously replaced everything between curly braces in the configuration file.
Hello,
I tried to execute
chmod +x bootstrap.sh && ./bootstrap.sh
but always ends as follow :The text was updated successfully, but these errors were encountered: