How to fix installing nginx in EC2 AMI - ./configure: error: C compiler cc is not found

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=s9ALU-KtodM



Category:
Tutorial
Duration: 0:47
20 views
0


Error:
Checking for OS
+ Linux 5.10.186-179.751.amzn2.x86_64 x86_64
checking for compiler ... not found

./configure: error: C compiler cc is not found


Solving:
yum install gcc




Other Videos By Ambar Hasbiyatmoko


2023-12-23#shorts I am senior software engineer, making a simple calculator
2023-12-12How to solve SSH error in Ubuntu - WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
2023-12-12How to solve SFTP error in Ubuntu - Unable to access location, Host key verification failed
2023-12-12AWS Cloud - How to fix EC2 instance failed at first boot, status checks 1/2 passed
2023-12-10How to install prometheus in EC2 instance - AWS Cloud
2023-12-09AWS - Elastic IP address could not be allocated The maximum number of addresses has been reached
2023-12-06How to fix kubectl exec: error unable to upgrade connection,forbidden (connect with kubectl proxy)
2023-11-14How to solve composer: Required (in require dev) package phpunit is in the lock file, not satisfy
2023-11-03How to scan your PHP codes using sonar scanner in sonarqube manually
2023-11-03How to fix SonarQube server [https:xx] can not be reached. Unable to execute SonarScanner analysis
2023-10-30How to fix installing nginx in EC2 AMI - ./configure: error: C compiler cc is not found
2023-10-30How to fix command patch not found in EC2 AMI AWS
2023-10-30How to fix nginx EC2 AMI - Failed at step EXEC spawning: /usr/sbin/nginx: No such file or directory
2023-10-14AWS Cloud - How to update CA (Certificate Authority) in RDS (Relational Database Service) MySQL
2023-10-14How to solve HeidiSQL - OpenSSH SSH-2 private key (old PEM format) when connect to AWS EC2 server
2023-09-30Ubuntu 22.04 - How to fix vboxuser is not in the sudoers file. This incident will be reported
2023-09-29How to fix terminal on ubuntu 22.04 not work in virtualbox 7
2023-09-28Install virtualbox in ubuntu 22.04 and fixing kernel driver not installed, EFI secure boot enabled
2023-09-25How to fix target group load balancer AWS - Health checks failed with these codes: 403
2023-09-12How to solve an issue on Google keyword planner - You have been signed out.
2023-09-11How to fix traceroute in ubuntu 22.04 - Command 'traceroute' not found, but can be installed with



Tags:
gcc
compiler
configure
nginx
install manually
terminal
linux
webserver