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

ERROR: could not load library "/usr/local/lib/pipelinedb/lib/pipelinedb/pipeline_kafka.so" #63

Open
mmcalli opened this issue Mar 7, 2017 · 5 comments

Comments

@mmcalli
Copy link

mmcalli commented Mar 7, 2017

I am having problems getting pipeline_kafka to work on OSX 10.12.3. I follow the instructions in the readme, and when I try to start up with shared_preload_library set, or create the extension, I get the following error:-

ERROR: could not load library "/usr/local/lib/pipelinedb/lib/pipelinedb/pipeline_kafka.so": dlopen(/usr/local/lib/pipelinedb/lib/pipelinedb/pipeline_kafka.so, 10): Symbol not found: _sasl_client_init Referenced from: /usr/local/lib/pipelinedb/lib/pipelinedb/pipeline_kafka.so Expected in: flat namespace in /usr/local/lib/pipelinedb/lib/pipelinedb/pipeline_kafka.so

I have tried the following various options:-

  1. Followed instructions in your readme - i.e. clone the specific branch of librdkafka, configure, make and install.
  2. Installed librdkafka using homebrew.
  3. Followed suggestion in issue 1387 to build librdkafka with the disable_ssl option

None of these work. So, any other ideas?

@derekjn
Copy link
Contributor

derekjn commented Mar 13, 2017

@mmcalli can you share the ./configure output you get when building librdkafka? Here's how we build librdkafka for the pipeline_kafka that's included in our Docker image:

https://github.com/pipelinedb/pipelinedb/blob/master/pkg/docker/Dockerfile#L104

@carlSQ
Copy link

carlSQ commented Sep 26, 2017

have the same problem in os x

@dwierenga
Copy link

In case others stumble upon this, building librdkafka with the configure line linked by @derekjn and then building pipeline_kafka against that worked for me (Mac OSX High Sierra).

@val-sy
Copy link

val-sy commented Mar 25, 2019

@mmcalli can you share the ./configure output you get when building librdkafka? Here's how we build librdkafka for the pipeline_kafka that's included in our Docker image:

https://github.com/pipelinedb/pipelinedb/blob/master/pkg/docker/Dockerfile#L104

the link is not found
when i installed librdkafka-0.9.5.x and pipeline_kafka-0.9.5,pipelinedb version is 9.5 ,after add to pipelinedb.conf ,restart pipelinedb,get an error:
FATAL:could not load library "/pipelinedb/lib/pipelinedb/pipeline_kafka.so":/pipelinedb/lib/pipelinedb/pipeline_kafka.so:undefined symbol:inflate

sorry, I was so careless,the quesion is solved.

@motian-pili123
Copy link

@val-sy "/pipelinedb/lib/pipelinedb/pipeline_kafka.so":/pipelinedb/lib/pipelinedb/pipeline_kafka.so:undefined symbol:inflate

How do you solve this problem?

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

6 participants