Originally posted by: RandallNA
Hi All,
We are trying to install WGET & CURL on some Prod servers we have, we understand these are open source, but we would like to know if there is a secure place to download the dependencies, maybe approved by IBM? We downloaded the packages from developerworks, but as you can see below, there are a lot of dependencies we need to install, or, is there a package we can download that includes everything?
List of dependencies for WGET (taken from the downloaded files):
# rpm -qpR /tmp/pavani/wget-1.19.2-1.aix6.1.ppc.rpm
/sbin/install-info
/bin/sh
libc.a(shr.o)
libcrypto.a(libcrypto.so)
libintl.a(libintl.so.8)
libpthreads.a(shr_xpg5.o)
libssl.a(libssl.so)
libz.a(libz.so.1)
#
List of dependencies for CURL (taken from the downloaded files):
# rpm -qpR /tmp/pavani/curl-7.64.0-1.aix6.1.ppc.rpm
libssh2 >= 1.8.0-3
ca-certificates >= 2016.10.7
libgcc >= 6.3.0-1
openldap >= 2.4.45-1
libc.a(shr.o)
libc.a(shr_64.o)
libcrypto.a(libcrypto.so.1.0.2)
libcurl.a(libcurl.so.4)
libgcc_s.a(shr.o)
liblber.a(liblber-2.4.so.2)
libldap.a(libldap-2.4.so.2)
libpthread.a(shr_xpg5.o)
libpthreads.a(shr_xpg5.o)
libpthreads.a(shr_xpg5_64.o)
libs.a(shr.o)
libssh2.a(libssh2.so.1)
libssl.a(libssl.so.1.0.2)
libz.a(libz.so.1)
#
Thanks in advance for your help ..!