-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
OpenSSL error, fresh host/new install #93
Comments
Issue occurs when selecting --dynamic. Completed correctly when using --static. What gives? |
Issue has been fixed in the last release. Please try again to run the script and it should work properly. |
Error still occurs. Interactive script root@d9-host:~# bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --interactive
2020-05-02 18:14:04 (22.2 MB/s) - written to stdout [43315/43315] Welcome to the nginx-ee bash script v3.6.6 Do you want to compile the latest Nginx [1] Mainline v1.17.10 or [2] Stable v1.18.0 Release ? Do you want Ngx_Pagespeed ? (y/n) Do you prefer to compile Nginx with OpenSSL [1] or LibreSSL [2] ? (y/n) Select an option [1-2]: What OpenSSL release do you want ? [1] OpenSSL stable 1.1.1g [2] OpenSSL dev 3.0.0-dev [3] OpenSSL from system lib Select an option [1-2-3]: Do you want NAXSI WAF (still experimental)? (y/n) Do you want RTMP streaming module (used for video streaming) ? (y/n) Do you want to build modules as dynamic modules? (y/n) Do you want to setup nginx-ee auto-update cronjob ? (y/n) ################################## Detected OS : Debian GNU/Linux 9.12 (stretch)
root@d9-01nyc-livstrm:~# cat /tmp/nginx-ee.log Warning: apt-key output should not be parsed (stdout is not a terminal) The following packages have unmet dependencies: |
Hello @nfguide, |
Will start with a fresh deb 9 install. Will run apt update && apt dist-upgrade -y Will run interactive install, with Openssl 1.1, RTMP, and Dynamic selected. Update to follow. |
Below is the output from fresh debian 9 install, one package added which was lsb, ran apt update and apt dist-upgrade. Then ran lsb_release -a, and then the script as noted above. Same error as originally reported. root@d9-host:
2020-05-04 20:59:03 (22.0 MB/s) - written to stdout [43315/43315] Welcome to the nginx-ee bash script v3.6.6 Do you want to compile the latest Nginx [1] Mainline v1.17.10 or [2] Stable v1.18.0 Release ? Do you want Ngx_Pagespeed ? (y/n) Do you prefer to compile Nginx with OpenSSL [1] or LibreSSL [2] ? (y/n) Select an option [1-2]: What OpenSSL release do you want ? [1] OpenSSL stable 1.1.1g [2] OpenSSL dev 3.0.0-dev [3] OpenSSL from system lib Select an option [1-2-3]: Do you want NAXSI WAF (still experimental)? (y/n) Do you want RTMP streaming module (used for video streaming) ? (y/n) Do you want to build modules as dynamic modules? (y/n) Do you want to setup nginx-ee auto-update cronjob ? (y/n) ################################## Detected OS : Debian GNU/Linux 9.12 (stretch)
root@d9-host:~# cat /tmp/nginx-ee.log Warning: apt-key output should not be parsed (stdout is not a terminal) The following packages have unmet dependencies: |
Hello @nfguide, |
Contact me if you want/need access to the host in use above. |
Hello @VirtuBox Error line 588 and 594 "strech" install repository debian_10, correct "stretch" |
Attach the following commands output
lsb_release -a :
root@d9-host:
# lsb_release -a#No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.12 (stretch)
Release: 9.12
Codename: stretch
root@d9-host:
nginx -V :
root@d9-host:
# nginx -V#-bash: nginx: command not found
root@d9-host:
Describe the bug
A clear and concise description of what the bug is.
2020-05-01 19:38:49 (24.0 MB/s) - written to stdout [43301/43301]
Welcome to the nginx-ee bash script v3.6.5
Do you want to compile the latest Nginx [1] Mainline v1.17.10 or [2] Stable v Release ?
Select an option [1-2]:
1
Do you want Ngx_Pagespeed ? (y/n)
Select an option [y/n]:
n
Do you prefer to compile Nginx with OpenSSL [1] or LibreSSL [2] ? (y/n)
[1] OpenSSL
[2] LibreSSL
Select an option [1-2]:
1
What OpenSSL release do you want ?
[1] OpenSSL stable 1.1.1d
[2] OpenSSL dev 3.0.0-dev
[3] OpenSSL from system lib
Select an option [1-2-3]:
3
Do you want NAXSI WAF (still experimental)? (y/n)
Select an option [y/n]:
n
Do you want RTMP streaming module (used for video streaming) ? (y/n)
Select an option [y/n]:
y
Do you want to build modules as dynamic modules? (y/n)
Select an option [y/n]:
y
Do you want to setup nginx-ee auto-update cronjob ? (y/n)
Select an option [y/n]:
y
##################################
Compilation summary
##################################
Detected OS : Debian GNU/Linux 9.12 (stretch)
Detected Arch : x86_64
Installing dependencies [FAIL]
Please look at /tmp/nginx-ee.log
root@d9-host:~# cat /tmp/nginx-ee.log
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
Reading package lists...
Building dependency tree...
Reading state information...
libbz2-1.0 is already the newest version (1.0.6-8.1).
gnupg is already the newest version (2.1.18-8~deb9u4).
perl is already the newest version (5.24.1-3+deb9u6).
tar is already the newest version (1.29b-1.1).
git is already the newest version (1:2.11.0-3+deb9u7).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libssl-dev : Depends: libssl1.1 (= 1.1.1d-1ppa
stable) but 1.1.0l-1deb9u1 is to be installedE: Unable to correct problems, you have held broken packages.
Same issue occurs when selecting OpenSSL option 1. This is a fresh VPS install of Debian 9, nothing else on the host.
Thoughts?
The text was updated successfully, but these errors were encountered: