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 |
31 |
Tags
- mysql
- C#
- Selenium
- SSH
- paramiko
- JSON
- C++
- pandas
- pytorch
- nvidia-smi
- 컨테이너
- 채보
- C
- Linux
- 오류
- Python
- windows forms
- Visual Studio
- label
- error
- 기타 연주
- ubuntu
- OpenCV
- Numpy
- pip
- 핑거스타일
- YOLO
- 프로그래머스
- VS Code
- Docker
Archives
- Today
- Total
기계는 거짓말하지 않는다
Linux error: openssl 본문
fatal error: openssl/opensslv.h: No such file or directory
위와 같은 에러 메시지를 보는 경우가 있다.
다음 패키지를 설치한다.
sudo apt-get install libssl-dev
'Linux' 카테고리의 다른 글
CMake Error: Could not find CMAKE_ROOT (0) | 2022.06.23 |
---|---|
Linux bashrc 수정 오류 (0) | 2022.06.23 |
Linux 폰트 확인 명령어 (0) | 2022.06.10 |
Linux SSH Root Login (0) | 2022.06.03 |
Linux Watch 명령어(명령어 결과 출력 반복 실행) (0) | 2022.05.25 |
Comments