업무/sys
[Linux] wget build 하기
sysops
2021. 4. 9. 16:41
728x90
저는 Centos 7.6 환경에서 wget 빌드 진행했습니다.
# wget http://ftp.gnu.org/gnu/wget/wget-1.16.1.tar.gz
# tar -xvzf wget-1.16.1.tar.gz
# cd wget-1.16.1
# export PKG_CONFIG_PATH=/usr/local/openssl/1.0.2/lib/pkgconfig/
# ./configure --with-ssl=openssl --prefix=/home/wget --with-libssl-prefix=/usr/local/openssl_package/1.0.2/lib
# make
728x90