-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
blockedWork on this issue is currently blockedWork on this issue is currently blockedhelp wantedWe are asking the community to submit a PR to resolve this issueWe are asking the community to submit a PR to resolve this issuesteampipeSteampipe plugin issuesSteampipe plugin issues
Description
Currently, we are unable to build the Linux binaries for steampipe-postgres-fdw
.
To get build error run (on Linux):
- make standalone plugin=kubernetes (from steampipe-postgres-fdw repo)
what was the compilation problem?
The build error was Linux only, and related to code relocation:
relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol 'type:string' which may bind externally can not be used when making a shared object; recompile with -fPIC
We tried using the fPIC flag (and many other things)
Metadata
Metadata
Assignees
Labels
blockedWork on this issue is currently blockedWork on this issue is currently blockedhelp wantedWe are asking the community to submit a PR to resolve this issueWe are asking the community to submit a PR to resolve this issuesteampipeSteampipe plugin issuesSteampipe plugin issues