Re: 8.0.1 SRPM on RHEL v.3

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: Shane Dawalt <shane(dot)dawalt(at)wright(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.0.1 SRPM on RHEL v.3
Date: 2005-09-29 15:16:38
Message-ID: Pine.LNX.4.63.0509291814400.26290@mail.kivi.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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 what I should do? (I'm using rpmbuild --rebuild)

Try

rpmbuild --rebuild --define 'kerbdir=/usr/kerberos' postgresql-8.0.1-2PGDG.src.rpm

AFAIR we've/ll fixed/fix this in 8.1 spec.

Regards,
--
Devrim GUNDUZ
Kivi Bilişim Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org
>From pgsql-general-owner(at)postgresql(dot)org Thu Sep 29 12:40:47 2005
X-Original-To: pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
Received: from localhost (av.hub.org [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id A7F83D81CE
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>; Thu, 29 Sep 2005 12:40:45 -0300 (ADT)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 67365-10
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>;
Thu, 29 Sep 2005 15:40:43 +0000 (GMT)
Received: from blue.stonehenge.com (blue.stonehenge.com [209.223.236.162])
by svr1.postgresql.org (Postfix) with ESMTP id 1629ED6ECD
for <pgsql-general(at)postgresql(dot)org>; Thu, 29 Sep 2005 12:40:42 -0300 (ADT)
Received: from localhost (localhost [127.0.0.1])
by blue.stonehenge.com (Postfix) with ESMTP id 54D9A8F937;
Thu, 29 Sep 2005 08:40:34 -0700 (PDT)
Received: from blue.stonehenge.com ([127.0.0.1])
by localhost (blue.stonehenge.com [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 23242-01-44; Thu, 29 Sep 2005 08:40:33 -0700 (PDT)
Received: by blue.stonehenge.com (Postfix, from userid 1001)
id D9ABD8F93A; Thu, 29 Sep 2005 08:40:33 -0700 (PDT)
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Tino Wildenhain <tino(at)wildenhain(dot)de>,
"A. Kretschmer" <akretschmer(at)despammed(dot)com>,
pgsql-general(at)postgresql(dot)org
Subject: Re: Perl regular expressions
References: <1127946329(dot)574534(at)localhost(dot)localdomain>
<20050929131704(dot)GV6845(at)webserv(dot)wug-glas(dot)de>
<433BEC8C(dot)20006(at)wildenhain(dot)de>
<1128004954(dot)29347(dot)49(dot)camel(at)state(dot)g2switchworks(dot)com>
x-mayan-date: Long count = 12.19.12.12.0; tzolkin = 3 Ahau; haab = 18 Chen
From: merlyn(at)stonehenge(dot)com (Randal L. Schwartz)
Date: 29 Sep 2005 08:40:33 -0700
In-Reply-To: <1128004954(dot)29347(dot)49(dot)camel(at)state(dot)g2switchworks(dot)com>
Message-ID: <863bnnevbi(dot)fsf(at)blue(dot)stonehenge(dot)com>
Lines: 15
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, hits=0.244 required=5 tests=[AWL=-0.130,
DNS_FROM_RFC_ABUSE=0.374]
X-Spam-Level:
X-Archive-Number: 200509/1150
X-Sequence-Number: 84165

>>>>> "Scott" == Scott Marlowe <smarlowe(at)g2switchworks(dot)com> writes:

Scott> And you can use perl regex in PHP as well, since it supports the PCRE
Scott> lib.

Well, *almost* Perl. Despite its name, PCRE is a misnomer, since it's
not really Perl and it's not entirely compatible. :) Yes, it's a
powerful regular expression engine, but Perl regexen can still do some
common things that cannot be done with PCRE.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(at)stonehenge(dot)com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-09-29 15:44:42 Re: How can I check if my cursor statement is using index
Previous Message Shane Dawalt 2005-09-29 15:03:11 8.0.1 SRPM on RHEL v.3