Re: 8.1dev ssl broke?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: 8.1dev ssl broke?
Дата
Msg-id 20050707201037.GA34675@winnie.fuhr.org
обсуждение исходный текст
Ответ на 8.1dev ssl broke?  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: 8.1dev ssl broke?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
On Thu, Jul 07, 2005 at 12:30:35PM -0700, Joshua D. Drake wrote:
> I pulled cvs today and performed the following:
> 
> ./configure --with-openssl --prefix=/tmp/pgsqldev

Did the build actually find OpenSSL?  Does "ldd postgres" show it
linked against libcrypto and libssl (I'm assuming those are shared
libraries on your system)?

> LOG:  invalid entry in file "/tmp/pgsqldev/data/pg_hba.conf" at line 73, 
> token "hostssl"

No problems here with the latest HEAD.  Is it possible that you're
running a non-SSL enabled postmaster, either because the build didn't
find OpenSSL or because the postmaster you ran is from a different
build?

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: SQL99 - Nested Tables
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: 8.1dev ssl broke?