Faulty ruby compilation with rvm: getting 'undefined symbol: rb_Digest_MD5_Init' while running racku

后端 未结 1 618
孤城傲影
孤城傲影 2020-12-11 09:01

I am on Ubuntu. Any ideas? Do I have to set any compilation option?

相关标签:
1条回答
  • 2020-12-11 09:29

    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
    
    0 讨论(0)
提交回复
热议问题