openssl 설치시 configure 의 옵션을 어떻게 주어야하는지요..?

crazygun22의 이미지

리눅스 레드헷을 사용합니다. cpu는 pentium-4 셀러론이구요.

그냥 configure 를 명령어를 치는 다음과 같이 옵션설정방법이 나오더군요.

Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-engine] [no-hw-xxx|no-hw]
[[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [386] [[no-]fips] [debug]
[--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]

pick os/compiler from:
.....(필요없는 부분 생략)
linux-pentium linux-ppc linux-ppro linux-s390 linux-s390x linux-sparcv7
..........

그래서 다음과 같이 옵션을 주고 명령을 실행했습니다.

#./Configure --prefix=/usr linux-pentium:flags

그러나 다음에 make 를 실행하니 linux-pentium 옵션은 없다는군요..

무엇이 문제인가요..?

정태영의 이미지

yum 혹은 up2date 를 세팅하시고..

Quote:
yum install openssl
혹은
up2date install openssl

을 실행하시기 바랍니다..
openssl 같은건 사용자가 컴파일하는걸 전혀 권장하지 않습니다..

오랫동안 꿈을 그리는 사람은 그 꿈을 닮아간다...

http://mytears.org ~(~_~)~
나 한줄기 바람처럼..