Advertisement
Guest User

Untitled

a guest
Jul 7th, 2011
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. easy_install python-ldap
  2. Searching for python-ldap
  3. Reading http://pypi.python.org/simple/python-ldap/
  4. Reading http://www.python-ldap.org/
  5. Best match: python-ldap 2.4.1
  6. Downloading http://pypi.python.org/packages/source/p/python-ldap/python-ldap-2.4.1.tar.gz#md5=be20381013b28679b57a0285e053f8ef
  7. Processing python-ldap-2.4.1.tar.gz
  8. Running python-ldap-2.4.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-IQJFmx/python-ldap-2.4.1/egg-dist-tmp-ypg4Qu
  9. extra_compile_args: -g
  10. extra_objects:
  11. include_dirs: /opt/openldap-RE24/include /usr/include/sasl
  12. library_dirs: /opt/openldap-RE24/lib
  13. libs: ldap_r lber sasl2 ssl crypto
  14. file Lib/ldap.py (for module ldap) not found
  15. file Lib/ldap/controls.py (for module ldap.controls) not found
  16. file Lib/ldap/extop.py (for module ldap.extop) not found
  17. file Lib/ldap/schema.py (for module ldap.schema) not found
  18. warning: no files found matching 'Makefile'
  19. warning: no files found matching 'Modules/LICENSE'
  20. file Lib/ldap.py (for module ldap) not found
  21. file Lib/ldap/controls.py (for module ldap.controls) not found
  22. file Lib/ldap/extop.py (for module ldap.extop) not found
  23. file Lib/ldap/schema.py (for module ldap.schema) not found
  24. file Lib/ldap.py (for module ldap) not found
  25. file Lib/ldap/controls.py (for module ldap.controls) not found
  26. file Lib/ldap/extop.py (for module ldap.extop) not found
  27. file Lib/ldap/schema.py (for module ldap.schema) not found
  28. In file included from Modules/LDAPObject.c:18:
  29. /usr/include/sasl/sasl.h:349: warning: function declaration isn’t a prototype
  30. Modules/ldapcontrol.c: In function ‘encode_assertion_control’:
  31. Modules/ldapcontrol.c:350: warning: implicit declaration of function ‘ldap_create_assertion_control_value’
  32. Modules/constants.c: In function ‘LDAPinit_constants’:
  33. Modules/constants.c:153: error: ‘LDAP_OPT_DIAGNOSTIC_MESSAGE’ undeclared (first use in this function)
  34. Modules/constants.c:153: error: (Each undeclared identifier is reported only once
  35. Modules/constants.c:153: error: for each function it appears in.)
  36. Modules/constants.c:363: error: ‘LDAP_CONTROL_RELAX’ undeclared (first use in this function)
  37. error: Setup script exited with error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement