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

LibYAML on Smartos #1236

Closed
davefinster opened this issue Oct 17, 2012 · 2 comments
Closed

LibYAML on Smartos #1236

davefinster opened this issue Oct 17, 2012 · 2 comments
Assignees
Milestone

Comments

@davefinster
Copy link

It appears that the default installation that RVM does where it downloads a copy of libYAML does not properly link to libYAML. I discovered this when I went to install some gems and RubyGems complained about no libYAML.

There is a libYAML package in the SmartOS package repo which I installed and then re-installed ruby using:

rvm install 1.9.3 --patch cflags.patch --with-readline-dir=/opt/local --with-yaml-dir=/opt/local

While the /opt/local inclusion should be resolved with #1208 (I'm using master so shouldn't that fix be included?), it may be best to either add libYAML to the list of SmartOS requirements or determine why the downloaded version of libYAML isn't being selected.

@ghost ghost assigned mpapis Oct 17, 2012
@mpapis
Copy link
Member

mpapis commented Nov 9, 2012

should be fixed with a number of other fixes already applied on master, try:

rvm get head
rvm refresh
rvm reinstall 1.9.3

@mpapis
Copy link
Member

mpapis commented Nov 22, 2012

assuming it is fixed as there was no response in 2 weeks, please let me know if there are still problems and I will reopen

@mpapis mpapis closed this as completed Nov 22, 2012
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

2 participants