2010년 4월 29일 목요일

openssl mipsel-linux

search openssl mipsel-linux
http://www.networkedmediatank.com/wiki/index.php/Openvpn
http://cblfs.cross-lfs.org/index.php/OpenSSL // 추천

required patch(MIPS) 다운로드, 웹에서 띄우니까 복사해서 저장할것

little-endian이므로

아래 명령을 실행 하기 전에
patch 파일에서
mipsel에 해당 하는 gcc 를 mipsel-linux-gcc로 변경 후 makefile를 생성 해야 한다.

patch -Np1 -i ../openssl-0.9.8k-mips_support-1.patch &&
./Configure linux-mipsel --openssldir=/etc/ssl --prefix=/usr shared

참고 --prefix의 디렉토리에 저장될 폴더는 bin, include, lib이다.
--prefix=/etc/ssl로 같이 해도 좋다.


make
make install


댓글 없음: