로그인
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 20929
» openssl source 설치 제비게릴라 2021-03-10 6084
233 vnc 설정 방법 제비게릴라 2020-10-20 5232
232 우분투 rpm 파일을 deb로 변경시 i386 제비게릴라 2020-08-18 5196
231 ubuntu nvidia 드라이버 업데이트 제비게릴라 2020-05-07 5219
230 우분투 관련 명령 및 정보 제비게릴라 2020-03-13 5232
229 centos 7에서 nic 고정 방법 제비게릴라 2020-03-05 5277
228 pci 슬롯 확인... lspci 제비게릴라 2020-02-06 6285
227 ubuntu apt proxy 설정 제비게릴라 2020-01-31 5253
226 apache 동작이 안 될 때 제비게릴라 2019-12-17 6596
225 MBR 삭제시 복구 방법 제비게릴라 2019-10-01 5173
224 tx hang 관련 (TSO) 제비게릴라 2019-08-05 6538
223 centos 7에서 파워버튼 눌러도 안 꺼지게 하는 방법 제비게릴라 2019-07-30 5230
222 date 사용한 스크립트 제비게릴라 2019-07-16 5071
221 자주 사용하는 명령어 제비게릴라 2019-06-27 20929
220 리눅스 상에서 MBR 삭제 및 복구 방법 제비게릴라 2019-06-19 5363
219 expect에서 echo 명령어로 추가할 때 [1] 제비게릴라 2019-06-04 5262
218 chage 명령으로 패스워드 날짜 업데이트.. 제비게릴라 2019-05-14 5283
217 하드웨어 시간 맞추는 방법 제비게릴라 2019-04-22 5278
216 dell disk 교체 방법 제비게릴라 2019-04-22 5337
215 hpssacli, hpacucli 사용 디스크 교체 방법 [1] 제비게릴라 2019-04-22 6582