Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336055 - Gorg stopped working, needs require 'rubygems' in fcgi-bin/gorg.fcgi
Summary: Gorg stopped working, needs require 'rubygems' in fcgi-bin/gorg.fcgi
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-05 03:19 UTC by Theo Chatzimichos (RETIRED)
Modified: 2014-08-19 13:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2010-09-05 03:19:29 UTC
I don't know if my $summary solution is actually correct (or the best one) since I don't know anything about ruby, but fixed it for me
I've CC'ed ruby team for their suggestion
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-05 03:30:20 UTC
require 'rubygems' rescue LoadError

that would solve the problem if rubygems is not present. OTOH it would be nice if we made sure that Apache got the proper environment set (i.e. /etc/profile got sourced).