centos5 wget 업그레이드# Operation System/Linux2020. 10. 22. 16:36
Table of Contents
728x90
반응형
# wget -V
GNU Wget 1.11.4 Red Hat modified
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Currently maintained by Micah Cowan <micah@cowan.name>.
# wget http://ftp.gnu.org/gnu/wget/wget-1.16.1.tar.gz
# tar -xvzf wget-1.16.1.tar.gz
# ./configure --with-ssl=openssl --with-libssl-prefix=/usr/local/ssl/lib --prefix=/usr
# make && make install
# ldd /usr/bin/wget | grep libssl
libssl.so.1.0.0 => /usr/local/ssl/lib/libssl.so.1.0.0 (0x0021f000)
# wget -V
GNU Wget 1.16.1 built on linux-gnu.
+digest +https +ipv6 +iri +large-file +nls +ntlm +opie -psl +ssl/openssl
Wgetrc:
/usr/etc/wgetrc (system)
Locale:
/usr/share/locale
Compile:
gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/etc/wgetrc"
-DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib
-I/usr/local/ssl/include -g -O2
Link:
gcc -g -O2 /usr/local/ssl/lib/libssl.so
/usr/local/ssl/lib/libcrypto.so -Wl,-rpath -Wl,/usr/local/ssl/lib
-ldl -lz -lidn -luuid -lrt ftp-opie.o openssl.o http-ntlm.o
../lib/libgnu.a
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Please send bug reports and questions to <bug-wget@gnu.org>.
728x90
반응형
'# Operation System > Linux' 카테고리의 다른 글
centos6x openssl 및 nginx 업데이트 (0) | 2021.02.15 |
---|---|
geoip 자동업데이트 스크립트 (0) | 2020.10.23 |
openssl command smtp(ssl) 및 imap(ssl) 접속확인 (0) | 2020.10.05 |
centos7 iptables geoip 설치 및 적용 (3) | 2020.07.08 |
centos5 curl 버전 업그레이드 (0) | 2020.03.26 |
@다크쉐라빔 :: 다크쉐라빔의 주절주절
안녕하세요. 이곳은 IT위주의 잡다한 정보를 올려두는 개인 블로그입니다.
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!