From: | "Reko Turja" <reko(dot)turja(at)liukuma(dot)net> |
---|---|
To: | "Tadimeti, Kesav" <Kesav(dot)Tadimeti(at)pstsi(dot)com>, <pgsql-ports(at)postgresql(dot)org> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: postgresql8.0.3/FreeBSD5.4/MIT or HEIMDAL KRB5 |
Date: | 2005-10-19 07:39:33 |
Message-ID: | 012001c5d480$3fb0a210$b40471d5@rekon |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-ports |
> I am having difficulty compiling postgresql8.0.3 using ports on
> FreeBSD. I
> need to use either MIT or HEIMDAL KRB5 to 'make' it.
> How do I do it? (I am a newbie with make). make --DWITH_MIT_KRB5 etc
> haven't
> worked out.
With many of the ports it's good to read the "Makefile" which is in
directory of the port in question as it usually contains a list of
several of the user tweakable options i.e. "knobs". FreeBSD base install
contains HEIMDAL kerberos so if you have to use MIT version you'll need
to install that first via ports and then link Postgres against it.
With heimdal you'll need a commandline like:
make WITH_HEIMDAL_KRB5=yes
(now and then with some ports you'll have to define the directory where
the kerberos libraries are installed as well)
-Reko
From | Date | Subject | |
---|---|---|---|
Next Message | Jonas Forsman | 2005-10-19 07:43:14 | Re: Wrong charset? |
Previous Message | William Yu | 2005-10-19 07:32:36 | Re: PostgreSQL on Dual Processors, Dual-Core AMD Chips |
From | Date | Subject | |
---|---|---|---|
Next Message | krishnaa sridharan | 2005-10-20 02:00:25 | someone please reply |
Previous Message | Tadimeti, Kesav | 2005-10-18 18:32:17 | postgresql8.0.3/FreeBSD5.4/MIT or HEIMDAL KRB5 |