Replies: 1 comment
-
|
solved this problem, it`s because the CXX11 ABI complie flag |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use duckdb fdw in my project, which need a duckdb.
I builded duckdb from source and successfully build and installed duckdb fdw.
My environment is a ubuntu 22.04 image in docker with amd CPU.
I build duckdb followed official documents with ninja
When I try to load it in the PostgreSQL, the error occurs:
by using
nm,there are a lot of _ZN6duckdb9ErrorDataC1ER*:but it didn`t have what I need.
I think it`s because I didn`t get a correct duckdb version first. So I tried v1.1.3, v1.0.0 and v1.2.0, all the versions don't have this symbol.
I also tried clang 10.0.0 and g++11.4.0 but in vain.
Then I tried to download DuckDB.so from official website, and it contained this symbol.
My development machine is unable to connect to the internet and I must compile everything from source. I don't know how to solve this.
Beta Was this translation helpful? Give feedback.
All reactions