[
https://issues.apache.org/jira/browse/IGNITE-26481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18042248#comment-18042248
]
Igor Sapego commented on IGNITE-26481:
--------------------------------------
Looks good to me.
> [ODBC][RPM] Odbc driver throws error Can't open lib
> '/usr/lib/libignite3-odbc.so'
> ---------------------------------------------------------------------------------
>
> Key: IGNITE-26481
> URL: https://issues.apache.org/jira/browse/IGNITE-26481
> Project: Ignite
> Issue Type: Bug
> Components: odbc, platforms ai3
> Affects Versions: 3.1
> Environment: CENTOS 8
> Reporter: Igor
> Assignee: Dmitrii Zabotlin
> Priority: Blocker
> Labels: ignite-3, odbc
> Fix For: 3.2
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> *Steps to reproduce:*
> # Start cluster.
> # Connect to cluster via ODBC driver (rpm file) under CENTOS 8.
> # Execute SQL.
> *Expected:*
> SQL is executed.
> *Actual:*
> The error:
> {code:java}
> Traceback (most recent call last):
> File "/root/odbc_client.py", line 101, in <module>
> main()
> File "/root/odbc_client.py", line 97, in main
> __execute_query(args)
> File "/root/odbc_client.py", line 44, in __execute_query
> connection = _connect_odbc(driver, url)
> File "/root/odbc_client.py", line 22, in _connect_odbc
> conn = connect(**conn_params)
> pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib
> '/usr/lib/libignite3-odbc.so' : file not found (0) (SQLDriverConnect)") {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)