-
Notifications
You must be signed in to change notification settings - Fork 24
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
How to install? #5
Comments
Have you installed using
# make USE_PGXS=1 install
If yes, then locate libclickhouse-1.0.so file and set the LD_LIBRARY_PATH.
…On Mon, Apr 8, 2019 at 7:53 PM tozoj ***@***.***> wrote:
Hi, I'm having trouble installing this.
I'm on ubuntu 18.04 PostgreSQL 11.
After building odbc and clickhousedb_fdw, in psql when running:
create extension clickhousedb_fdw;
I get
ERROR: could not load library "/usr/lib/postgresql/11/lib/clickhousedb_fdw.so": /usr/lib/postgresql/11/lib/clickhousedb_fdw.so: undefined symbol: odbc_fetch
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADbS8nHEzMDIeIpR_SKWHVRzV1E5oFEdks5ve1fMgaJpZM4ciYyK>
.
--
Ibrar Ahmed
|
Thank you. |
No, its actually the wrapper library over odbc, part of clickhousedb_fdw.
…On Mon, Apr 8, 2019 at 8:54 PM tozoj ***@***.***> wrote:
Thank you.
Is libclickhouse-1.0.so the file that results from building
clickhouse-odbc ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADbS8o2yM2hkLGJ4UDrNdvH1AHiaRVZHks5ve2Y-gaJpZM4ciYyK>
.
--
Ibrar Ahmed
|
Thank you for that. Here is the built .so file.
And here is the postgres user's env
|
Never mind, I just had to clean and rebuild. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm having trouble installing this.
I'm on ubuntu 18.04 PostgreSQL 11.
After building odbc and clickhousedb_fdw, in psql when running:
create extension clickhousedb_fdw;
I get
The text was updated successfully, but these errors were encountered: