Closed yigitkonur closed 4 years ago
@yigitkonur, can you try pulling the openbridge/nginx
image and running again?
It is running without any issue when I install openbridge NGINX first, but you may want to take a look into default oneliner installation as the issue still continues.
@yigitkonur , to be clear, you are still seeing the PCRE error after pulling the latest NGINX image via docker pull
?
Error loading shared library libpcre.so.1: No such file or directory (needed by /usr/sbin/nginx)
Error relocating /usr/sbin/nginx: pcre_exec: symbol not found
Error relocating /usr/sbin/nginx: pcre_config: symbol not found
Error relocating /usr/sbin/nginx: pcre_fullinfo: symbol not found
Error relocating /usr/sbin/nginx: pcre_compile: symbol not found
Error relocating /usr/sbin/nginx: pcre_study: symbol not found
Error relocating /usr/sbin/nginx: pcre_free_study: symbol not found
Error relocating /usr/sbin/nginx: pcre_free: symbol not found
Error relocating /usr/sbin/nginx: pcre_malloc: symbol not found
I'm not sure how running the container first solves this issue unless the issue you experienced is not related to the error you reported. The order of the containers would not solve the PCRE issue. The PCRE issue was due to an upstream issue in the NGINX image which was patched.
I've installed by the one-liner but here is the issue:
Here is the logs of the issue:
OS: Ubuntu 18.04