Advertisement
reisei

Untitled

Mar 6th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
  2. checking for swig... no
  3. checking for swig2.0... no
  4. checking for python2.7... (cached) /usr/bin/python
  5. checking for a version of Python >= '2.1.0'... yes
  6. checking for the distutils Python package... yes
  7. checking for Python include path... -I/usr/include/python2.7
  8. checking for Python library path... -L/usr/lib -lpython2.7
  9. checking for Python site-packages path... /usr/lib/python2.7/dist-packages
  10. checking python extra libraries... -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil
  11. checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  12. checking consistency of all components of python development environment... no
  13. configure: error: in `/home/chapkinav/temp/libnl':
  14. configure: error:
  15. Could not link test program to Python. Maybe the main Python library has been
  16. installed in some non-standard library path. If so, pass it to configure,
  17. via the LDFLAGS environment variable.
  18. Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
  19. ============================================================================
  20. ERROR!
  21. You probably have to install the development version of the Python package
  22. for your distribution. The exact name of this package varies among them.
  23. ============================================================================
  24.  
  25. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement