Reputation: 3871
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
Reputation: 30857
Sphinx Technologies distributes their software as RPM packages specifically built for CentOS/Redhat. See http://sphinxsearch.com/downloads/
Upvotes: 2
Reputation: 798746
rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
yum install sphinx
Upvotes: 3
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