joon's story

  • 홈
  • 태그
  • 방명록

Linux 2

Linux : "cannot open shared object file: No such file or directory" 라이브러리를 찾을 수 없다. 프로그램 실행이 안 될 때 해결 방법(error while loading shared libraries)

program 을 실행 시 다음과 같이 "cannot open shared object file: No such file or directory" 에러가 나는 경우가 있습니다. ex) openssl $ openssl openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory 다음과 같은 절차를 통해 해결할 수 있다. ldd 로 필요 library 확인하기 공유 라이브러리 의존성을 출력하는 ldd 로 프로그램 실행에 필요한 라이브러리 확인. $ ldd `which openssl` linux-vdso.so.1 (0x00007ffcc7df1000) libs..

Linux 2023.01.16

ps -ef | grep defunct [defunct(zombie, 좀비) process 죽이기]

top 명령어로 프로세스를 확인. zombie(좀비) 프로세스가 있는 경우. 좀비 찾기 찾기 : ps -ef ps -ef | grep defunct | grep -v grep ex) [root@jmnote ~]# ps -ef | grep defunct | grep -v grep root 17107 21899 0 Feb25 ? 00:00:00 [myagent] testuser 21207 21205 0 Feb26 ? 00:00:00 [check_service.sh] kill zombie(좀비) 모두 죽이기 명령어 ps -ef | grep defunct | awk '{print $3}' | xargs kill -9 awk는 파일로부터 레코드(record)를 선택, 선택된 레코드에 포함된 값을 조작하거나 데이터..

Linux 2023.01.16
이전
1
다음
더보기
프로필사진

joon's story

  • 분류 전체보기 (2)
    • Linux (2)

Tag

Top, ps -ef, 라이브러리, defunct, lib, Library, status au,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/08   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바