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:
> [EMAIL PROTECTED] 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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to