[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] https server not compiling properly on server
From: |
Piotr Grzybowski |
Subject: |
Re: [libmicrohttpd] https server not compiling properly on server |
Date: |
Mon, 3 Nov 2014 16:38:30 +0100 |
in case you are on debian, you need something like:
# apt-get install libgcrypt11-dev libgnutls-dev
in case of rpm-based distribution with yum, something like:
# yum install gnutls-devel libgcrypt-devel
I can see you are running linux system, what is your distribution?
cheers,
pg
On Mon, Nov 3, 2014 at 9:10 AM, Christian Grothoff <address@hidden> wrote:
> As configure says:
>
> HTTPS support: no (lacking libgrypt and libgnutls)
>
> You need to make sure to have both libraries (and their headers)
> installed. For more details, please read the 'config.log' file that was
> generated by configure.
>
> Happy hacking!
>
> Christian
>
>
> On 11/03/2014 08:57 AM, rahul bhola wrote:
>> i am attaching the output that i got on running ./configure