Re: BUG #5013: Error in psqlodbc configuration - Mailing list pgsql-bugs

From Robert Haas
Subject Re: BUG #5013: Error in psqlodbc configuration
Date
Msg-id 603c8f070908281010p5e8995bdx126c17f504bf8b5@mail.gmail.com
Whole thread Raw
In response to BUG #5013: Error in psqlodbc configuration  ("Ishara" <isharasjc@gmail.com>)
List pgsql-bugs
On Wed, Aug 26, 2009 at 5:55 AM, Ishara<isharasjc@gmail.com> wrote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A05013
> Logged by: =A0 =A0 =A0 =A0 =A0Ishara
> Email address: =A0 =A0 =A0isharasjc@gmail.com
> PostgreSQL version: 8.4
> Operating system: =A0 Solaris x86
> Description: =A0 =A0 =A0 =A0Error in psqlodbc configuration
> Details:
>
> Hi,
>
> I used ./configure --with-odbc --enable-pthreads and try to configure
> psqlodbc in solaris x86.
> But it exits with an error,
>
> ..
> ..
> ..
> checking whether time.h and sys/time.h may both be included... yes
> checking for long... yes
> checking size of long... configure: error: cannot compute sizeof (long)
> See `config.log' for more details.
> bash-3.00#
>
>
> Pls give me a solution to resolve this.

I would suggest that you start by following the directions given in
the error message:

See `config.log' for more details.

If you can't figure it out yourself, you could try posting the
contents of config.log and see if anyone else can help.

You might also want to redirect your question to pgsql-general.  This
mailing list is for bugs, and at this point there's no evidence that
this is a bug rather than, say, a problem with your system.

...Robert

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: inconsistent composite type null handling in plpgsql out variable
Next
From: "Kevin Grittner"
Date:
Subject: Re: inconsistent composite type null handling in plpgsql out variable