redmine问题集锦

1.

ossl_pkey_ec.c: In function ‘ossl_ec_group_initialize’:
ossl_pkey_ec.c:761: warning: implicit declaration of function ‘EC_GF2m_simple_method’
ossl_pkey_ec.c:761: warning: assignment makes pointer from integer without a cast
ossl_pkey_ec.c:816: error: ‘EC_GROUP_new_curve_GF2m’ undeclared (first use in this function)
ossl_pkey_ec.c:816: error: (Each undeclared identifier is reported only once
ossl_pkey_ec.c:816: error: for each function it appears in.)
make[2]: *** [ossl_pkey_ec.o] Error 1
make[2]: Leaving directory `/root/ruby-1.9.3-p194/ext/openssl‘
make[1]: *** [ext/openssl/all] Error 2
make[1]: Leaving directory `/root/ruby-1.9.3-p194‘
make: *** [build-ext] Error 2
[[email protected] ruby-1.9.3-p194]#

问题原因:

由于redhat新版本默认openssl的配置变更取消了对EC_xx的支持,所以出现该错误。

解决方法:

该问题在ruby网站上已经提交并有了补丁。

参见链接:https://bugs.ruby-lang.org/issues/8384

即修改ext/openssl/ossl_pkey_ec.c代码如下:

gem install安装慢的解决方法:

  1. 移除gem 自带的源,默认是
http://rubygems.org/
[[email protected]ysql ~]# gem sources --remove http://rubygems.org/
http://rubygems.org/ removed from sources

2.加入taobao的源

参考网站:https://ruby.taobao.org/

[[email protected] ~]# gem sources --add https://ruby.taobao.org/
https://ruby.taobao.org/ added to sources
[[email protected] ~]# gem source -l
*** CURRENT SOURCES ***

https://ruby.taobao.org/

3.gem安装rail,看速度是否上升

[[email protected] ~]# gem install rail
Fetching: rack-1.6.4.gem (100%)
Fetching: coffee-script-source-1.10.0.gem (100%)
Fetching: execjs-2.6.0.gem (100%)
Fetching: coffee-script-2.4.1.gem (100%)
Fetching: tilt-2.0.2.gem (100%)
Fetching: haml-4.0.7.gem (100%)

HEADS UP! Haml 4.0 has many improvements, but also has changes that may break
your application:

* Support for Ruby 1.8.6 dropped
* Support for Rails 2 dropped
* Sass filter now always outputs <style> tags
* Data attributes are now hyphenated, not underscored
* html2haml utility moved to the html2haml gem
* Textile and Maruku filters moved to the haml-contrib gem

For more info see:

http://rubydoc.info/github/haml/haml/file/CHANGELOG.md

Fetching: sass-3.4.21.gem (100%)
Fetching: json-1.8.3.gem (100%)
Building native extensions.  This could take a while...
Fetching: uglifier-2.7.2.gem (100%)
Fetching: rail-0.0.8.gem (100%)
Successfully installed rack-1.6.4
Successfully installed coffee-script-source-1.10.0
Successfully installed execjs-2.6.0
Successfully installed coffee-script-2.4.1
Successfully installed tilt-2.0.2
Successfully installed haml-4.0.7
Successfully installed sass-3.4.21
Successfully installed json-1.8.3
Successfully installed uglifier-2.7.2
Successfully installed rail-0.0.8
10 gems installed
Installing ri documentation for rack-1.6.4...
Installing ri documentation for coffee-script-source-1.10.0...
Installing ri documentation for execjs-2.6.0...
Installing ri documentation for coffee-script-2.4.1...
Installing ri documentation for tilt-2.0.2...
Installing ri documentation for haml-4.0.7...
Installing ri documentation for sass-3.4.21...
Installing ri documentation for json-1.8.3...

修改Gemfile才能顺利安装bundle install --without development test rmagickpostgresql sqli

[[email protected] redmine-2.5.3]# ls

app     config.ru        db   extra  Gemfile  log      public    README.rdoc  test  vendor
config  CONTRIBUTING.md  doc  files  lib      plugins  Rakefile  script       tmp
[[email protected] redmine-2.5.3]# vi Gemfile
时间: 2024-11-13 00:16:23

redmine问题集锦的相关文章

redmine问题集锦02

1.ERROR:  While executing gem ... (Gem::Exception)    Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources 方法: 进入ruby源码解压包,进入ruby 源码包下的  ext/openssl ,用ruby自带的openssl编译,而不是yum 的openssl cd /root/ruby-2.1.5/ex

redmine配置邮件通知服务

redmine是一款非常优秀的项目管理平台,但有个明显的缺点--没有消息推送功能,也就是说当redmine上的任务有更新时,干系人无法及时的获取消息.但redmine可以通过绑定邮箱.以邮件通知的形式给干系人推送任务更新提醒. 传统的redmine安装配置方法非常复杂,推荐大家使用bitnami一键安装服务,它集成了redmine所需的各种环境,像安装普通软件一样,非常方便. bitnami redmine 下载地址:https://bitnami.com/stack/redmine 当我们把r

linux-centos6.5一键安装 Redmine

系统环境: centos6.5-web 下载地址: https://bitnami.com/stack/redmine/installer#linux bitnami-redmine-3.3.0-0-linux-x64-installer.run 安装过程如下: ./bitnami-redmine-3.3.0-0-linux-x64-installer.run  #执行安装包 Language Selection Please select the installation language [

redmine邮件发送功能配置详解

redmine的邮件发送功能还是很有用的. 像项目有更新啦,任务分配啦,都能邮件发送的相关责任人. 我自己在linux服务器上安装并启动了redmine后,邮件一直发送了不了. 查了网上的资料,都是讲修改下配置文件就可以了,他们没错,只是没有讲全. 下面是我整理的一个redmine邮件发送功能设置的一个完整流程. 1. sendmail安装与检查 linux机器上安装的redmine要能发送邮件,先得是本机的sendmail功能是正常的. 查看sendmail进程是否已正常启动: $ ps au

redmine的安装与配置

1.安装相关软件 yum install make gcc gcc-c++ zlib-devel ruby-devel rubygems ruby-libs apr-devel apr-util-devel httpd-devel mysql-devel automake autoconf ImageMagick ImageMagick-devel curl-devel mysql mysql-server 2.安装包组 yum groupinstall -y "Development Tool

AIX 5.3 Install Oracle 10g RAC 错误集锦--9i RAC present

AIX 5.3 Install Oracle 10g RAC 错误集锦--9i RAC Present 系统环境: 操作系统: AIX 5300-08 集群软件: CRS 10.2.0.1 数据库:   Oracle 10.2.0.1                     系统架构图 故障现象: 解决方法: [[email protected] tmp]# cat /etc/oratab # This file is used by ORACLE utilities.  It is creat

android开发——Eclipse环境下代码编辑最常用快捷键集锦(来了就不能空手而归)

Ctrl+D:删除光标所在行 Ctrl+/ :注释选中行 :Ctrl+\:注销选中行 Ctrl+Shift+/:注释选中的java或xml代码块: Ctrl+Shift+\:注销选中的Java或xml代码块.(形式:/*      */ 或 <!--      -->) shift + alt + j或/**+Enter(回车键):添加javadoc头注释,形如/** * * * * * */(个人更习惯用/**+Enter(回车键)) Ctrl+K:向前查找与当前选定内容相同的代码(如查找与

深度神经网络可视化工具集锦

深度神经网络可视化工具集锦 雷锋网按:原文作者zhwhong,载于作者的个人博客,雷锋网(公众号:雷锋网)经授权发布.  TensorBoard:TensorFlow集成可视化工具 GitHub官方项目:https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tensorboard TensorBoard 涉及到的运算,通常是在训练庞大的深度神经网络中出现的复杂而又难以理解的运算. 为了更方便 TensorFlow 程序的理

Cocos2d-x学习资源集锦+有奖抽楼活动

大家好,事实上我是这个游戏开发版块的新任版主之中的一个,可能大家的焦点都在candycat1992女版主身上,所以我认为我应该冒个泡. 俗话说,新版主上任,三把"水"(是你自己说的吧,喂.).今天第一天上任,怎么都得贡献一下,做个样子什么的还是非常必要的(喂,太诚实了吧.) 本人主要研究的是Cocos2d-x,所以今天就来给各位提供一些关于Cocos2d-x学习的好去处吧.可能有经验的朋友都知道这些地方.这里就献给刚開始学习的人吧. PS:抽奖活动在以下一点.别急~ Cocos2d-x