Matthew Margolis wrote: > Premature end of script headers > > The script runs on my mac. I don't know how they have their servers > setup(RedHat) so I can't emulate the problem. This is so obvious I am sure you checked it already, but are you sure the path to the ruby binary is right at the top of the script? You could use the /usr/bin/env ruby trick to ensure that it finds the ruby binary. Eric