Re: Can't compile postgresql 11 on FreeBSD 11.1

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Can't compile postgresql 11 on FreeBSD 11.1
Date: 2018-07-17 19:47:10
Message-ID: 20180717194710.GB41457@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Márcio Antônio Sepp (marcio(at)zyontecnologia(dot)com(dot)br):

> I’m trying to compile PostgreSQL 11beta2 but this errors occur:
>
> root(at)srvbacula:/postgresql/postgresql-11beta2 # ./configure

Stop right here and try using the same configure command line
as the port (postgresql10-server, as there's no v11 port yet).
At the very minimum, you will need "--with-libraries=/usr/local/lib"
and "--with-includes=/usr/local/include". That makes configure
pass for me.

Regards,
Christoph

--
Spare Space

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2018-07-17 20:25:21 Re: Can't compile postgresql 11 on FreeBSD 11.1
Previous Message Adrian Klaver 2018-07-17 19:37:29 Re: Can't compile postgresql 11 on FreeBSD 11.1