Re: BUG #2674: libedit not detected

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2674: libedit not detected
Дата
Msg-id 21539.1159994873@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2674: libedit not detected  ("Bob Friesenhahn" <bfriesen@simple.dallas.tx.us>)
Ответы Re: BUG #2674: libedit not detected  (Bob Friesenhahn <bfriesen@simple.dallas.tx.us>)
Список pgsql-bugs
"Bob Friesenhahn" <bfriesen@simple.dallas.tx.us> writes:
> libedit-20060829-2.9 was installed to /usr/local.

> Configure was executed like:
> LDFLAGS=-L/usr/local/lib ./configure '--prefix=/opt/foo/postgresql'
> '--with-openssl' '--enable-thread-safety' '--with-pam' '--with-python'
> '--enable-integer-datetimes'

> configure: error: history header not found

Apparently your compiler doesn't search /usr/local/include by default.

The recommended way to do this is to
configure --with-includes=/usr/local/include --with-libs=/usr/local/lib
rather than fooling with LDFLAGS or CPPFLAGS directly.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: error compiling 7.4.13 on OSX 10.4.8 -- Intel
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2674: libedit not detected