mediawiki & sphinx: libexpat not found

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

mediawiki & sphinx: libexpat not found

Post by ^rooker »

[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:
checking for libexpat... not found
configure: WARNING: xmlpipe2 will NOT be available
Sphinx version: 0.9.8rc2
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
and then re-run ./configure.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply