[redland-dev] [Redland Language Bindings 0000398]: configure.ac hardcodes part of the python module path, which breaks 64 bit
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Sun Nov 28 17:20:03 CET 2010
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=398
======================================================================
Reported By: thomasvs
Assigned To:
======================================================================
Project: Redland Language Bindings
Issue ID: 398
Category: installation
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Binding Language (java, perl, php, python, ruby, tcl): python
======================================================================
Date Submitted: 2010-11-28 16:20
Last Modified: 2010-11-28 16:20
======================================================================
Summary: configure.ac hardcodes part of the python module
path, which breaks 64 bit
Description:
This code hardcodes 'lib' as the place where python modules get installed:
AC_MSG_CHECKING(Python libs)
if test "X$PYTHON_LIB" != X; then
AC_MSG_RESULT(using user lib: $PYTHON_LIB)
else
PYTHON_LIB="${python_prefix}/lib/python${PYTHON_VERSION}/site-packages"
AC_MSG_RESULT($PYTHON_LIB)
fi
On 64 bit, it should end up in /usr/lib64/python2.7/site-packages instead.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-28 16:20 thomasvs New Issue
======================================================================
More information about the redland-dev
mailing list