I have Ruby installed on AIX. When running an application (typo in this case) I received no sch file to load message ... I found it was looking for redcloth. I found the gem in my gems library. After I ran ruby setup.rb in the RedCloth directory, I noticed it got installed/copied to my site directory. Rerunning the application now found the redcloth file but did find active_suppot file. In the ACtive_Support directory, I did not find any instruction what and where to copy. So I have two questions: Why does the gem install NOT install the files in a proper directory or what is the set up to have ruby application access the gems directories for require command PATH? LIBPATH? what ?? Thanks Lanny -- Posted via http://www.ruby-forum.com/.