Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: error: Could not find SQLGetPrivateProfileString in -liodbcinst #403

Open
chrisodon opened this issue Feb 7, 2023 · 2 comments

Comments

@chrisodon
Copy link

I'm probably doing something wrong:
./configure --with-iodbc=/usr/bin

@chrisodon
Copy link
Author

fixed by installing libiodbc2-dev

@drf5n
Copy link
Contributor

drf5n commented Mar 10, 2023

So, relative to what you had in place before, having one of these files in place is what solved the problem for you? (I assume you are using linux. I'm troubleshooting the same error on a Mac)

https://packages.debian.org/sid/arm64/libiodbc2-dev/filelist

/usr/bin/iodbc-config
/usr/include/iodbc/iodbcext.h
/usr/include/iodbc/iodbcinst.h
/usr/include/iodbc/iodbcunix.h
/usr/include/iodbc/isql.h
/usr/include/iodbc/isqlext.h
/usr/include/iodbc/isqltypes.h
/usr/include/iodbc/odbcinst.h
/usr/include/iodbc/sql.h
/usr/include/iodbc/sqlext.h
/usr/include/iodbc/sqltypes.h
/usr/include/iodbc/sqlucode.h
/usr/lib/aarch64-linux-gnu/libiodbc.so
/usr/lib/aarch64-linux-gnu/libiodbcinst.so
/usr/lib/aarch64-linux-gnu/pkgconfig/libiodbc.pc
/usr/share/doc/libiodbc2-dev/changelog.Debian.gz
/usr/share/doc/libiodbc2-dev/changelog.gz
/usr/share/doc/libiodbc2-dev/copyright
/usr/share/doc/libiodbc2-dev/examples/iodbctest.c.gz
/usr/share/man/man1/iodbc-config.1.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants