Thread: How to determine if ODBC was compiled in?

How to determine if ODBC was compiled in?

From
jarednevans@yahoo.com (Jared Evans)
Date:
Hi,

How would I determine if the Debian Postgresql package I installed was
configured with --enable-odbc option?

Jared

Re: How to determine if ODBC was compiled in?

From
Peter Eisentraut
Date:
Jared Evans wrote:
> How would I determine if the Debian Postgresql package I installed
> was configured with --enable-odbc option?

This is fairly uninteresting, since all this switch controls is whether
the ODBC driver gets built.  Clearly, there is a Debian package for the
ODBC driver.


Re: How to determine if ODBC was compiled in?

From
jarednevans@yahoo.com (Jared Evans)
Date:
perhaps you misunderstood my question.  I downloaded a binary package
off the Debian website.  How do I determine what options it was
compiled with?  That is my question.

Jared

peter_e@gmx.net (Peter Eisentraut) wrote in message news:<200405162156.08959.peter_e@gmx.net>...
> Jared Evans wrote:
> > How would I determine if the Debian Postgresql package I installed
> > was configured with --enable-odbc option?
>
> This is fairly uninteresting, since all this switch controls is whether
> the ODBC driver gets built.  Clearly, there is a Debian package for the
> ODBC driver.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Re: How to determine if ODBC was compiled in?

From
Peter Eisentraut
Date:
Jared Evans wrote:
> perhaps you misunderstood my question.  I downloaded a binary package
> off the Debian website.  How do I determine what options it was
> compiled with?  That is my question.

Look inside the source package in debian/rules.