<html><head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <p>There is a bug report with the same problem in Ubuntu.</p>
    <p><a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/ubuntu/+source/arduino/+bug/1916278">https://bugs.launchpad.net/ubuntu/+source/arduino/+bug/1916278</a></p>
    <p>The problem seems to be the order of the linker flags in the
      listserialportsc Makefile. Moving the LDFLAGS after the object
      files fixes the bug.</p>
    <p>listserialportsc is missing a library dependency:
      libserialport.so.0<br/>
    </p>
    <p>A workaround is:</p>
    <p>sudo apt install libserialport0 patchelf</p>
    <p id="yui_3_10_3_1_1662549022363_633">sudo patchelf --add-needed
      /usr/lib/<wbr/>x86_64-<wbr/>linux-gnu/<wbr/>libserialport.<wbr/>so.0
      /usr/lib/<wbr/>x86_64-<wbr/>linux-gnu/<wbr/>liblistSerialsj<wbr/>.so.1.4.<wbr/>0</p>
    <p></p>


</body></html>