Prehistory You need to deploy Odoo 9 on AWS. Instance set:
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS" NAME="Ubuntu" VERSION="14.04.3 LTS, Trusty Tahr" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 14.04.3 LTS" VERSION_ID="14.04". I am new to this business, so I started using this algorithm http://devdrive.ru/post/Odoo:Installation/ . I stopped on installing all the necessary packages with the command:
(env) $ pip install -r requirements.txt
warning: manifest_maker: standard file '-c' not found file Lib/ldap.py (for module ldap) not found file Lib/ldap/controls.py (for module ldap.controls) not found file Lib/ldap/extop.py (for module ldap.extop) not found file Lib/ldap/schema.py (for module ldap.schema) not found reading manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Makefile' warning: no files found matching 'Modules/LICENSE' writing manifest file 'Lib/python_ldap.egg-info/SOURCES.txt' running build_ext building '_ldap' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/Modules x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SASL -DHAVE_TLS -DHAVE_LIBLDAP_R -DHAVE_LIBLDAP_R -DLDAPMODULE_VERSION=2.4.19 -IModules -I/opt/openldap-RE24/include -I/usr/include/sasl -I/usr/include -I/usr/include/python2.7 -c Modules/LDAPObject.c -o build/temp.linux-x86_64-2.7/Modules/LDAPObject.o Modules/LDAPObject.c:18:18: fatal error: sasl.h: No such file or directory #include <sasl.h> ^ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Cleaning up... Command /home/odoo/env/bin/python -c "import setuptools, tokenize;__file__='/home/odoo/env/build/python-ldap/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-oOhJcn-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/odoo/env/include/site/python2.7 failed with error code 1 in /home/odoo/env/build/python-ldap Storing debug log for failure in /home/odoo/.pip/pip.log What could be the way out in this case?
sasl.hheader filesasl.h, which is listed inModules/LDAPObject.c, in place? At least, this is indicated by an error. - approximatenumber