Gutza / octave-daemon

The PHP network daemon for GNU Octave
http://projects.moongate.ro/octave-daemon/
GNU Affero General Public License v3.0
16 stars 2 forks source link

PHP location error #1

Open eliassorensen opened 12 years ago

eliassorensen commented 12 years ago

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.

Gutza commented 12 years ago

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.