Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

Codesys Control for Linux: install dipendencies error

fleaplc
2019-08-27
2020-12-07
  • fleaplc

    fleaplc - 2019-08-27

    I'm trying to install the Codesys runtime (v3.5.15.0) in linux Debian Buster but this is what I get:

    I've checked for lib dependencies and they're satisfied..los shows for missing codemeter. How to install it?

    IMG: CODESYS_pNpWNQiIM7.png

     
  • eschwellinger

    eschwellinger - 2019-08-28

    Hi,
    Is this the CODESYS development system in version 3.5.15.0 too?
    The codemeter debian package comes with the
    storedownload too. An option might be to try to install it manually by
    sudo dpkg -i codemeter.... .deb

    BR
    Edwin

     
  • fleaplc

    fleaplc - 2019-09-02

    yes package and IDE are both 3.5.15.0.
    Multiarch-support package was missing: I've installed it using sudo apt-get install multicarch-support, then codesys packaged installation has been successfully done

     
  • pethun - 2020-12-07

    Hi,
    I have exactly the same error on a fresh ubuntu20.04 server install but I dont understand how to fix it? I did the multiarch-support but that didn't solve the problem? Maybe I'm missing something?

     
  • pethun - 2020-12-07

    OK as an update I managed to fixed the problem by installing Multiarch-support with these commands:

    sudo add-apt-repository ppa:linuxuprising/libpng12
    sudo apt update
    sudo apt install libpng12-0

    That fixed the problem

    Thanks

     

Log in to post a comment.