[Xapian-tickets] [Xapian] #835: ./configure --prefix=/ ignored when --with-python3 is used
Xapian
nobody at xapian.org
Sat Oct 26 17:50:10 BST 2024
#835: ./configure --prefix=/ ignored when --with-python3 is used
---------------------------------------------+-----------------------------
Reporter: Дилян Палаузов | Owner: Richard Boulton
Type: defect | Status: new
Priority: normal | Milestone:
Component: Xapian-bindings (Python) | Version: 1.4.26
Severity: normal | Keywords:
Blocked By: | Blocking:
Operating System: All |
---------------------------------------------+-----------------------------
./configure --prefix=/ --with-python3 && make install
DESTDIR=/home/mailmanweb
prints
checking for directory to install python3 bindings in...
/usr/local/lib/python3.10/site-packages
and installs under /home/mailmanweb/usr/local/lib/python3.10/site-
packages/xapian/ {{{ __init__.py }}} and {{{ _xapian.cpython-310-x86_64
-linux-gnu.so }}}.
The files should be installed instead in /home/mailmanweb/lib/python3.10
/site-packages/xapian/ ( /usr/local/ must be stripped from the
installation path).
I want to put the python3 bindings in a chrooted directory, when I am
outside that directory and this currently does not work out of the box.
--
Ticket URL: <https://trac.xapian.org/ticket/835>
Xapian <https://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list