[campcaster-support] Install can't find ODBC driver manager
  • I'm trying to install campcaster on my RHES4.0 system.
    After running ./configure --prefix=/opt/campcaster
    --with-odbc=/usr/bin/odbcinst
    I then run make (or make install) and get the following message:
    configure: error: No ODBC driver manager configured. Pperhaps you need
    to give configure --with-odbc=/some/location?

    As I understand it, odbcinst is the normal command line ODBC driver
    manager. I have confirmed that it is located in /usr/bin.
    What am I doing wrong?

    Thanks in advance.

    John

    --
    John Hicks

    When replying to me personally, please use "johnhicks" instead of "johnlist" in the email address.
  • 1 Comment sorted by
  • Although I still haven't gotten a clean compile, I was able to get past
    this error message by simply pointing to the /etc directory (i.e. by
    pointing to the location of odbcinst.ini and odbc.ini rather than the
    actual driver manager program, odbcinst).

    I used:
    ./configure --prefix=/opt/campcaster --with-odbc=/etc
    instead of
    ./configure --prefix=/opt/campcaster --with-odbc=/usr/bin/odbcinst

    John Hicks wrote:
    > I'm trying to install campcaster on my RHES4.0 system.
    > After running ./configure --prefix=/opt/campcaster
    > --with-odbc=/usr/bin/odbcinst
    > I then run make (or make install) and get the following message:
    > configure: error: No ODBC driver manager configured. Pperhaps you need
    > to give configure --with-odbc=/some/location?
    >
    > As I understand it, odbcinst is the normal command line ODBC driver
    > manager. I have confirmed that it is located in /usr/bin.
    > What am I doing wrong?
    >
    > Thanks in advance.
    >
    > John
    >


    --
    John Hicks

    When replying to me personally, please use "johnhicks" instead of "johnlist" in the email address.