Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

SQL anywhere 17 odbc driver installed on linux server to connect to Sybase IQ, getting below error message using isql

[01000][unixODBC][Driver Manager]Can't open lib '/opt/sqlanywhere17/lib64/libdbodbc17_r.so' : file not found [ISQL]ERROR: Could not SQLDriverConnect

Kindly support to fix this issue

asked 22 Apr '21, 19:40

asakho's gravatar image

asakho
70114
accept rate: 0%

1

Have you confirmed you have deployed the required files and ensured that the environment has been sourced correctly? See https://help.sap.com/viewer/98ad9ec940e2465695685d98e308dff5/17.0/en-US/815e5a166ce21014a8adafcb9b80f5a6.html for deployment file requirements. You will need the LD_LIBRARY_PATH visible to UnixODBC to include the location of these files. Pay particular attention to the notes related to symbolic links to the libraries as you need both the .so and .so.1 for the deployment.

(22 Apr '21, 23:18) Chris Keating

@asakho: I fixed the -1 down vote someone unfairly gave you.

@Chris: Thank you for recognizing that some people (like me) have a terrible time dealing with all the "sourcing" and "symbolic links" nonsense foisted on the world by dudes who think *ix rulz :)

@all: Please up vote asakho's question because it is a good one. This is the SQL Anywhere forum, where folks are polite to newbies... this is not StackOverhole.com where every second person is a sociopath :)

(23 Apr '21, 14:54) Breck Carter

Ahh, Breck - you've had the Stack idiots following you around and downvoting you as well!

(27 Apr '21, 21:25) gchq
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×46

question asked: 22 Apr '21, 19:40

question was seen: 1,293 times

last updated: 27 Apr '21, 21:25