Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Jim Hines <jhines(at)wdtv(dot)com>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?
Date: 2003-04-03 19:38:01
Message-ID: 200304031438.01975.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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(at)localhost lowen]$ cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)
[lowen(at)localhost lowen]$ ssh server.localdomain
[lowen(at)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(at)server lowen]$ cat /etc/redhat-release
Red Hat Linux release 8.0 (Psyche)
[lowen(at)server lowen]$

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

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Jim Hines 2003-04-03 19:47:47 Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?
Previous Message Jim Hines 2003-04-03 19:21:43 Re: PostgreSQL 7.3/RH 9/PGAdmin Not a good combo?