Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by nextprogress (registered user) on Thu, 2009-02-19 09:39.

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.


 

 

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.