I am on Ubuntu. Any ideas? Do I have to set any compilation option?
views:
64answers:
1
+1
Q:
Faulty ruby compilation with rvm: getting 'undefined symbol: rb_Digest_MD5_Init' while running racku
A:
It seems you're missing some devel packages on your system. See my article here, specifically this step. I'm not sure, but the MD5 code could be part of libssl, so it would be covered by installing these packages.
$ sudo apt-get install zlib1g-dev libreadline5-dev libssl-dev libxml2-dev
AboutRuby
2010-08-23 06:34:22
Yep, that was it. Thank yo so much!
Macario
2010-08-23 07:37:52