Schlagwörter: 

Ansicht von 1 Antwort-Thema
  • Autor
    Beiträge
    • #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);’

    • #14325
      bes
      Teilnehmer

        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 perl

        Best regards,

        Bernhard

         

    Ansicht von 1 Antwort-Thema
    • Du musst angemeldet sein, um auf dieses Thema antworten zu können.