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:
[EMAIL PROTECTED] 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.

[EMAIL PROTECTED] lowen]$ cat /etc/redhat-release
Red Hat Linux release 9 (Shrike)
[EMAIL PROTECTED] lowen]$ ssh server.localdomain
[EMAIL PROTECTED] 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.

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

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

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


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

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

Reply via email to