[Xapian-discuss] Xapian 1.0.0 released!

Kevin Duraj kevin.softdev at gmail.com
Tue May 22 00:07:48 BST 2007


Gentoo quick fix for ImportError: libxapian.so.14: cannot open shared object
file: No such file or directory

cp /usr/local/lib64/libxapian.so.14 /lib
   ... or somewhere to PATH
env-update
./configure && make && make install
  ... it works!

On 5/21/07, Kevin Duraj <kevin.softdev at gmail.com> wrote:
>
> I am getting the following error when installing xapian-bindings-1.0.0 on
> Gentoo  ...
>
> -------------------------------------------------------------------------------------
> xapian-bindings-1.0.0 # make install
> Making install in python
> make[1]: Entering directory `/usr/local/xapian-bindings-1.0.0/python'
> make  install-recursive
> make[2]: Entering directory `/usr/local/xapian-bindings-1.0.0/python'
> Making install in docs
> make[3]: Entering directory `/usr/local/xapian- bindings-1.0.0
> /python/docs'
> make[4]: Entering directory `/usr/local/xapian-bindings-1.0.0/python/docs'
> make[4]: Nothing to be done for `install-exec-am'.
> test -z "/usr/local/share/doc/xapian-bindings/python" || mkdir -p --
> "/usr/local/share/doc/xapian-bindings/python"
>  /usr/bin/install -c -m 644 'bindings.html'
> '/usr/local/share/doc/xapian-bindings/python/bindings.html'
> test -z "/usr/local/share/doc/xapian-bindings/python/examples" || mkdir -p
> -- "/usr/local/share/doc/xapian-bindings/python/examples"
>  /usr/bin/install -c -m 644 'examples/simplesearch.py'
> '/usr/local/share/doc/xapian-bindings/python/examples/simplesearch.py'
>  /usr/bin/install -c -m 644 'examples/simpleindex.py'
> '/usr/local/share/doc/xapian-bindings/python/examples/simpleindex.py'
>  /usr/bin/install -c -m 644 'examples/simpleexpand.py'
> '/usr/local/share/doc/xapian-bindings/python/examples/simpleexpand.py'
>  /usr/bin/install -c -m 644 'examples/simplematchdecider.py'
> '/usr/local/share/doc/xapian-bindings/python/examples/simplematchdecider.py'
>
> make[4]: Leaving directory `/usr/local/xapian-bindings-1.0.0/python/docs'
> make[3]: Leaving directory `/usr/local/xapian-bindings-1.0.0/python/docs'
> make[3]: Entering directory `/usr/local/xapian-bindings-1.0.0 /python'
> PYTHONPATH=".:.libs" /usr/bin/python -c "import _xapian;import xapian"
> Traceback (most recent call last):
>   File "<string>", line 1, in ?
> ImportError: libxapian.so.14 : cannot open shared object file: No such
> file or directory
> make[3]: *** [xapian.pyc] Error 1
> make[3]: Leaving directory `/usr/local/xapian-bindings-1.0.0/python'
> make[2]: *** [install-recursive] Error 1
> make[2]: Leaving directory `/usr/local/xapian- bindings-1.0.0/python'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/usr/local/xapian-bindings-1.0.0/python'
> make: *** [install-recursive] Error 1
>
>
> On 5/21/07, Daniel Ménard <Daniel.Menard at bdsp.tm.fr> wrote:
> >
> > Bravo, Bravo and Congratulations!
> > To all of you who are working on Xapian and are providing such a great
> > tool : the more I use it, the more I understand the tag lines "highly
> > adaptable toolkit" and "advanced indexing and search facilities"!
> >
> > I imagine that reaching the symbolic "1.0" version is an important step
> > for such a project. Reading the mailing-lists since more than one year,
> > I think I have a glimpse on the amount of work which was required...
> >
> > So, once again, all my kudos!
> >
> > --
> >
> > Daniel Ménard
> >
> >
> > _______________________________________________
> > Xapian-discuss mailing list
> > Xapian-discuss at lists.xapian.org
> > http://lists.xapian.org/mailman/listinfo/xapian-discuss
> >
>
>
>
>


-- 
Kevin Duraj
http://myhealthcare.com


More information about the Xapian-discuss mailing list