Schlagwörter: Daemon Shebang
-
AutorBeiträge
-
-
29. November 2022 um 7:34 Uhr - Views: 1136 #14322
version 10 native install (not docker)
I am unable to start the otobo.daemon
When I run otobo.Daemon.pl status I get the following and I am not sure how to fix
/opt/otobo/bin/otobo.Daemon.pl: line 20: use: command not found
/opt/otobo/bin/otobo.Daemon.pl: line 21: use: command not found
/opt/otobo/bin/otobo.Daemon.pl: line 22: use: command not found
/opt/otobo/bin/otobo.Daemon.pl: line 23: syntax error near unexpected token `(‚
/opt/otobo/bin/otobo.Daemon.pl: line 23: use: feature qw(say);‘
-
29. November 2022 um 10:54 Uhr #14325
Hi Jeffrey,
this looks like bash tries to run a Perl script. Could you check the first line of bin/otobo.Daemon.pl ? The first line, the shebang should invoke Perl:
bes:~/devel/OTOBO/otobo (rel-10_1)$ head -n 1 bin/otobo.Daemon.pl
#!/usr/bin/env perlBest regards,
Bernhard
-
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.
