Ticket #316 (closed defect: worksforme)
Python library check is not 64 bits free
| Reported by: | bicatali | Owned by: | mloskot |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Default | Version: | 3.2.0 |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description (last modified by mloskot) (diff)
When the system is 64bits only (on *nix systems), the Python library check does not work:
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
checking for Python include path... /usr/include/python2.6
checking for Python library path...
configure: error: cannot find Python library path
In macros/ac_python_devel.m4, changing lib/python with $libdir/python should resolve it.
Change History
Note: See
TracTickets for help on using
tickets.
