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 installing caravel on Google Compute Engine #1256

Closed
gbrian opened this issue Oct 5, 2016 · 3 comments
Closed

Error installing caravel on Google Compute Engine #1256

gbrian opened this issue Oct 5, 2016 · 3 comments

Comments

@gbrian
Copy link
Contributor

gbrian commented Oct 5, 2016

Hi,

I'm getting this error while trying to install caravel on google cloud computing:

cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
In file included from sasl/saslwrapper.cpp:254:0:
sasl/saslwrapper.h:22:23: fatal error: sasl/sasl.h: No such file or directory
#include <sasl/sasl.h>
                     ^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Command "/root/env/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-
yqmWQe/sasl/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', 
'\n'), __file__, 'exec'))" install --record /tmp/pip-xnl5tR-record/install-record.txt --single-version-
externally-managed --compile --install-headers /root/env/include/site/python2.7/sasl" failed with 
error code 1 in /tmp/pip-build-yqmWQe/sasl/
(env) root@caravel-1:~# 

Anyone else having this issue?
Thanks in advnce

@xrmx
Copy link
Contributor

xrmx commented Oct 5, 2016

You need libsasl2 headers

@xrmx xrmx closed this as completed Oct 5, 2016
@gbrian
Copy link
Contributor Author

gbrian commented Oct 5, 2016

Thanks @xrmx,

Fixed after running:

sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

From http://stackoverflow.com/questions/4768446/i-cant-install-python-ldap

xrmx added a commit to xrmx/superset that referenced this issue Oct 5, 2016
mistercrunch pushed a commit that referenced this issue Oct 5, 2016
* docs: add libsasl as system requirement on linux

* docs: add openldap as system dependencies on linux too

Fix #1256
@maverik-akagami
Copy link

libsasl2-2 for aws servers

@dpgaspar dpgaspar mentioned this issue Feb 11, 2020
12 tasks
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 17, 2021
… chart (apache#1256)

* feat(plugin-chart-echarts): add x-filter for MixedTimeseries

* fix(plugin-chart-echarts): delete debugger

* fix(plugin-chart-echarts): mix-timeseries supports x-filtering

* fix(plugin-chart-echarts): mix-timeseries query

Co-authored-by: xiezhongfu <458957068@qq.com>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 24, 2021
… chart (apache#1256)

* feat(plugin-chart-echarts): add x-filter for MixedTimeseries

* fix(plugin-chart-echarts): delete debugger

* fix(plugin-chart-echarts): mix-timeseries supports x-filtering

* fix(plugin-chart-echarts): mix-timeseries query

Co-authored-by: xiezhongfu <458957068@qq.com>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 25, 2021
… chart (apache#1256)

* feat(plugin-chart-echarts): add x-filter for MixedTimeseries

* fix(plugin-chart-echarts): delete debugger

* fix(plugin-chart-echarts): mix-timeseries supports x-filtering

* fix(plugin-chart-echarts): mix-timeseries query

Co-authored-by: xiezhongfu <458957068@qq.com>
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 26, 2021
… chart (apache#1256)

* feat(plugin-chart-echarts): add x-filter for MixedTimeseries

* fix(plugin-chart-echarts): delete debugger

* fix(plugin-chart-echarts): mix-timeseries supports x-filtering

* fix(plugin-chart-echarts): mix-timeseries query

Co-authored-by: xiezhongfu <458957068@qq.com>
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

3 participants