From: | Lamar Owen <lowen(at)pari(dot)edu> |
---|---|
To: | "Donald Fraser" <demolish(at)cwgsy(dot)net> |
Cc: | "[ADMIN]" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: tcl-devel build dependencies for 7.4.2 |
Date: | 2004-04-14 14:16:34 |
Message-ID: | 200404141016.34794.lowen@pari.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Tuesday 13 April 2004 16:43, Donald Fraser wrote:
> I am trying to build Postgres 7.4.2 from the source rpm on Red Hat Linux
> 7.1 2.96-98
While I do test builds on a Red Hat 7.3 compatible system, I do not do so on a
7.1 system. Sorry.
> I get the following error message:
> [root(at)CISX_Linux1 usr]# rpmbuild --rebuild postgresql-7.4.2-1PGDG.src.rpm
> Installing postgresql-7.4.2-1PGDG.src.rpm
> error: failed build dependencies:
> tcl-devel is needed by postgresql-7.4.2-1PGDG
rpmbuild --rebuild --define 'build7x 1' postgresql-7.4.2-1PGDG.src.rpm
But you might find other things broken, like Python. You can remove the whole
python client build if you wish (and don't need a python client) by passing
'python 0' as a --define. AFAIK that will work on RHL7.1. YMMV.
I am testing some scripts/macros that will automatically figure out the
system; they are not production ready yet.
> My problem is that I can't find a binary or a source for tcl-devel for Red
> Hat Linux 7.1.
The package doesn't exist in the 7.x series. All you need is the main tcl
package in 7.x, and the build7x macro in the spec file takes care of that.
--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC 28772
(828)862-5554
www.pari.edu
From | Date | Subject | |
---|---|---|---|
Next Message | Donald Fraser | 2004-04-14 14:28:08 | Re: tcl-devel build dependencies for 7.4.2 |
Previous Message | Paul Breen | 2004-04-14 13:44:57 | Re: Real time replication of PG DBs accross two servers - |