sys-filesystem을 설치하는데 에러가 났다.
$> gem install sys-filesystem
Building native extensions. This could take a while...
ERROR: Error installing sys-filesystem:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:4:in `<main>'
이건 다음과 같이 해결하면 된다.
$> sudo apt-get install ruby1.9.1-dev
이후 다시 gem install sys-filesystem을 하면 잘 된다.
'프로그래밍' 카테고리의 다른 글
[Excel] repeat number for x times then increment by z then repeat(숫자 일정횟수 반복 후 값 더하고 반복하기) (0) | 2014.12.26 |
---|---|
[읽는중] 점프투파이썬 (0) | 2013.12.24 |
cpplint 사용후기 (0) | 2013.12.05 |
db8 schema (0) | 2013.12.03 |
[일반][프로그래밍]비대칭경계 (0) | 2013.10.26 |