andrewk
andrewk

Reputation: 3871

How do I install Sphinx on a CentOs 5.5?

Newbie here..

Hello there I want to install sphinx search to my CentOS 5.5.

I just need to know the commands, for the full installation. If you could write a simple numbered manual that would be appreciated.

Upvotes: 1

Views: 12034

Answers (3)

tylerl
tylerl

Reputation: 30857

Sphinx Technologies distributes their software as RPM packages specifically built for CentOS/Redhat. See http://sphinxsearch.com/downloads/

Upvotes: 2

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 798746

rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install sphinx

Upvotes: 3

thealexbaron
thealexbaron

Reputation: 1577

If you're using x64, do this:

rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

Upvotes: 0

Related Questions