Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo? - Mailing list pgadmin-support

From Lamar Owen
Subject Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?
Date
Msg-id 200304031438.01975.lamar.owen@wgcr.org
Whole thread Raw
In response to Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?  (Jim Hines <jhines@wdtv.com>)
List pgadmin-support
On Thursday 03 April 2003 14:21, Jim Hines wrote:
> > Depends if they were built on Redhat 9 because the error comes from the
> > long gcc version string that PostgreSQL includes in it's version string.

> I think I will try this with RH8.0 RPM builds. I cannot seem to make the
> beta ODBC driver work any better. It behaves identically. I went to
> "Connection Debugging Tools/ODBC connect" , chose the new PGSQLODBC30 DSN I
> created, and viola, it did the same thing. :(

It probably won't help, since:
[lowen@localhost lowen]$ gcc --version
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[lowen@localhost lowen]$ cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)
[lowen@localhost lowen]$ ssh server.localdomain
[lowen@server lowen]$ gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[lowen@server lowen]$ cat /etc/redhat-release
Red Hat Linux release 8.0 (Psyche)
[lowen@server lowen]$

(server.localdomain is a real, publicly visible machine whose identity has
been masked for security reasons.)

Contrasted to:
[lowen@dev lowen]$ gcc --version
2.96
[lowen@dev lowen]$ cat /etc/redhat-release
Aurora SPARC Project release 0.42 (Douglas)
Based on Red Hat Linux 7.X
[lowen@dev lowen]$

Dev is not publicly visible, and is an Ultra 5 running Aurora 0.42, which is
almost the same thing as (the fictional, not real) Red Hat 7.3 for SPARC
(with updates).

This will break from-source builds, too, so it isn't an RPM-specific problem,
AFAICT.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


pgadmin-support by date:

Previous
From: Jim Hines
Date:
Subject: Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?
Next
From: Jim Hines (by way of Jim Hines
Date:
Subject: Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?