openssl 설치 시 문제점

j261092의 이미지

유닉스 환경(Solaris)에서 openssl 설치 하려고 합니다.

설치방법을 검색해본결과

1) ./config
2) make
3) make test
4) make install

위와 같은 순으로 진행하라고 하는데 ./config 실행 시 다음과 같은 문구가 나오내요

making links in engines/ccgost...
make[2]: Entering directory `/src/openssl-1.0.1k/engines/ccgost'
make[2]: `links'를 위해 할 일이 없습니다
make[2]: Leaving directory `/src/openssl-1.0.1k/engines/ccgost'
make[1]: Leaving directory `/src/openssl-1.0.1k/engines'
making links in apps...
make[1]: Entering directory `/src/openssl-1.0.1k/apps'
make[1]: `links'를 위해 할 일이 없습니다
make[1]: Leaving directory `/src/openssl-1.0.1k/apps'
making links in test...
make[1]: Entering directory `/src/openssl-1.0.1k/test'
make[1]: `links'를 위해 할 일이 없습니다
make[1]: Leaving directory `/src/openssl-1.0.1k/test'
making links in tools...
make[1]: Entering directory `/src/openssl-1.0.1k/tools'
make[1]: `links'를 위해 할 일이 없습니다
make[1]: Leaving directory `/src/openssl-1.0.1k/tools'
generating dummy tests (if needed)...
make[1]: Entering directory `/src/openssl-1.0.1k/test'
make[1]: `generate'를 위해 할 일이 없습니다
make[1]: Leaving directory `/src/openssl-1.0.1k/test'

Configured for solaris-sparcv9-gcc.

./config 진행 중 이러한 메세지가 나오며 끝나는데

make 실행해도 다음과 같은 메세지들이 나오내요.

어디가 문제가 있는걸까요? gcc 옵티마이저 옵션도 꺼보고 openssl 버전도 낮추어 보았지만 동일한 증상이 발생합니다.

백연구원의 이미지

정상입니다만..


소곤소곤

j261092의 이미지

정상인가요?

make -> make test -> make install

해보아도 설치가 되지 않습니다.

# openssl verstion 명령어 쳐도 찾을 수 없다고 나오내요.ㅜㅜ

백연구원의 이미지

단계별로 확인을 해보실 필요가 있는데, config, make 하신다음에.. 컴파일 하신 경로의 ./apps/openssl 파일이 있는지 부터 확인해보세요,


소곤소곤