03-05-06 07:45 AM
[ http://issues.apache.org/jira/brows...N-85?page=3Dall ]
=20
Graham Dumpleton closed MODPYTHON-85:
-------------------------------------
> ./configure does not find the correct PY_STD_LIB for x86-64 platform
> --------------------------------------------------------------------
>
> Key: MODPYTHON-85
> URL: http://issues.apache.org/jira/browse/MODPYTHON-85
> Project: mod_python
> Type: Bug
> Components: core
> Versions: 3.2.7
> Environment: SuSE Linux 9.2 (x86-64)
> Reporter: Jim Gallacher
> Assignee: Jim Gallacher
> Fix For: 3.2.7
>
> Originally reported by Indrek J=C3=A4rve.
> Currently part of the path to the PY_STD_LIB is hard-coded in configure.i=
n.
> PY_STD_LIB=3D${PyEXEC_INSTALLDIR}/lib/python${PyVERSION}
> On SUSE 9.2 (x86-64), that would need to be
> PY_STD_LIB=3D${PyEXEC_INSTALLDIR}/lib64/python${PyVERSION}
> Graham suggesting using
> PY_STD_LIB=3D`$PYTHON_BIN -c 'import distutils.sysconfig; print distutils=
.sysconfig.get_python_lib(plat_specific=3D1, standard_lib=3D1)'`
> Indrek has confirmed that this will yield the correct path. I'll fix conf=
igure.in accordingly.
--=20
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|