2008/10/26 maxbaroi <[EMAIL PROTECTED]>: > > Thank you Michael, I was able to generate the resource just fine, but > now when I try to run the command merb, it's giving me a similar > message, but this time it says that I don't have openssl. > So I installed libssl-dev, but I'm still getting the same message.
You need to compile ruby with openssl enabled. I do not know what is the simplest way to do it with Debian packages since I always compile Ruby from source with a fairly simple script. Check it out if you want: http://gist.github.com/19803 For memcached gem (with C extension) you would need libmemcached or something. For MySQL drivers for ActiveRecord it's libmysqlclient15-dev or something. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
