From: | Johan Henselmans <johan(at)netsense(dot)nl> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: Call for port reports |
Date: | 2003-10-25 21:52:14 |
Message-ID: | 7E505F26-0735-11D8-A5DB-003065FAF6EC@netsense.nl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 24-okt-03, at 17:37, Bruce Momjian wrote:
> It is time for people to report their port testing. Please test
> against
> current CVS or beta5 and report your 'uname -a'.
>
> The current list is at:
>
> http://candle.pha.pa.us/main/writings/pgsql/sgml/supported-
> platforms.html
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania
> 19073
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to
> majordomo(at)postgresql(dot)org)
>
I had trouble compiling postgressrc/pgsql/src/interfaces/ecpg/ecpglib
and compiling pgsql/src/interfaces/ecpg/compatlib.
Reason was I had asked during configure to include krb5 support. After
adding the -lkrb5 flag to the Makefile in these subdirectories,
everyting went fine.
My configure options:
export JAVA_HOME=/usr
export
PATH=/usr/local/bin:$PATH:/Developer/Java/J2EE/apache-ant-1.5.3/bin
./configure --bindir=/usr/local/bin --mandir=/usr/local/share/man/
--enable-recode --enable-odbc --enable-syslog
--enable-unicode-conversion --enable-multibyte --with-CXX
--enable-python --with-java --with-krb5=/usr --with-rendezvous
--with-openssl=/usr/include/openssl
uname -a:
Darwin albatros.nest.nl 7.0.0 Darwin Kernel Version 7.0.0: Wed Sep 24
15:48:39 PDT 2003; root:xnu/xnu-517.obj~1/RELEASE_PPC Power Macintosh
powerpc
-johan
Johan Henselmans
http://www.netsense.nl
Tel: +31-20-6267538
Fax: +31-20-6273852
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Brown | 2003-10-25 22:26:45 | Re: Call for port reports |
Previous Message | Larry Rosenman | 2003-10-25 21:37:52 | Re: Call for port reports |