John Eikenberry writes: > > Doesn't this bug make it impossible to index any new data? Shouldn't it have > a > higher severity than normal? It completely breaks recoll for my use, so I'd > give it grave unless there are other use cases where it still works. > > Error output I get when I run 'recollindex'... > > :2:../index/indexer.cpp:298:ConfIndexer::createAspellDict: aspell init > failed: Could not open shared library [/usr/lib/libaspell.so] > [/usr/lib/libaspell.so.15] [/usr/lib/libaspell.so.16] > [/usr/lib64/libaspell.so] [/usr/lib64/libaspell.so.15] > [/usr/lib64/libaspell.so.16] : /usr/lib64/libaspell.so.16: cannot open > shared object file: No such file or directory
Hi, This will not be fixed in recoll 1.17 (too old), and it is already fixed in recoll 1.21, which is currently in sid. For now: - To fix the .so load issue (message above), on a Wheezy or Jessie system, upgrade to recoll 1.21 through the recoll repository, see instructions on the page which follows, look for the packages section: http://www.lesbonscomptes.com/recoll/download.html - You may hit another dictionary creation issue, which is described near the top of the following page (search for aspell), along with a simple workaround. http://www.lesbonscomptes.com/recoll/BUGS.html Cheers, jf