Error while loading shared libraries with xapian
I was building a search engine with the xapian package and was running into runtime errors. Namely
Error while loading shared libraries libxapian.so.15 Cannot open shared object file.
long story short, always remember to put the compiled shared libraries into the /usr/lib or where ever you PATH would indicate, or add the path to your ld.so.conf and do a ldconfig to bring it all together again….
Posted: August 20th, 2007 under Linux.
Comments: none
Write a comment