fix on Centos:
yum install libpciaccess-devel
Nguyen Si Nhan
Bài đăng phổ biến
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
-
yum install install libxml2-devel Nguyen Si Nhan
Sunday, May 5, 2013
[Solved] : configure: error: You must install device-mapper-devel/libdevmapper >= 1.0.0 to compile libvirt
On Centos
Fix: yum install device-mapper device-mapper-devel -y
Nguyen Si Nhan
Fix: yum install device-mapper device-mapper-devel -y
Nguyen Si Nhan
Sunday, February 3, 2013
/usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError)
Problem: Apache can not load dispatch.fcgi it return this error:
/usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError)
Fix:
Adding to lines to dispatch.fcgi solved it:
require 'rubygems'
/usr/lib64/ruby/gems/1.8/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require': no such file to load -- fcgi (LoadError)
Fix:
Adding to lines to dispatch.fcgi solved it:
require 'fcgi'
Have Funs!!!
(Source: http://www.redmine.org/boards/2/topics/31410 )
Have Funs!!!
(Source: http://www.redmine.org/boards/2/topics/31410 )
Subscribe to:
Posts (Atom)