1. 먼저 perl 을 설치한다.
2. openssl 을 설치한다.
방법
perl설치
c디렉토리에서한다.
perl5로 압축을 풀고, 컴멘드 창에서
perl5안으로 들어가서 install.bat을 실행하고 컴파일러들 선택해준다.
설치가 완료되면
autoexec 를 다음과 같이 편집해준다.
set path = c\perl;c\perl\bin
재부팅한다.
2. openssl 설치방법
openssl 디렉토리 안에서
perl Configure VC-WIN32
.\ms\do_ms.bat
perl msvc\doinc.pl
를 차례데로 실행한다.
그다음
windows 탐색기에서
openssl\MSVC\openssl.dsw
를 더블클릭하고, visual studio 가 뜨면
build에서
batch build => rebuild all 선택한다.
에러 없으면 성공
C:\openssl\out32dll\Debug>req.exe
Using configuration from /usr/local/ssl/openssl.cnf
Unable to load config info
C:\openssl\out32dll\Debug>openssl req -config c:\openssl\apps\openssl.cnf
Using configuration from c:\openssl\apps\openssl.cnf
2. openssl 을 설치한다.
방법
perl설치
c디렉토리에서한다.
perl5로 압축을 풀고, 컴멘드 창에서
perl5안으로 들어가서 install.bat을 실행하고 컴파일러들 선택해준다.
설치가 완료되면
autoexec 를 다음과 같이 편집해준다.
set path = c\perl;c\perl\bin
재부팅한다.
2. openssl 설치방법
openssl 디렉토리 안에서
perl Configure VC-WIN32
.\ms\do_ms.bat
perl msvc\doinc.pl
를 차례데로 실행한다.
그다음
windows 탐색기에서
openssl\MSVC\openssl.dsw
를 더블클릭하고, visual studio 가 뜨면
build에서
batch build => rebuild all 선택한다.
에러 없으면 성공
C:\openssl\out32dll\Debug>req.exe
Using configuration from /usr/local/ssl/openssl.cnf
Unable to load config info
C:\openssl\out32dll\Debug>openssl req -config c:\openssl\apps\openssl.cnf
Using configuration from c:\openssl\apps\openssl.cnf
다음검색