Okay, I read the background info you posted. Thanks, that made it a lot clearer. Then I ran the command you suggested to find odbcinst.ini. It worked, see:

rebecca-witmers-macbook-pro-15:jtds-1.2.2-dist rwitmer$ iodbc-config --odbcinstini
/Library/ODBC/odbcinst.ini

The trouble is, when I go there, nothing is there. Really:

rebecca-witmers-macbook-pro-15:jtds-1.2.2-dist rwitmer$ cd /Library/ODBC/
-bash: cd: /Library/ODBC/: No such file or directory

So I tried doing a find on the entire hard drive. Lots of Permission denied messages on directories I"m assuming you have to sudo to search, but no odbcinst.ini. Doing a search in the Mac Finder GUI yields same results.

I did find this though:

rebecca-witmers-macbook-pro-15:Shared rwitmer$ find /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin -name iodbc-config
/usr/bin/iodbc-config

And this:

rebecca-witmers-macbook-pro-15:Shared rwitmer$ ls /usr/bin/ | grep odbc
iodbc-config
iodbctest
iodbctestw

And this:

rebecca-witmers-macbook-pro-15:include rwitmer$ ls /Developer/SDKs/MacOSX10.4u.sdk/usr/include | grep iodbcinst
iodbcinst.h

But that's in the directory for OSX 10.4. My machine has 10.5. What's the deal here? Do I have this driver manager thing or what? I am confused.


In reply to Re^2: Problems with DBD::ODBC and DBD::Sybase by rwitmer
in thread Problems with DBD::ODBC and DBD::Sybase by rwitmer

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.