Re: [Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Tim Rühsen
On 18.07.2018 14:58, Jeffrey Walton wrote: > On Wed, Jul 18, 2018 at 7:14 AM, Tim Rühsen wrote: >> Maybe it's an bash/sh incompatibility. Anyways - what does 'make >> install' do !? It basically copies the 'wget' executable into a >> directory (e.g. /usr/local/bin/) that is listed in your PATH e

Re: [Bug-wget] How to change SYSTEM_WGETRC?

2018-07-18 Thread Gisle Vanem
Jeffrey Walton wrote: When I check my locally installed wget --version it is showing the wrong wgetrc: $ command -v wget /usr/local/bin/wget $ wget --version GNU Wget 1.19.5 built on linux-gnu. ... Wgetrc: /etc/wgetrc (system) I installed an updated wget

[Bug-wget] How to change SYSTEM_WGETRC?

2018-07-18 Thread Jeffrey Walton
When I check my locally installed wget --version it is showing the wrong wgetrc: $ command -v wget /usr/local/bin/wget $ wget --version GNU Wget 1.19.5 built on linux-gnu. ... Wgetrc: /etc/wgetrc (system) I installed an updated wgetrc based on sample.wgetrc in $PR

Re: [Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Jeffrey Walton
On Wed, Jul 18, 2018 at 8:59 AM, Darshit Shah wrote: > Are you trying to compile Wget from git? Or are you using the tarballs? Tarball. > If you are using the tarballs, this should not happen unless you have modified > some of the build files. In which case, I would ask you to share your changes

Re: [Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Jeffrey Walton
On Wed, Jul 18, 2018 at 7:14 AM, Tim Rühsen wrote: > Maybe it's an bash/sh incompatibility. Anyways - what does 'make > install' do !? It basically copies the 'wget' executable into a > directory (e.g. /usr/local/bin/) that is listed in your PATH env variable. > > You can do that by hand. If you w

Re: [Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Darshit Shah
Are you trying to compile Wget from git? Or are you using the tarballs? If you are using the tarballs, this should not happen unless you have modified some of the build files. In which case, I would ask you to share your changes with us so that we can fix the build for everyone. You should not re

Re: [Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Jeffrey Walton
On Wed, Jul 18, 2018 at 7:14 AM, Tim Rühsen wrote: > Maybe it's an bash/sh incompatibility. Anyways - what does 'make > install' do !? It basically copies the 'wget' executable into a > directory (e.g. /usr/local/bin/) that is listed in your PATH env variable. > > You can do that by hand. If you w

Re: [Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Tim Rühsen
Maybe it's an bash/sh incompatibility. Anyways - what does 'make install' do !? It basically copies the 'wget' executable into a directory (e.g. /usr/local/bin/) that is listed in your PATH env variable. You can do that by hand. If you want the updated man file, copy wget.1 into your man1 director

[Bug-wget] Failed 1.19.5 install on Solaris 11.3

2018-07-18 Thread Jeffrey Walton
Hi Everyone, I'm working from the Wget 1.19.5 tarball. 'make install' is failing on Solaris 11.3. Is there any way to avoid the automake version checks? As it stands I'm in a DoS situation because I need an updated Wget. It has been my experience it is nearly impossible to update Autotools (I hav

Re: [Bug-wget] How specify a CA zoo file during configuration

2018-07-18 Thread Darshit Shah
At run time you can use the --ca-certificate option to pass the filename * Jeffrey Walton [180718 11:17]: > Hi Everyone, > > I'm working on an ancient system. I need to bootstrap an updated Wget. > > I installed a new ca-certs.pem in /usr/local/share. I need to tell > Wget to use it. I don't se

[Bug-wget] How specify a CA zoo file during configuration

2018-07-18 Thread Jeffrey Walton
Hi Everyone, I'm working on an ancient system. I need to bootstrap an updated Wget. I installed a new ca-certs.pem in /usr/local/share. I need to tell Wget to use it. I don't see a configuration option: $ ./configure --help | grep -i ca --cache-file=FILE cache test results in FILE [disab