该错误通常出现在 Linux 系统中,因为缺少 hiredis 库或者路径配置不正确。可以通过以下步骤解决:
在 Linux 终端中执行以下命令:
sudo apt-get install libhiredis-dev
如果是 CentOS 系统,则需要执行以下命令安装:
sudo yum install hiredis-devel
在 Gemfile 中添加以下配置:
gem 'recommendify', :git => 'https://github.com/paulasmuth/recommendify.git', :branch => 'master', :submodules => true, :path => 'vendor/recommendify'
在终端中执行以下命令:
bundle install
如果上面的步骤都没有解决问题,则可以尝试重新安装 recommendify gem,或者尝试升级系统的 hiredis 库版本。
上一篇:安装RealmC++SDK失败。