[unixODBC-support] ODBC driver manager PATH
Peter Harvey
pharvey at peterharvey.org
Sun Oct 18 16:21:19 BST 2009
You should be finding libodbc.so somewhere. Also; the program odbcinst.
What do you get when you;
$ sudo find / -name libodbc.*
$ sudo find / -name odbcinst
If you are using an rpm based distro you can;
$ rpm -qa | grep -i odbc
Typically; unixODBC gets installed into /usr/lib (or /usr/lib64) and
/usr/bin. If you build from source it will go where "--prefix" tells it
or to the default which would be /usr/local.
--
Peter
Steve Cookson wrote:
>> Did you check for the driver manager libraries under /usr/local/lib ?
>>
>
> Hi Hemanth,
>
> Thanks for this. When I look there I only find perl and python2.6
> directories and nothing else, no other directories of files.
>
> Even if I do a full search for odbc_config I find nothing.
>
> Is there a page somewhere that tells me what files come with unixODBC and
> what the default installation paths are?
>
> Have a good weekend.
>
> Regards
>
> Steve
>
>
> _______________________________________________
> unixODBC-support mailing list
> unixODBC-support at mailman.unixodbc.org
> http://mailman.unixodbc.org/mailman/listinfo/unixodbc-support
>
>
More information about the unixODBC-support
mailing list