Re: Ada & Postgresql
From: Benjamin Ketcham (bketcham_at_drizzle.com)
Date: 09/30/04
- Next message: Ken Thomas: "Re: Which Ada IDE is best for Numerical Analysis?"
- Previous message: Dmitry A. Kazakov: "Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl)"
- In reply to: Warren W. Gay VE3WWG: "Re: Ada & Postgresql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 09:56:06 -0000
Warren W. Gay VE3WWG <ve3wwg@cogeco.ca> wrote:
> Pascal Obry wrote:
>>
>> On GNU/Linux Debian that's quite easy!
>>
>> $ apt-get install odbc-postgresql
>> $ apt-get install unixodbc
>> $ apt-get install unixodbc-dev
>
> Debian is fine for those using it. But what about *BSD, Solaris and
> HP-UX users for example?
The nice thing about Debian .deb packages is that they are actually
just old-school "ar" archives. "ar -x", then you are left with
a few regular tar.gz files and an install script (which you may
wish to read, rather than run).
Of course, you'd want to grab the source, rather than the binary,
packages. And extracting the files is of course only the first
step; whether the code is actually portable to those other platforms
is a completely different question...
--Benjamin
- Next message: Ken Thomas: "Re: Which Ada IDE is best for Numerical Analysis?"
- Previous message: Dmitry A. Kazakov: "Re: Ada Popularity: Comparison of Ada/Charles with C++ STL (and Perl)"
- In reply to: Warren W. Gay VE3WWG: "Re: Ada & Postgresql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|