davispuh has quit [Remote host closed the connection]
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hakunin has joined #rubygems
imperator has quit [Quit: Valete!]
josh-k_ has quit [Remote host closed the connection]
huoxito has joined #rubygems
josh-k has joined #rubygems
lsegal has joined #rubygems
josh-k has quit [Ping timeout: 276 seconds]
huoxito has quit [Ping timeout: 276 seconds]
Shoffner_ has joined #rubygems
imslavko_ has joined #rubygems
avdi_ has joined #rubygems
Guest32866 has quit [Ping timeout: 265 seconds]
sj26 has quit [Ping timeout: 265 seconds]
Shoffner has quit [Ping timeout: 265 seconds]
imslavko has quit [Ping timeout: 265 seconds]
blackjid has quit [Ping timeout: 265 seconds]
avdi has quit [Ping timeout: 265 seconds]
adam_ has joined #rubygems
Shoffner_ is now known as Shoffner
imslavko_ is now known as imslavko
sj26_ has joined #rubygems
sj26_ is now known as sj26
bbrowning_ has joined #rubygems
_blackjid has joined #rubygems
avdi_ is now known as avdi
huoxito has joined #rubygems
bbrowning_away has quit [Remote host closed the connection]
seanlinsley has joined #rubygems
microdex2 has joined #rubygems
jpfuentes2 has joined #rubygems
bbrowning_ is now known as bbrowning_away
woollyams has joined #rubygems
arohner has joined #rubygems
arohner has quit [Remote host closed the connection]
arohner has joined #rubygems
arohner has quit [Ping timeout: 250 seconds]
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
imperator has joined #rubygems
mdub has joined #rubygems
woollyams has quit [Ping timeout: 252 seconds]
mdub has quit [Ping timeout: 252 seconds]
josh-k has joined #rubygems
woollyams has joined #rubygems
woollyams has quit [Ping timeout: 252 seconds]
havenwood has joined #rubygems
woollyams has joined #rubygems
havenwood has quit [Remote host closed the connection]
woollyams has quit [Ping timeout: 252 seconds]
arohner has joined #rubygems
sferik has joined #rubygems
imperator has quit [Quit: Valete!]
woollyams has joined #rubygems
havenwood has joined #rubygems
pierre1_ has quit [Ping timeout: 276 seconds]
havenwood has quit [Ping timeout: 240 seconds]
huoxito has quit [Remote host closed the connection]
redmenace has quit [Ping timeout: 240 seconds]
havenwood has joined #rubygems
tbuehlmann has joined #rubygems
havenwood has quit [Ping timeout: 250 seconds]
huoxito has joined #rubygems
huoxito has quit [Ping timeout: 276 seconds]
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has joined #rubygems
roidrage has joined #rubygems
nomadic has quit [Ping timeout: 246 seconds]
havenwood has quit [Read error: Connection reset by peer]
nomadic has joined #rubygems
sferik has joined #rubygems
sferik has quit [Read error: Connection reset by peer]
sferik has joined #rubygems
sferik has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
sferik has joined #rubygems
microdex2 has quit [Remote host closed the connection]
redmenace has joined #rubygems
redmenace has quit [Ping timeout: 240 seconds]
woollyams has quit [Ping timeout: 252 seconds]
gmarkall has joined #rubygems
<gmarkall>
Hi - I just built ruby 2.1.1 from source, and I'd like to verify signatures on gems when I install them. However, when I run something like `gem install rails -P HighSecurity`, I get an error "invalid argument: -P OpenSSL not installed" - have I incorrectly configured ruby when I built it? If not, what might I do to fix this please?
woollyams has joined #rubygems
<tmoore>
gmarkall: what platform?
<gmarkall>
tmoore: it's Linux, Centos 6.5
<gmarkall>
on x86_64
<tmoore>
do you have the openssl-devel package installed?
<gmarkall>
i don't
<tmoore>
install that, then recompile Ruby... it doesn't build the OpenSSL extension if it can't find the headers