octave-daemon icon indicating copy to clipboard operation
octave-daemon copied to clipboard

PHP Fatal error:can you help me?

Open xuyifu opened this issue 8 years ago • 3 comments

[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

xuyifu avatar Mar 30 '16 15:03 xuyifu

You have to enable POSIX functions in php; just follow that link and look it up.

Gutza avatar Mar 31 '16 09:03 Gutza

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

Gutza avatar Mar 31 '16 10:03 Gutza

THX!!!I will learn to google it and fix problem / You are a really nice guy !

xuyifu avatar Mar 31 '16 16:03 xuyifu