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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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
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
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?
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