Re: freebsd install

Поиск
Список
Период
Сортировка
От William N. Zanatta
Тема Re: freebsd install
Дата
Msg-id 3CBEBF2F.8040904@veritel.com.br
обсуждение исходный текст
Ответ на freebsd install  ("David Blood" <david@matraex.com>)
Список pgsql-general
gmake[1]: *** Warning: File `configure' has modification time in the
future (2002-03-18 16:04:09 > 2002-01-05 19:11:22)
cd . && ./config.status --recheck

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

that's why you've got a loop! I had the same annoying problem in one of
my boxes...just:

cd /<your psql source dir>
find . -exec touch {} \;

and try again!

william

David Blood wrote:
> I can?t get postgres to install 7.2.1 using ports on Freebsd.  It
> appears to loop through the make file.  Below is the output.  It never
> finishes this loop. Anyone have an idea.  Also where is that variable in
> th src that you have to change to have long column names?
>
>
>
> David Blood
>


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

Предыдущее
От: Egon Sommer
Дата:
Сообщение: Performance of column order
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: freebsd install