octave-daemon
octave-daemon copied to clipboard
PHP Fatal error:can you help me?
[root@VM_42_179_centos ~]# cd octave-daemon-1.0.1/
[root@VM_42_179_centos octave-daemon-1.0.1]# cd install
[root@VM_42_179_centos install]# sudo php install
Octave daemon now available in /usr/bin/octave-daemon
Installation successful. You can start the daemon with service octave-daemon start
[root@VM_42_179_centos install]# octave-daemon
PHP Fatal error: Uncaught exception 'RuntimeException' with message 'Octave-daemon requires POSIX functions; please see http://www.php.net/manual/en/book.posix.php' in /usr/bin/octave-daemon:32
Stack trace:
#0 {main}
thrown in /usr/bin/octave-daemon on line 32
You have to enable POSIX functions in php; just follow that link and look it up.
The very last error, when you open client_test.php, is a legitimate path issue, you shouldn't see "/home/bogdan" there (that's my own path, I probably left it there by mistake). But that's just a test, it shouldn't affect you. For the docstring issue, please use Google, I don't know by heart: https://www.google.com/?#q=octave+docstring+file+not+found
THX!!!I will learn to google it and fix problem / You are a really nice guy !