【发布时间】:2020-06-26 20:59:35
【问题描述】:
我遇到了开发文件的构建/编译错误(标题问题)python ldap 与 Apache Superset 的集成。这两个模块都安装了 openldap-devel 和 python-devel。 https://www.python-ldap.org/en/python-ldap-3.2.0/installing.html#centos
请帮忙,谢谢!
In file included from C/libldap.c:5:
C/libldap.h:10:10: fatal error: ldap.h: No such file or directory
#include <ldap.h>
^~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for py3-libldap
ibldap.c -o build/temp.linux-x86_64-3.6/C/libldap.o
In file included from C/libldap.c:5:
C/libldap.h:10:10: fatal error: ldap.h: No such file or directory
#include <ldap.h>
^~~~~~~~
compilation terminated.
error: command 'gcc' failed with exit status 1
【问题讨论】:
标签: apache-superset superset python-ldap