Add new comment
Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
|
I had this error when installing OpenSSL::RSA (actually it's dependancy: OpenSSL::Random) Random.xs:5:26: error: openssl/rand.h: No such file or directory To solve it, I installed openssl-devel package, then tried again and it worked. I used "yum install openssl-devel", but whatever package installer you have should also be able to do that. Also, I had trouble on installing Test::More, it errored out at "Test::Simple" dependancy, so I had to install "make" (yum install make), then download the source directly and install it manually: perl Makefile.PL, make, make test, make install.
Reply |





Recent comments
12 hours 5 min ago
14 hours 49 min ago
20 hours 15 min ago
22 hours 42 min ago
23 hours 25 min ago
1 day 37 min ago
1 day 2 hours ago
1 day 8 hours ago
1 day 8 hours ago
1 day 12 hours ago