Re: complie postgresql with kerberos in centos

Поиск
Список
Период
Сортировка
От Andreas Wenk
Тема Re: complie postgresql with kerberos in centos
Дата
Msg-id 4A6C8AEB.1020704@netzmeister-st-pauli.de
обсуждение исходный текст
Ответ на Re: complie postgresql with kerberos in centos  (rahimeh khodadadi <rahimeh.khodadadi@gmail.com>)
Ответы Re: complie postgresql with kerberos in centos  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список pgsql-admin
rahimeh khodadadi schrieb:
> Nobody does me help. Please.

first it's sunday - so maybe some of the people who may answer your
questions have an off day ;-). On the other hand you should be patient.

As Tom allready mentioned, all dependent packges have to be installed. I
was running in some problems while compiling postgresql 8.4 with these
options.

$ ./configure --prefix=/usr/local/pgsql --with-tcl –with-perl \
--with-python --with-krb5 --with-pam --with-openssl –with- \ libxslt
--with-gssapi --with-tclconfig=/usr/lib/tcl8.5 –with- \
includes=/usr/include/libxml2

I made a small trick. I was installing all dependencies for postgresql
8.3 with

$ apt-get build-dep postgresql-8.3

But hey this is just a hack ;-)

And finally I had to install these packages in advance:

$ apt-get install libreadline5-dev libghc6-zlib-dev

It really took a while but worked out. The final advice from one of our
sysadmins was "take the package from your distro" (in this case Debain).

So the only reason I see that you take the walk through hell is that you
have to use the latest postgresql version 8.4. Ubuntu has 8.4 allready,
Debian will have it hopefully soon in backports. I don't know when it
will be available in CentOS ...

Cheers

Andy

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

Предыдущее
От: rahimeh khodadadi
Дата:
Сообщение: Re: complie postgresql with kerberos in centos
Следующее
От: TRAN THI NGOC MAI
Дата:
Сообщение: Please, help me configuring RFT