custom_require>:29:in `require’: no such file to load — mkmf (LoadError)

Today I installed Ruby 1.9.X on a Debian Linux Server. Worked pretty smoothy with “apt-get install ruby1.9.X”. After “gem1.9.1 install rails” I got this Exception:

custom_require>:29:in `require': no such file to load -- mkmf (LoadError)

If you get this error you have to install two more things:

apt-get install ruby1.9.1-dev
apt-get install make

After this update I could install rails.

Published by Robert Reiz

CEO @ VersionEye. Passionated software developer since 1998.

One thought on “custom_require>:29:in `require’: no such file to load — mkmf (LoadError)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: