Re: Can't compile postgresql 11 on FreeBSD 11.1

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Márcio Antônio Sepp <marcio(at)zyontecnologia(dot)com(dot)br>, pgsql-general(at)postgresql(dot)org
Subject: Re: Can't compile postgresql 11 on FreeBSD 11.1
Date: 2018-07-17 19:37:29
Message-ID: 4d55008e-658e-0913-f7f1-f844acf643e8@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/17/2018 12:34 PM, Márcio Antônio Sepp wrote:
> Hi,
>
> I’m trying to compile PostgreSQL 11beta2 but this errors occur:
>

> checking readline.h usability... no
>
> checking readline.h presence... no
>
> checking for readline.h... no
>
> checking readline/readline.h usability... no
>
> checking readline/readline.h presence... no
>
> checking for readline/readline.h... no
>
> configure: error: readline header not found
>
> If you have libedit already installed, see config.log for details on the
>
> failure.  It is possible the compiler isn't looking in the proper directory.
>
> Use --without-readline to disable libedit support.
>
> root(at)srvbacula:/postgresql/postgresql-11beta2 # pkg info | grep readline
>
> readline-7.0.3_1               Library for editing command lines as they
> are typed

Looks like you need whatever is the FreeBSD equivalent of readline-dev(el).

>
> root(at)srvbacula:/postgresql/postgresql-11beta2 #
>
> thanks in advance
>
> --
>
> Att
>
> Márcio A. Sepp
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christoph Moench-Tegeder 2018-07-17 19:47:10 Re: Can't compile postgresql 11 on FreeBSD 11.1
Previous Message Márcio Antônio Sepp 2018-07-17 19:34:50 Can't compile postgresql 11 on FreeBSD 11.1