Error starting nginx and passenger 3 for Rails app on Suse Linux
- by thesis
I have configured passenger on SuSe Linux using simple configuration procedure (calling passenger command and then installing all libraries wich are needed), but now it throws an error.. Is there any solutions how to fix it?
test@linux-p1g4:~/test_app/myapp> passenger start
*** ERROR ***
Could not start Passenger Nginx core:
[alert]: could not open error log file: open()
"/tmp/passenger-standalone.22737/logs/error.log" failed (2: No such file or
directory)
[alert]: Unable to start the Phusion Passenger watchdog because its executable
(/var/lib/passenger-standalone/3.0.2-x86_64-ruby1.8.7-linux-gcc4.5.0-1002/suppor
t/agents/PassengerWatchdog) does not exist. This probably means that your
Phusion Passenger installation is broken or incomplete, or that your
'passenger_root' directive is set to the wrong value. Please reinstall Phusion
Passenger or fix your 'passenger_root' directive, whichever is applicable. (-1:
Unknown error 18446744073709551615)
Stopping web server... done