Advertisement
Guest User

virtualenv gcc error

a guest
Dec 14th, 2010
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. [me@myServer opt]$ source testEnv/bin/activate
  2. (testEnv)[me@myServer opt]$ easy_install pip
  3. install_dir /opt/testEnv/lib/python2.4/site-packages/
  4. Searching for pip
  5. Best match: pip 0.8.1
  6. Processing pip-0.8.1-py2.4.egg
  7. pip 0.8.1 is already the active version in easy-install.pth
  8. Installing pip script to /opt/testEnv/bin
  9. Installing pip-2.4 script to /opt/testEnv/bin
  10.  
  11. Using /opt/testEnv/lib/python2.4/site-packages/pip-0.8.1-py2.4.egg
  12. Processing dependencies for pip
  13. Finished processing dependencies for pip
  14. (testEnv)[me@myServer opt]$ easy_install python-ldap
  15. install_dir /opt/testEnv/lib/python2.4/site-packages/
  16. Searching for python-ldap
  17. Reading http://pypi.python.org/simple/python-ldap/
  18. Reading http://www.python-ldap.org/
  19. Reading http://python-ldap.sourceforge.net/
  20. Reading http://sourceforge.net/project/showfiles.php?group_id=2072&package_id=2011
  21. Best match: python-ldap 2.3.12
  22. Downloading http://pypi.python.org/packages/source/p/python-ldap/python-ldap-2.3.12.tar.gz#md5=2dadc521b2c2590d9b033894ba5c6f31
  23. Processing python-ldap-2.3.12.tar.gz
  24. Running python-ldap-2.3.12/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ecxTdK/python-ldap-2.3.12/egg-dist-tmp-SKefqM
  25. extra_compile_args:
  26. extra_objects:
  27. include_dirs: /usr/local/openldap-2.3/include /usr/include/sasl
  28. library_dirs: /usr/local/openldap-2.3/lib
  29. libs: ldap_r lber sasl2 ssl crypto
  30. file Lib/ldap.py (for module ldap) not found
  31. file Lib/ldap/schema.py (for module ldap.schema) not found
  32. warning: no files found matching 'Makefile'
  33. warning: no files found matching 'Modules/LICENSE'
  34. file Lib/ldap.py (for module ldap) not found
  35. file Lib/ldap/schema.py (for module ldap.schema) not found
  36. file Lib/ldap.py (for module ldap) not found
  37. file Lib/ldap/schema.py (for module ldap.schema) not found
  38. Modules/constants.c: In function ‘LDAPinit_constants’:
  39. Modules/constants.c:184: error: ‘LDAP_OPT_X_TLS_CRLFILE’ undeclared (first use in this function)
  40. Modules/constants.c:184: error: (Each undeclared identifier is reported only once
  41. Modules/constants.c:184: error: for each function it appears in.)
  42. error: Setup script exited with error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement