Re: Readline, Postgresql and Solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Readline, Postgresql and Solaris
Дата
Msg-id 15713.1155312369@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Readline, Postgresql and Solaris  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
Ответы Re: Readline, Postgresql and Solaris  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
Список pgsql-novice
"Garcia, Joshua" <Joshua.Garcia@xerox.com> writes:
>> Just as a hint, configure needs to find both the include files and the
>> readline library file.  You may need to specify --with-includes and/or
>> --with-libraries to get the compiler to look in the right place, if
>> you didn't install readline into the "standard" directories /usr/include
>> and /usr/lib.

> Hmm...when I installed readline I only did a ./configure and a 'make
> install.'  I don't know how else to make it install to the standard
> directories

Its default is probably to install in /usr/local/include and
/usr/local/lib.  gcc is usually configured to search those directories
by default, but most vendor cc's aren't.  Try saying
--with-includes=/usr/local/include etc.

            regards, tom lane

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

Предыдущее
От: "Jasbinder Bali"
Дата:
Сообщение: Re: Unable to connect to PostgreSQL 8 from PGAdmin III
Следующее
От: Carol Cheung
Дата:
Сообщение: Unable to perform any queries on a table