Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- C언어
- 반응형 페이지 좌표 변환
- NODE_VERSION
- AWS CodePipeline
- S3
- netlify variables
- rwdImageMaps
- GeoJSON object too complex/large
- SASS
- CSS
- ogr2ogr
- 설치완료안됨
- AWS CodeBuild
- 이미지 맵
- nodejs
- expo
- react
- Error:error:0308010C:digital envelope routines::unsupported
- 어셈블리어
- can't getting credentials
- node
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- 김골라
- AWS
- EC2
- 이미지 좌표 추출
- credential error
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- Unable to find the global bin directory
- aws ec2
Archives
- Today
- Total
ImFe's study
[Linux] 오류 해결 curl: (35) Peer reports incompatible or unsupported protocol version. 본문
Linux
[Linux] 오류 해결 curl: (35) Peer reports incompatible or unsupported protocol version.
ImFe 2021. 1. 11. 16:19
재설치중인 CentOS7에서 MariaDB를 설치하기 위해 레포 설정을 해주는데 오류가 발생했다.
호환성 문제거나 지원하지 않는 프로토콜? 에 관련된 문제인듯 한데
yum 다른 패키지들까지 업그레이드하기엔 시간이 너무 오래걸린다.
yum update -y nss curl libcurl
을 이용하여 해당 패키지만 업데이트 해주면
성공적으로 repo설정을 해 줄 수 있다.
'Linux' 카테고리의 다른 글
[Linux] CentOS7 - Mariadb10.x - my.cnf 설정시 오류 (latin1) (0) | 2021.01.12 |
---|---|
[Linux] 로그파일 - /var/log/messages (0) | 2021.01.12 |
[Linux] - Apache 2.x 버전 설치 (0) | 2021.01.11 |
[Linux] CentOS7 - Cannot retrieve metalink for repository: epel/x86_64. 해결 (0) | 2021.01.11 |
[Linux] CentOS7설치 시 파티션 구성 (0) | 2021.01.11 |
Comments