|
Well perhaps not actually an error but I had a gem install issue. Ruby being slick saved the files so I looked through them. I found that krb5.h generated an error. So I looked at the file and found that the included file com_err.h could not be located. I found the file and modified krb5.h to look for it in et/com_err.h. That is the location of com_err.h file on Fedora Core 6.
|