Hello!

I'm trying to start liquidsoap via PHP script. My command looks like:
$q = "HOME=/home/stream /usr/local/bin/liquidsoap -d --errors-as-warnings 
--debug > /home/stream/log 2>&1";
shell_exec($q);

Liquidsoap puts to log an error:
Fatal error: exception Not_found

I tried also running it using tmux & screen. Same result. When I am using 
php-cli it works good. I found that:
http://dev.sourcefabric.org/browse/LS-167
and it didn't work for me.

I am using FreeBSD 10, what can be wrong?



------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to