Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rvm issue #4091

Closed
junaid-malik-confiz opened this issue Jul 5, 2017 · 3 comments
Closed

rvm issue #4091

junaid-malik-confiz opened this issue Jul 5, 2017 · 3 comments

Comments

@junaid-malik-confiz
Copy link

junaid-malik-confiz commented Jul 5, 2017

Hello,

We are experiencing slow execution of same ruby version(2.1.2p95) on different system. Please find the files of command ruby -rrbconfig -e 'puts RbConfig::CONFIG.map{|k,v| k+":\t"+v}' | sort. There is only difference of --enable-shared. I tried to install ruby by disabling --enable-share using different ways but it didn't wok for me.

Version of RVM :

# rvm -v
rvm 1.29.2 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io/]

Regards,
Junaid

@mpapis
Copy link
Member

mpapis commented Sep 3, 2017

try rvm install 2.1.2 -C --disable-shared

@junaid-malik-confiz
Copy link
Author

Hello mpapis,

It is still not working, please check the output of following command 'ruby -rrbconfig -e 'puts RbConfig::CONFIG.map{|k,v| k+":\t"+v}' | sort'. Here is the url https://gist.github.com/junaid-malik-confiz/345ee6260318a484f5d1fd9095ff0a95

I use the command 'rvm install 2.1.2 -C --disable-shared'

Regards,
Junaid

@mpapis
Copy link
Member

mpapis commented Sep 9, 2017

You can build now with:

rvm install 2.1.2 --disable-shared

@pkuczynski pkuczynski modified the milestone: rvm-1.27.0-before May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants