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/

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to