Originally posted by: sangameshm
Hi David,
The difference i can see is.
rpm -qp --requires wget-1.9.1-3.aix6.1.ppc.rpm
/sbin/install-info
/bin/sh
libc.a(shr.o)
libcrypto.a(libcrypto.so.0.9.8)
libintl.a(libintl.so.1)
libssl.a(libssl.so.0.9.8)
rpm -qp --requires wget-1.17.1-1.aix6.1.ppc.rpm
/sbin/install-info
/bin/sh
libc.a(shr.o)
libcrypto.a(libcrypto.so)
libintl.a(libintl.so.1)
libpthreads.a(shr_xpg5.o)
libssl.a(libssl.so)
libz.a(libz.so.1)
But it is unclear how libssl.a version making the difference here.
In my machine i could see the this error with both the versions.
# /bin/wget -O - https://github.com/[...] >/dev/null
--04:38:35-- https://github.com/[...]
=> `-'
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com[192.30.253.112]:443... connected.
HTTP request sent, awaiting response... 404 Not Found
04:38:36 ERROR 404: Not Found.
By chance, do you have any certificate installed in your machine ?
Anyway, we will be publishing wget with ca-certificate which could solve the https connection issues.
Thanks,
Sangamesh
#AIX-Open-Source-Software#AIXOpenSource