Re: complie postgresql with kerberos in centos

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: rahimeh khodadadi <rahimeh(dot)khodadadi(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: complie postgresql with kerberos in centos
Date: 2009-07-22 14:05:48
Message-ID: 19508.1248271548@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

rahimeh khodadadi <rahimeh(dot)khodadadi(at)gmail(dot)com> writes:
> I have problem in compiling of postgresql with krb5 in CentOS;

It should pretty much just work, if you have the appropriate packages
installed. On RHEL-5 I see the RPMs requiring
BuildPrereq: krb5-devel
BuildPrereq: e2fsprogs-devel
so make sure you have those installed.

> because of the fact that Postgresql need ldap in compile with krb5,

There is no such interaction that I'm aware of.

> 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"

Sure looks like you haven't got openssl-devel installed, either.

On the whole, it sounds like you have little experience building
software in the RHEL environment. Perhaps you should consider
grabbing the Red Hat or PGDG RPMs instead of building your own
version.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message rahimeh khodadadi 2009-07-23 04:29:21 Re: complie postgresql with kerberos in centos
Previous Message Andreas Wenk 2009-07-22 09:24:54 Re: implement ldap authentication in PostgreSQL