Re: [GENERAL] 8.0.1 SRPM on RHEL v.3

2005-10-05 Thread Devrim GUNDUZ
Hi, On Thu, 29 Sep 2005, Shane Dawalt wrote: rpmbuild --rebuild --define 'kerbdir=/usr/kerberos' postgresql-8.0.1-2PGDG.src.rpm I tried this, but it also resulted in not finding kbr5.h. Looking through the Configure log, the '=' on the --define option was actually used as part of the dire

Re: [GENERAL] 8.0.1 SRPM on RHEL v.3

2005-09-29 Thread Shane Dawalt
Devrim GUNDUZ wrote: On Thu, 29 Sep 2005, Shane Dawalt wrote: I'm attempting to build the srpm (postgresql-8.0.1-2PGDG.src.rpm), but am running into a snag with krb5.h. The configure script doesn't see it although I have krb5-devel installed and the file exists in /usr/kerberos/include/. A

Re: [GENERAL] 8.0.1 SRPM on RHEL v.3

2005-09-29 Thread Devrim GUNDUZ
Hi, On Thu, 29 Sep 2005, Shane Dawalt wrote: I'm attempting to build the srpm (postgresql-8.0.1-2PGDG.src.rpm), but am running into a snag with krb5.h. The configure script doesn't see it although I have krb5-devel installed and the file exists in /usr/kerberos/include/. Anyone have a clue w

[GENERAL] 8.0.1 SRPM on RHEL v.3

2005-09-29 Thread Shane Dawalt
I'm attempting to build the srpm (postgresql-8.0.1-2PGDG.src.rpm), but am running into a snag with krb5.h. The configure script doesn't see it although I have krb5-devel installed and the file exists in /usr/kerberos/include/. Anyone have a clue what I should do? (I'm using rpmbuild --rebui