[root@localhost redmine]# rake db:migrate
(in /usr/local/redmine)
rake aborted!
no such file to load -- openssl

(See full trace by running task with --trace)
[root@localhost redmine]# yum install openssl
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Package openssl-0.9.8e-12.el5_4.6.i686 already installed and latest version
Nothing to do

 

进入ruby源码目录

cd ext/openssl

ruby ./extconf.rb

make

make install

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2021-12-31
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
相关资源
相似解决方案