Notice
Recent Posts
Recent Comments
Tags
- php 캐쉬제거
- asp.net Select
- ViewBag
- javascript redirection
- jquery 바코드생성
- Mac Oracle
- django 엑셀불러오기
- 말줄임표시
- javascript 바코드 생성
- javascript 바코드스캔
- 맥 오라클설치
- TempData
- ViewData
- XSS방어
- 타임피커
- 404에러페이지
- XSS PHP
- 파일업로드 유효성체크
- 하드 윈도우 복사
- 파일업로드 체크
- 강제이동
- asp.net core Select
- 바코드 생성하기
- ASP.Net Core 404
- 하드 마이그레이션
- SSD 복사
- 바코드 스캔하기
- jquery 바코드
- javascript 유효성체크
- asp.net dropdownlist
웹개발자의 기지개
[linux] configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details 에러날때 본문
리눅스서버
[linux] configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details 에러날때
http://portfolio.wonpaper.net 2023. 6. 12. 10:38[root@localhost sqlite-autoconf-3360000]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/usr/local/src/sqlite-autoconf-3360000':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
상기 내용과 같이 gcc, cc , cl 등등의 안 깔려있다는 메세지이다.
yum install gcc glibc glibc-common gd gd-devel
참고 : https://sojinhwan0207.tistory.com/90
'리눅스서버' 카테고리의 다른 글
[Ubuntu] ln 심볼링 링크 설정하기 (1) | 2024.01.30 |
---|---|
[linux] 리눅스 명령어 모음 2 (0) | 2021.04.07 |
사용자 추가, 삭제, 확인, 비번 설정 (0) | 2019.10.09 |
[linux] 리눅스 명령어 모음 1 (0) | 2019.07.18 |
php환경설정의 file_get_contents (0) | 2018.11.20 |
Comments