Re: RH9 postgresql 8.0.7 rpm

From: Devrim GUNDUZ <devrim(at)commandprompt(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RH9 postgresql 8.0.7 rpm
Date: 2006-04-12 10:20:25
Message-ID: 1144837225.2468.5.camel@evim.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi Gaetano,

On Tue, 2006-04-11 at 18:31 +0200, Gaetano Mendola wrote:
> I'm trying to build the rpms for RH9,
> I downloaded the srpm for RH9 but I'm stuck on these errors:
>
> Attempt a:
>
> # rpmbuild --rebuild postgresql-8.0.7-1PGDG.src.rpm
> Installing postgresql-8.0.7-1PGDG.src.rpm
> error: Failed build dependencies:
> tcl-devel is needed by postgresql-8.0.7-1PGDG
>
> why tcl-devel on rh9 version? tcl-devel doesn't exist on rh9 )

We use only one spec file for all platforms. If you are using Red Hat 9,
you should consider using the macros that are enabled for RH9 (build89
and/or build9 in the spec file).

> Attempt b:
> # rpmbuild --nodeps --rebuild postgresql-8.0.7-1PGDG.src.rpm
> ....
> checking krb5.h presence... no
> checking for krb5.h... no
> configure: error: header file <krb5.h> is required for Kerberos 5
> error: Bad exit status from /var/tmp/rpm-tmp.73067 (%build)

I think rebuilding with --define 'buildrhel3 1' will work here.
> ok no kerberos now:
>
> Attempt c:
> # rpmbuild --nodeps --rebuild --define 'kerberos 0' postgresql-8.0.7-1PGDG.src.rpm
> .....
> checking for zlib.h... yes
> checking openssl/ssl.h usability... no
> checking openssl/ssl.h presence... no
> checking for openssl/ssl.h... no
> configure: error: header file <openssl/ssl.h> is required for OpenSSL
> error: Bad exit status from /var/tmp/rpm-tmp.3109 (%build)
>
> actually I have that file:
>
> # locate openssl/ssl.h
> /usr/include/openssl/ssl.h

I have no idea about this and I can't remember right now how I was
building RH9 RPMs ...

If you provide me a RH9 box, I can help you.

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PL/php, plPerlNG - http://www.commandprompt.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gaetano Mendola 2006-04-12 10:24:25 Re: RH9 postgresql 8.0.7 rpm
Previous Message Matthew Peter 2006-04-12 06:27:38 column data size

Browse pgsql-hackers by date

  From Date Subject
Next Message Gaetano Mendola 2006-04-12 10:24:25 Re: RH9 postgresql 8.0.7 rpm
Previous Message Zeugswetter Andreas DCP SD 2006-04-12 08:57:38 Re: [PATCHES] schema-qualified SET CONSTRAINTS