On Tue, Oct 20, 2009 at 4:09 PM, Nik Winter <[email protected]> wrote: > >> You need openssl-devel library. > > I compiled OpenSSL from the source, so I should have all the headers and > stuff. It seems like Rails can't find it, and I don't know how to tell > it where to look.
When you compiled it, did you use --prefix to specify the install location? If not it should be /usr/local/lib or something similar. Once you know where it installed you can add an entry into /etc/ld.so.conf and run ldconfig. After that your system will know about the new headers. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

