Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

CentOS install does not work #7

Closed
csdougliss opened this issue Feb 9, 2017 · 0 comments
Closed

CentOS install does not work #7

csdougliss opened this issue Feb 9, 2017 · 0 comments

Comments

@csdougliss
Copy link

csdougliss commented Feb 9, 2017

Hi,

Instead of using your module to install sphinx, I had to do this in my node first:

package { 'postgresql-libs':
        ensure   => 'installed'
    }

    package { 'unixODBC':
      ensure   => 'installed'
    }

Then on the server

    cd /tmp
    wget http://sphinxsearch.com/files/sphinx-2.2.11-1.rhel7.x86_64.rpm
    sudo yum install -y sphinx-2.2.11-1.rhel7.x86_64.rpm

Secondly I also get the error #6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant