Cancel this... /usr/local/bin/pod2man was missing, so the script bailed early. The program was not being updated with 'make install' like I expected.
On Fri, Jan 5, 2018 at 4:47 AM, Jeffrey Walton <[email protected]> wrote: > Hi Everyone, > > I have a local copy of libpsl (https://github.com/rockdaboot/libpsl). > Wget was configured with: > > $ ./configure --prefix=/usr/local --libdir=/usr/local/lib64 > --with-ssl=openssl --with-libssl-prefix=/usr/local > --with-libiconv-prefix=/usr/local > --with-libunistring-prefix=/usr/local --with-libidn=/usr/local > > The configure line _lacks_ --without-libpsl. According to --help, > there is no corresponding --with-libpsl. > > When I inspect Wget I don't see a libpsl dependency: > > $ ldd /usr/local/bin/wget > linux-vdso.so.1 (0x00007ffd87795000) > libiconv.so.2 => /usr/local/lib64/libiconv.so.2 (0x00007f8eb7ef2000) > libunistring.so.2 => /usr/local/lib64/libunistring.so.2 > (0x00007f8eb7b5a000) > libpcre.so.1 => /usr/local/lib64/libpcre.so.1 (0x00007f8eb790a000) > libidn2.so.0 => /usr/local/lib64/libidn2.so.0 (0x00007f8eb76ec000) > libssl.so.1.0.0 => /usr/local/lib64/libssl.so.1.0.0 > (0x00007f8eb747d000) > libcrypto.so.1.0.0 => /usr/local/lib64/libcrypto.so.1.0.0 > (0x00007f8eb7004000) > libdl.so.2 => /lib64/libdl.so.2 (0x00007f8eb6e00000) > libz.so.1 => /usr/local/lib64/libz.so.1 (0x00007f8eb6be2000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f8eb69c3000) > libc.so.6 => /lib64/libc.so.6 (0x00007f8eb65ee000) > /lib64/ld-linux-x86-64.so.2 (0x00007f8eb81e2000) > > And the version string states it is missing. Adding --with-libpsl has > the same result: > > $ wget --version | grep psl > +ntlm +opie -psl +ssl/openssl > > Any ideas how to enable PSL? > > Thanks in advance. > > Jeff
