Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2
Date: 1999-11-22 21:28:33
Message-ID: 3839B581.BD1C0CA4@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Vince Vielhaber wrote:
> > --with-tclconfig and/or --with-tkconfig should fix this. I forget
> > whether those are in 6.5.* though.

> I added --with-tkconfig somewhere around March 4, 1999. That's the date
> on my patch file anyway. Does that help any?

Well, I told the guy to symlink /usr/X11/lib/tkConfig.sh to
/usr/lib/tkConfig.sh to assist in troubleshooting the build -- and
that's when we run up against the X stuff. He is confirming that he
indeed has the X11 development headers and libs installed.

The long term solution is to add distribution-specific configure lines
to the spec file, selected with RPM directives. We just have to figure
out the configure options and other shenanigans for each distribution,
then put the appropriate directives in place. Once we get his system
building the RPM's reliably, then we'll do the --with-tkconfig etc
directives in the spec file, with the selector directives inline. At
that point, whether you are on RedHat or SuSE, you just type 'rpm
--rebuild postgresql-6.5.3-x.src.rpm' and the entire build, install, and
packaging operations are executed in a fully automatic fashion,
producing installable binary RPM's. At least that's my goal ;-).

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 1999-11-22 22:04:27 RE: [HACKERS] 7.0 status request
Previous Message Vince Vielhaber 1999-11-22 21:11:34 Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2