Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
Hi Andrei, You are right about RHEL 8. The OpenSSL update in RHEL OpenSSL comes within days of release by the OpenSSL people. But it takes a bit more time for CentOS 8. So we use this script for both RHEL and CentOS. Thanks --- Lee On Fri, Apr 16, 2021 at 3:41 PM Andrei Belov wrote: > > > > On

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Andrei Belov
> On 16 Apr 2021, at 13:00, Thomas Stephen Lee wrote: > > Thanks a lot, Andrei. > > That worked well. > > I had the same problem in RHEL 8. > > below is the modified script for EL8 Glad to hear it's working for you now. Out of curiosity - in case of RHEL8, what's the point of rebuilding ng

Re: Help needed with Nginx SRPM script

2021-04-16 Thread Thomas Stephen Lee
Thanks a lot, Andrei. That worked well. I had the same problem in RHEL 8. below is the modified script for EL8 --Script Start- OPENSSL="openssl-1.1.1k" NGINX_VERSION="1.19.10-1" rpm -ivh http://nginx.org/packages/mainline/centos/8/SRPMS/nginx-$NGINX_VERSION.el

Re: Help needed with Nginx SRPM script

2021-04-15 Thread Andrei Belov
> On 16 Apr 2021, at 08:50, Thomas Stephen Lee wrote: > > Hi, > > I have the following script on RHEL 7 > > > --Script Start- > > OPENSSL="openssl-1.1.1k" > NGINX_VERSION="1.19.10-1" > > rpm -ivh > http://nginx.org/packages/mainline/centos/7/SRPMS/nginx-$NG