로그인
Sign in

 

[root@]# openssl version

OpenSSL 1.0.1e-fips 11 Feb 2013

 

tar xvzf openssl-1.1.1j.tar.gz 

cd openssl-1.1.1j

 

./config --prefix=/usr/local/openssl-1.1.1j --openssldir=/usr/local/openssl-1.1.1j  shared

make

make install

 

 

mv /usr/bin/openssl /usr/bin/openssl_old

ln -s /usr/local/openssl-1.1.1j/bin/openssl /usr/bin/openssl

 

 

 

에러 시

1. openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

cp /usr/local/openssl-1.1.1j/lib/libssl.so.1.1 /usr/lib64/

 

2. openssl: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

cp /usr/local/openssl-1.1.1j/lib/libcrypto.so.1.1 /usr/lib64/

 

 

[root@]# openssl version

OpenSSL 1.1.1j  16 Feb 2021

List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 자주 사용하는 명령어 제비게릴라 2019-06-27 20927
253 nfs 장애로 df 명령어등 입력 안 될 때.. umout 방법 제비게릴라 2025-04-10 4406
252 Centos 7에서 Docker, Docker Compose 설치 방법 제비게릴라 2025-02-25 4579
251 Rocky Linux 9에서 bonding 설정 작업 제비게릴라 2025-02-22 4473
250 python 3.10 설치 방법 제비게릴라 2025-02-19 4640
249 megaRaid 명령어 제비게릴라 2024-04-17 5976
248 azcopy github에서 소스 받아 설치하기.. 제비게릴라 2024-01-23 6482
247 ssh 접속 알고리즘 문제로 로그인 오류 제비게릴라 2024-01-10 5707
246 centos7 firewalld 설정 방법 제비게릴라 2023-12-01 4588
245 dmidecode 값 제비게릴라 2023-08-25 4894
244 sftp umask 설정 방법 제비게릴라 2023-08-16 6558
243 L4 설정 후 ftp 접속후 ls명령어 안되는 경우 제비게릴라 2023-07-12 5014
242 Ubuntu 패키지 업데이트 에러: dpkg: error processing package update-notifier-common (–configure): 제비게릴라 2023-01-19 6731
241 centos 6에서 gcc 5버전, cmake 설치 제비게릴라 2022-12-08 6057
240 리눅스 백업 후 원복 제비게릴라 2022-10-17 5147
239 php pdo-mysql 확장모듈 설치 제비게릴라 2022-01-10 5202
238 apache 소스파일을 rpm으로 컴파일 방법 제비게릴라 2022-01-10 5231
237 ACPI Error 해결방법 [1] 제비게릴라 2021-12-18 5606
236 net_ratelimit ping: sendmsg: Invalid argument 또는 kernel: Neighbour table overflow 발생시.. 제비게릴라 2021-08-25 6174
235 tar 디렉토리 구조만 묶는 방법 제비게릴라 2021-04-23 6125
» openssl source 설치 제비게릴라 2021-03-10 6086