Notice
Recent Posts
Recent Comments
Link
«   2026/06   »
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 more
Archives
Today
Total
관리 메뉴

holssi 님의 블로그

phoronix-test-suite run pts/openssl시 No targets specified and no makefile found 에러와 해결 본문

SERVER

phoronix-test-suite run pts/openssl시 No targets specified and no makefile found 에러와 해결

holssi 2026. 4. 21. 10:59

phoronix-test-suite install pts/openssl 했을때 아무 에러 없이 설치가 되었는데, phoronix-test-suite run pts/openssl하니 

configure 단계에서 실채하여 Makefile이 생성되지 않았음

rocky9에서 openssl 벤치마크 빌드 실패는 Perl의 특정 모듈 누락이나 c 컴파일러와의 연결 문제일 가능성이 높음

 

 

빌드 필수 도구 및 Perl 모듈 한꺼번에 설치

dnf install -y gcc make perl-core perl-IPC-Cmd perl-FindBin openssl-devel zlib-devel

 

실패한 빌드 캐시 삭제

rm -rf /var/lib/phoronix-test-suite/installed-tests/pts/openssl-4.0.0/

 

설치

phoronix-test-suite install pts/openssl