Re: Now trying Cygwin with normal download of PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Now trying Cygwin with normal download of PostgreSQL
Дата
Msg-id 16912.1014391790@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Now trying Cygwin with normal download of PostgreSQL  (Peter <peter@helpnet.com.au>)
Список pgsql-bugs
Peter <peter@helpnet.com.au> writes:
> I have the latest Cygwin and PostgreSQL 7.2. Using the installation
> instructions at http://people.freebsd.org/~kevlo/postgres/portNT.html,
> make produces the messages:
> pg_passwd.o(.text+0x763):pg_passwd.c: undefined reference to 'crypt'

If you can figure out *why* that happens, we'll be glad to apply the fix
in future versions, but there's not a lot we can do about it remotely;
you're going to have to do some of the legwork yourself.  (This is open
source software, after all.)

You could start by looking at the configure log (config.log) to see if
it found libcrypt or not.  If there is a libcrypt, did it get mentioned
in LIBS in src/Makefile.global?  Is it mentioned in the build command
for pg_passwd (which you carefully omitted from your complaint)?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: my pl/pgsql functions return weird results
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch pgsql-7.2 AuthBlockSig