File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -515,14 +515,19 @@ <h2>7. Xapian text indexation</h2>
515515 This is probably not supported for Windows setups (untested), but it should work on Linux and macOS.< br >
516516 To install Xapian (a requirement to use the internal search engine), follow the instructions below.< br >
517517 < pre >
518- sudo apt install libxapian-dev catdoc html2txt unrtf
518+ sudo apt install libxapian-dev catdoc html2text unrtf ghostscript poppler-utils
519519 cd /tmp
520520 wget https://oligarchy.co.uk/xapian/1.4.25/xapian-bindings-1.4.25.tar.xz
521521 # use 1.4.25 because this matches the version of the libxapian-dev package on Ubuntu 25.04
522522 tar -xJf xapian-bindings-1.4.25.tar.xz
523523 cd xapian-bindings-1.4.25
524524 ./configure
525525 make install
526+ cd /etc/php/8.3/mods-available
527+ cat "extension=xapian.so" >> xapian.ini
528+ cd /etc/php/8.3/apache2/conf.d
529+ ln -s ../../mods-available/xapian.ini 26-xapian.ini
530+ systemctl restart apache2
526531 </ pre >
527532 This should make the Xapian extension available from Chamilo.< br >
528533 Next, go to Settings -> Search -> Enable, and follow the instructions there.< br >
You can’t perform that action at this time.
0 commit comments