-
Notifications
You must be signed in to change notification settings - Fork 56
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
compiler error #58
Comments
We are not able to reproduce this issue at our end. Could please use the build script and retry. |
Dear Team, We have also tried installing it by build script but still getting the same issue, when it runs the ./configure(line no. 74) it giving "Permission Denied" error. [root@TRDG-DEV tmp]# bash build_nginx.sh As part of the installation , dependencies would be installed/upgraded.
100K .......... .......... .......... .......... .......... 13% 62.2M 0s 2023-11-15 19:26:48 (451 KB/s) - ‘nginx-1.24.0.tar.gz’ saved [1112471/1112471] nginx-1.24.0/ |
any update?? |
Hello, We are not able to reproduce this issue. Seems to be related to environment. Can you please share any more details on which permission denied error you are getting. The issue does not seem to be a build issue. |
build_nginx.sh: line 74: ./configure: Permission denied - This is what we have got. we dont have any other information. |
build_nginx.sh: line 74: ./configure: Permission denied - This is what we have got. we dont have any other information. |
Can you please check if the file configure has execute permissions? |
Yes, has execute permission. |
[root@TRDG-DEV tmp]# cd nginx-1.24.0 |
We have facing C compiler error in Red Hat Enterprise Linux Server release 7.9 - 3.10.0-1160.99.1.el7.s390x
[root@TRDG-DEV nginx-1.24.0]# sh configure
checking for OS
checking for C compiler ... not found
configure: error: C compiler cc is not found
[root@TRDG-DEV nginx-1.24.0]# sudo yum install -y pcre-devel wget tar xz gcc make zlib-devel diffutils
Loaded plugins: product-id, search-disabled-repos, subscription-manager, tracer_upload
rhel-7-for-system-z-extras-rpms | 2.0 kB 00:00:00
rhel-7-for-system-z-optional-rpms | 3.2 kB 00:00:00
rhel-7-for-system-z-rh-common-rpms | 3.8 kB 00:00:00
rhel-7-for-system-z-rpms | 3.5 kB 00:00:00
rhel-7-for-system-z-satellite-client-6-rpms | 3.8 kB 00:00:00
rhel-7-for-system-z-supplementary-rpms | 3.4 kB 00:00:00
rhel-7-server-for-system-z-rhscl-rpms | 4.1 kB 00:00:00
Package pcre-devel-8.32-17.el7.s390x already installed and latest version
Package wget-1.14-18.el7_6.1.s390x already installed and latest version
Package 2:tar-1.26-35.el7.s390x already installed and latest version
Package xz-5.2.2-2.el7_9.s390x already installed and latest version
Package gcc-4.8.5-44.el7.s390x already installed and latest version
Package 1:make-3.82-24.el7.s390x already installed and latest version
Package zlib-devel-1.2.7-21.el7_9.s390x already installed and latest version
Package diffutils-3.3-6.el7_9.s390x already installed and latest version
Nothing to do
The text was updated successfully, but these errors were encountered: