Re: Tab completion not working on OSX Lion (10.7.3)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tab completion not working on OSX Lion (10.7.3)
Дата
Msg-id 2625.1334371937@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tab completion not working on OSX Lion (10.7.3)  (Bryan Hughes <huuuze@gmail.com>)
Список pgsql-general
Bryan Hughes <huuuze@gmail.com> writes:
> I now have "libreadline.a" in /usr/local/lib. Assuming that's the goal,
> would you be kind enough to walk me through the next step -- linking that
> lib to psql?

I think it should work to just configure and build postgres the same as
you otherwise would --- I believe Apple's gcc follows the usual
convention of looking in /usr/local first.  You can check the results
with "otool -L psql".  If it mentions /usr/lib/libedit.dylib or
/usr/lib/libreadline.dylib, you still have a dependency on libedit,
else not.

            regards, tom lane

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

Предыдущее
От: Bryan Hughes
Дата:
Сообщение: Re: Tab completion not working on OSX Lion (10.7.3)
Следующее
От: "go.dbms"
Дата:
Сообщение: Error with compile source code on CentOS5.7