Re: odbc and mac os x

From: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
To: Ray Aspeitia <aspeitia(at)sells(dot)com>, pgsql-odbc(at)postgresql(dot)org
Cc: Theodore Petrosky <tedpet5(at)yahoo(dot)com>
Subject: Re: odbc and mac os x
Date: 2004-04-05 14:22:04
Message-ID: 20040405142204.50694.qmail@web41012.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

BTW, Ray.. I see you are working on OS X server. I am
using OS X client. there must be a difference in the
env.

here is my ouput from the env command:

TERM_PROGRAM=Apple_Terminal
TERM=xterm-color
SHELL=/bin/bash
TERM_PROGRAM_VERSION=100
USER=sacksadmin
__CF_USER_TEXT_ENCODING=0x1F5:0:0
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/pgsql/bin
PWD=/Users/sacksadmin/Documents/psqlodbc-7.2.5
SHLVL=1
HOME=/Users/sacksadmin
LOGNAME=sacksadmin
SECURITYSESSIONID=2119e0
_=/usr/bin/env
OLDPWD=/Users/sacksadmin/Documents/psqlodbc-7.2.5

Do you see any difference with yours that would
matter?

Ted

--- Ray Aspeitia <aspeitia(at)sells(dot)com> wrote:
> >I all the discussions of working with the odbc
> >release, if anyone can help with creating
> >documentation on how to compile for OS X, it would
> >really help.
> >
> >I don't have the skill set to figure out what the
> >problem is and am at a loss. I did recieve a binary
> >from someone so I know it works, but for the life
> of
> >me I have not been able to compile it.
> >
> >I have posted about the problem before but never
> got
> >anywhere.
> >
> >Ted
> >
>
> Not sure what your problem is exactly but the
> following compile
> options work for me for psqlodbc-7.2.5 on OSX Server
> 10.3.x. There
> are two files that don't normally exist, that you
> must create,
> /Library/ODBC/odbc.ini, /Library/ODBC/odbcinst.ini
>
>
> ./configure --enable-pthreads --with-iodbc
> make
> sudo make install
>
>
>
>
> note create the following files in the locations
> shown after
> installing the psqlodbc driver
> if they already exist, just add the contents as
> necessary
>
>
> /Library/ODBC/odbc.ini
>
------------------------------------------------------
> [ODBC]
> Trace = 0
> TraceAutoStop = 0
> TraceFile =
> TraceLibrary =
>
> [ODBC Data Sources]
> PostgreSQL_DSN_name = PostgreSQL
>
> [PostgreSQL_DSN_name]
> Driver = /usr/local/lib/psqlodbc.so
> Description = Some DB description
> Database = my_db_name
> Servername = localhost
>
------------------------------------------------------
>
>
>
> /Library/ODBC/odbcinst.ini
>
------------------------------------------------------
> [ODBC Drivers]
> PostgreSQL = Installed
>
> [ODBC Connection Pooling]
> PerfMon = 0
>
> [PostgreSQL]
> Driver = /usr/local/lib/psqlodbc.so
> Debug = 0
> CommLog = 1
>
------------------------------------------------------
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>
>
http://www.postgresql.org/docs/faqs/FAQ.html----------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.htmlgresql.org/docs/faqs/FAQ.html

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Chris Gamache 2004-04-05 14:48:38 Assistance reading this psqlodbc log...
Previous Message Theodore Petrosky 2004-04-05 14:09:40 Re: odbc and mac os x