473,387 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

RHEL 2.1 rpms for 7.4.2

Hi People,
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?

I've had a look at http://opensource.nederland.net/ but they're only
7.4.1, which is the current version I'm running.

Thanks

Nov 23 '05 #1
8 1693
Hadley Willan <ha***********@deeperdesign.co.nz> writes:
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?


Your best bet might be to get the SRPM (source RPM) and build binaries
for yourself. The SRPM ought to work fine on older Linuxen, and
building isn't much harder than "rpmbuild --rebuild".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #2
Hadley Willan <ha***********@deeperdesign.co.nz> writes:
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?


Your best bet might be to get the SRPM (source RPM) and build binaries
for yourself. The SRPM ought to work fine on older Linuxen, and
building isn't much harder than "rpmbuild --rebuild".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 23 '05 #3
On Fri, 2004-06-18 at 21:03, Hadley Willan wrote:
Hi People,
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?

I've had a look at http://opensource.nederland.net/ but they're only
7.4.1, which is the current version I'm running.

Thanks


Why not build it from the source files at the main site?

I just did this on a FC2 system, well not the latest, but 7.4.2 anyway.
In addition I built the latest PHP as well as Apache from sources.

Only trick I used was to grab the startup scrips from the older versions
and modify them for use with the latest versions. Very easy.

--
Scot L. Harris
we***@cfl.rr.com

If you want to know how old a man is, ask his brother-in-law.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 23 '05 #4
On Fri, 2004-06-18 at 21:03, Hadley Willan wrote:
Hi People,
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?

I've had a look at http://opensource.nederland.net/ but they're only
7.4.1, which is the current version I'm running.

Thanks


Why not build it from the source files at the main site?

I just did this on a FC2 system, well not the latest, but 7.4.2 anyway.
In addition I built the latest PHP as well as Apache from sources.

Only trick I used was to grab the startup scrips from the older versions
and modify them for use with the latest versions. Very easy.

--
Scot L. Harris
we***@cfl.rr.com

If you want to know how old a man is, ask his brother-in-law.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 23 '05 #5
rpmbuild is broken on RH AS2.1, it can't handle nested ifs

Dave
On Fri, 2004-06-18 at 21:45, Tom Lane wrote:
Hadley Willan <ha***********@deeperdesign.co.nz> writes:
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?


Your best bet might be to get the SRPM (source RPM) and build binaries
for yourself. The SRPM ought to work fine on older Linuxen, and
building isn't much harder than "rpmbuild --rebuild".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

!DSPAM:40d39dbb71311869725949!

--
Dave Cramer
519 939 0336
ICQ # 14675561
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #6
Dave Cramer wrote:
rpmbuild is broken on RH AS2.1, it can't handle nested ifs
The 7.3 packages should work.

Dave
On Fri, 2004-06-18 at 21:45, Tom Lane wrote:
Hadley Willan <ha***********@deeperdesign.co.nz> writes:
Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?


Your best bet might be to get the SRPM (source RPM) and build binaries
for yourself. The SRPM ought to work fine on older Linuxen, and
building isn't much harder than "rpmbuild --rebuild".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

!DSPAM:40d39dbb71311869725949!

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL
---------------------------(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

Nov 23 '05 #7
Agreed,

But people who buy RHAS2.1 in my experience are quite adamant about
using RHAS2.1 packages.

You can get it to build but you have to go in and manually remove some
lines from the spec file.

Dave
On Wed, 2004-06-23 at 12:26, Joshua D. Drake wrote:
Dave Cramer wrote:
rpmbuild is broken on RH AS2.1, it can't handle nested ifs


The 7.3 packages should work.

Dave
On Fri, 2004-06-18 at 21:45, Tom Lane wrote:
Hadley Willan <ha***********@deeperdesign.co.nz> writes:

Does anybody know where I can find Redhat Enterprise Linux 2.1
versions of the latest Postgresql release?

Your best bet might be to get the SRPM (source RPM) and build binaries
for yourself. The SRPM ought to work fine on older Linuxen, and
building isn't much harder than "rpmbuild --rebuild".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org


--
Dave Cramer
519 939 0336
ICQ # 14675561
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 23 '05 #8
Dave Cramer wrote:
Agreed,

But people who buy RHAS2.1 in my experience are quite adamant about
using RHAS2.1 packages.
Well they are RHAS 2.1 packages :) Just rename them. There is almost
zero difference from a PostgreSQL perspective between 7.3 and AS/ES 2.1.

Sincerely,

Joshua D. Drake


You can get it to build but you have to go in and manually remove some
lines from the spec file.

Dave
On Wed, 2004-06-23 at 12:26, Joshua D. Drake wrote:
Dave Cramer wrote:
rpmbuild is broken on RH AS2.1, it can't handle nested ifs


The 7.3 packages should work.

Dave
On Fri, 2004-06-18 at 21:45, Tom Lane wrote:
Hadley Willan <ha***********@deeperdesign.co.nz> writes:
> Does anybody know where I can find Redhat Enterprise Linux 2.1
>versions of the latest Postgresql release?

Your best bet might be to get the SRPM (source RPM) and build binaries
for yourself. The SRPM ought to work fine on older Linuxen, and
building isn't much harder than "rpmbuild --rebuild".

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org


--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Matthew Wilson | last post by:
Hi - I just added a shiny Dell server running Red Hat 9 to my office intranet. I noticed that it has python2.2 installed, not 2.3. I found rpms for python2.3 on the python.org site, and the...
7
by: Oliver Elphick | last post by:
Debian packages of PostgreSQL 7.4beta4 are available in the experimental section of the Debian archive. -- Oliver Elphick Oliver.Elphick@lfix.co.uk Isle of Wight,...
26
by: Darryl W. DeLao Jr | last post by:
Im currently on red hat 7.3 running postgres. Everything is running fine. Obviously, Im going to have to upgrade to RHEL 3 in order to receive updates, etc. Does anyone know of any problems with...
7
by: Peter Eisentraut | last post by:
SuSE RPMs for PostgreSQL 7.4 are available at ftp://ftp.postgresql.org/pub/binary/v7.4/suse or a mirror http://www.postgresql.org/mirrors-www.html or at
2
by: Gellert, Andre | last post by:
Hi everybody, currenty we use Suse Linux 9 and the rpms with 7.4.0 downloaded from ftp://ftp.gmd.de/mirrors2/suse/ftp.suse.com/people/max/postgresql-7.4/ . I don't know how to contact the person...
0
by: Devrim GUNDUZ | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've built PostgreSQL 7.4.3 RPMS on RHEL3. Needed to change the spec file a bit for tcl and kerberos. They heve been tested and are working...
4
by: Devrim GUNDUZ | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, For RPM users, (S)RPMS for 7.4.4 was just built. We have (S)RPMS for: * Red Hat Linux 9 * Fedora Core 1
1
by: Devrim GUNDUZ | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --------------------------------------------------------------------- PostgreSQL RPM Set Update 2004-10-26 Version(s): 7.3.8, 7.4.6
3
by: John Murtari | last post by:
Folks, Trying to build php 4.4.6 and apache 1.3.37 on RHEL 4. Each of them builds and installs okay, but when we start apache we get: Syntax error on line 238 of...
8
by: mark.bergman | last post by:
I am porting from Digital Unix to Linux (RHEL 4), and am seeing a difference in the return value of glob(). Given a non-existant directory "/tmp/a", and the following line of code: result =...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.