complie postgresql with kerberos in centos

From: rahimeh khodadadi <rahimeh(dot)khodadadi(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: complie postgresql with kerberos in centos
Date: 2009-07-22 08:40:08
Message-ID: bbeb3140907220140q159d6398uf681810907ea8a4a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi readers,

I have problem in compiling of postgresql with krb5 in CentOS;

My compiling statement is :
./configure --with-krb5 --without-readline --without-zlib --with-openssl
--with-ldap
because of the fact that Postgresql need ldap in compile with krb5, I have
to add --with-openssl , --with-ldap parameters in configuration.
On the other hand, using this parameters in configuration, is send
following error:
" checking for SSL_library_init in -lssl... no
configure: error: library 'ssl' is required for OpenSSL"

Please help me.

Thanks
Miss.R.KH

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message mitra nazemian 2009-07-22 08:47:08 Re: implement ldap authentication in PostgreSQL
Previous Message Andreas Wenk 2009-07-22 08:39:50 Re: implement ldap authentication in PostgreSQL