Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-05-04 Thread Lamar Owen
On Thursday 29 April 2004 10:55, Donald Fraser wrote:
 I don't know what Red Hat Enterprise Linux 2.1 is equivalent to with
 regards to desktop versions so can't help you with choosing a correct
 define. Have a look at the end of the rpm build script for a list of
 available defines.

build7x should work.
-- 
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 4: Don't 'kill -9' the postmaster


Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-05-03 Thread Mauro Morales M.
See www.postgresql.org and search your OS version.

Anycase you can download postgres source and compile.

--
Mauro Morales M.
mailto:[EMAIL PROTECTED]
Linux User # 160358

Christopher Smith [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
: Are there any binaries for the Red Hat Enterprise Linux 2.1.  The OS
shipped with Postgresql 7.1.3... I would like to upgrade. Are there any
suggestions?
:
: Thanks
:
:
: -
: Do you Yahoo!?
: Win a $20,000 Career Makeover at Yahoo! HotJobs



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-04-29 Thread Christopher Smith
I have endeavored to do so however, I get these errors Is there a way to change the build script(s) to ignore this tcl library requirement?

error: failed build dependencies: tcl-devel is needed by postgresql-7.4.2-1PGDGTom Lane [EMAIL PROTECTED] wrote:
Christopher Smith <[EMAIL PROTECTED]>writes: Are there any binaries for the Red Hat Enterprise Linux 2.1. The OS shipped with Postgresql 7.1.3... I would like to upgrade. Are there any suggestions?Get a more recent SRPM and do "rpmbuild --rebuild". I haven't tried itbut I know of no reason it wouldn't work.regards, tom lane
		Do you Yahoo!?Win a $20,000 Career Makeover at Yahoo! HotJobs 

Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-04-29 Thread Donald Fraser



Yes there are defines which turn off parts of the 
build and or change dependencies. For example the following sets dependencies 
for Red Hat 8 (build8x) andturns off python support

rpmbuild --rebuild --define 'build8x 1' --define 
'python 0' postgresql-7.4.2-1PGDG.src.rpm 
I don't know what Red Hat Enterprise Linux 2.1 is 
equivalent to with regards to desktop versions so can't help you 
withchoosing a correct define.
Have a look at the end of the rpm build script for 
a list of available defines.

Regards 
Donald Fraser

  - Original Message - 
  From: 
  Christopher Smith 
  To: Tom Lane 
  Cc: [EMAIL PROTECTED] 
  Sent: Thursday, April 29, 2004 3:29 
  PM
  Subject: Re: [ADMIN] postgresql 7.4.2 
  binary for Red Hat Enterprise Linux 2.1 
  
  I have endeavored to do so however, I get these errors Is there 
  a way to change the build script(s) to ignore this tcl library 
  requirement?
  
  error: failed build 
  dependencies: tcl-devel is 
  needed by postgresql-7.4.2-1PGDGTom Lane [EMAIL PROTECTED] wrote: 
  Christopher 
Smith <[EMAIL PROTECTED]>writes: Are there any binaries 
for the Red Hat Enterprise Linux 2.1. The OS shipped with Postgresql 
7.1.3... I would like to upgrade. Are there any suggestions?Get a 
more recent SRPM and do "rpmbuild --rebuild". I haven't tried itbut I 
know of no reason it wouldn't work.regards, tom 
lane
  
  
  Do you Yahoo!?Win 
  a $20,000 Career Makeover at Yahoo! HotJobs 



Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-04-29 Thread Tom Lane
Christopher Smith [EMAIL PROTECTED] writes:
 I have endeavored to do so however, I get these errors  Is there a way to change 
 the build script(s) to ignore this tcl library requirement?
 
 error: failed build dependencies:
 tcl-devel is needed by postgresql-7.4.2-1PGDG

Just tell rpmbuild to ignore dependencies (--nodeps or some such).  The
dependency on tcl-devel is bogus for older RH installations, because
they didn't have a separate package for tcl's development stuff.

There is another way to do it involving defining a symbol to tell the
build script which platform you are on, but --nodeps is easier ...

regards, tom lane

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-04-28 Thread Christopher Smith
Are there any binaries for the Red Hat Enterprise Linux 2.1.The OSshipped with Postgresql 7.1.3... I would like to upgrade. Are there any suggestions?

Thanks
		Do you Yahoo!?Win a $20,000 Career Makeover at Yahoo! HotJobs 

Re: [ADMIN] postgresql 7.4.2 binary for Red Hat Enterprise Linux 2.1

2004-04-28 Thread Tom Lane
Christopher Smith [EMAIL PROTECTED] writes:
 Are there any binaries for the Red Hat Enterprise Linux 2.1.  The OS shipped with 
 Postgresql 7.1.3... I would like to upgrade. Are there any suggestions?

Get a more recent SRPM and do rpmbuild --rebuild.  I haven't tried it
but I know of no reason it wouldn't work.

regards, tom lane

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match