octave-daemon
octave-daemon copied to clipboard
PHP location error
Installing on Centos 6.2 gives me the following error:
-bash: ./install: /usr/lib/php: bad interpreter: Permission denied
Changing the first line in the install script to #!/usr/local/bin/php let me install the daemon.
However, running the service has the same error.: service octave-daemon start Starting GNU Octave daemon (octave-daemon): /bin/bash: /usr/bin/octave-daemon: /usr/bin/php: bad interpreter: No such file or directory
There should really be an option to select WHERE your PHP installation is located.
Sorry for the late reply, I've seen the bug, and it's legitimate, but I just didn't get around to it. Please let me know if you have a patch and I'll be happy to include it in the repository. Otherwise we'll just have to wait for my schedule to clear up. Sorry about that.