[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Error in building source code
From: |
Jure Grabnar |
Subject: |
Re: [Bug-wget] Error in building source code |
Date: |
Wed, 16 Jul 2014 19:29:18 +0200 |
On 16 July 2014 19:01, Sagar Srivastava <address@hidden>
wrote:
> After running the configure script with the "--with-ssl=openssl" option.
> Running make command gives the following error.
>
> libpsl.h : no such file or directory.
>
> How should i proceed? Are there some system dependencies i'm missing?
>
Hi,
I believe you have 2 options:
a) install libpsl from here: https://github.com/rockdaboot/libpsl
b) run configure with "--without-libpsl", i.g. "./configure
--without-libpsl"
>
> P.S - I'm working on the parallel-wget branch for the new Wget Test Suite.
>
> Thanks in advance!
>
> Regards,
> Sagar
>
Regards,
Jure Grabnar