PDA

View Full Version : Configuration doesn't accept path


Granny Smith
10-10-2006, 12:58 PM
Hey guys,

I have a problem with configuring Rails:
I tried to enter the Ruby path, but Litespeed doesn't accept it. All other paths I entered before on other places have been accepted by Litespeed, but not my Ruby path. It always tells me that the folders don't exist.
But I can access those folders using my SFTP app ...
The path is /usr/local/lib/ruby/ and my server is running Suse 9.3.

Do I something wrong or is this a bug?

xing
10-10-2006, 04:11 PM
More likely than not, there is permission problem. The litespeed user has no rights ot the /usr/local/lib/ruby directory. Please check permissions.

mistwang
10-10-2006, 09:17 PM
"Ruby path" is the path to "ruby" executable, most likely it is /usr/local/bin/ruby on your server. :-)

Granny Smith
10-11-2006, 05:28 AM
Thanks, the path has been accepted.
I hope it'll work, because at the moment I have problems with my gems and so I can't test it now.