Hello,
I've been working painlessly on my dev environment for well over a
month now on my macbook and suddenly, on all my branches, I can't boot
my local server using
script/server or script/lighttpd.
When I do script/server I get this error:
2007-02-23 13:15:55: (mod_fastcgi.c.1022) execve failed for:
public/dispatch.fcgi No such file or directory
I went and reinstalled fCGI using this command:
sudo gem install fcgi -- --with-fcgi-dir=/opt/local
After I do this, I keep getting the same problem.
Any ideas?
I've been working painlessly on my dev environment for well over a
month now on my macbook and suddenly, on all my branches, I can't boot
my local server using
script/server or script/lighttpd.
When I do script/server I get this error:
2007-02-23 13:15:55: (mod_fastcgi.c.1022) execve failed for:
public/dispatch.fcgi No such file or directory
I went and reinstalled fCGI using this command:
sudo gem install fcgi -- --with-fcgi-dir=/opt/local
After I do this, I keep getting the same problem.
Any ideas?