Incubator-superset: Error installing caravel on Google Compute Engine

Created on 5 Oct 2016  Â·  3Comments  Â·  Source: apache/incubator-superset

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

Most helpful comment

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

All 3 comments

You need libsasl2 headers

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

libsasl2-2 for aws servers

Was this page helpful?
0 / 5 - 0 ratings