mediawiki & sphinx: libexpat not found
Posted: Wed Apr 16, 2008 4:56 pm
[PROBLEM]
While compiling Sphinx (Free open-source SQL full-text search engine) in order to hopefully improve MediaWiki's search quality, ./configure gave me this error:
OS: Ubuntu Server 6.06.1
[SOLUTION]
Installing these packages fixed the libexpat problem:
libexpat1
libexpat-dev
So, simply run: and then re-run ./configure.
While compiling Sphinx (Free open-source SQL full-text search engine) in order to hopefully improve MediaWiki's search quality, ./configure gave me this error:
Sphinx version: 0.9.8rc2checking for libexpat... not found
configure: WARNING: xmlpipe2 will NOT be available
OS: Ubuntu Server 6.06.1
[SOLUTION]
Installing these packages fixed the libexpat problem:
libexpat1
libexpat-dev
So, simply run:
Code: Select all
apt-get install libexpat1 libexpat-dev