Menu

Compile for Debian 10

Al Udell
2020-08-12
2020-08-13
  • Al Udell

    Al Udell - 2020-08-12

    I'm trying out a new cloud-based server running Debian 10-x86_64-ge. Jamulus compile (3.5.9git) went fine however I'm getting this error when attempting to launch the service.

    - Aug 11 22:31:27 Jamulus jamulus[12911]: /usr/local/bin/Jamulus: Unknown option '--history' -- use '--help' for help
    

    So I removed the --history argument and the service runs fine now.

    Why would the --history option not work in this case? I've used the exact same compile and launch steps on another cloud-based service running Debian 10 with no problems.

    Any help is greatly appreciated.

     

    Last edit: Al Udell 2020-08-12
  • Volker Fischer

    Volker Fischer - 2020-08-12

    The history file is no longer generated inside the Jamulus software but is generated by external tools now: https://github.com/corrados/jamulus/issues/501

     
    • Al Udell

      Al Udell - 2020-08-12

      Oh, okay, I did not know that --histdays and --history are now deprecated. How does one get the history feature working now?

       

      Last edit: Al Udell 2020-08-12
      • Gilgongo

        Gilgongo - 2020-08-12

        History is now part of this set of useful tools from the Jamulus repository (clone the Git repo and also call git submodule update --init to get them).

        https://github.com/corrados/jamulus/tree/master/tools

         
        • Al Udell

          Al Udell - 2020-08-12

          Okay, thanks. So I'm reading that to use the new history tool, you need to run a webserver (including PHP) that has access to the server-side location of the Jamulus log. This adds another layer of complexity to a Jamulus install but I understand that it was needed.

           
          • Gilgongo

            Gilgongo - 2020-08-13

            Oh, didn't realise you neeeded a web server. Seems like it depends on JQuery to render stuff in a browser.

             
            • Al Udell

              Al Udell - 2020-08-13

              Definitely need a webserver. The new history tool uses PHP and JS/JSON to serve the graph.

               
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.