Questions and Answers : Unix/Linux : *** Running 32bit CPDN from 64bit Linux - Important ***
Message board moderation
Author | Message |
---|---|
Send message Joined: 15 May 09 Posts: 4538 Credit: 19,005,674 RAC: 21,647 |
Instructions for running 32 bit apps on Debian Stretch and Buster: dpkg --add-architecture i386 dpkg --print-foreign-architectures apt update sudo apt-get install lib32ncurses5 lib32z1 lib32stdc++-6-dev For Ubuntu 18.04 onwards, sudo apt-get install lib32stdc++6 lib32z1lib32z1 will only be needed if the hadcm3s tasks return to Linux. Thanks to George for the update on this. For Ubuntu 16.04, the following command should work: sudo apt-get install lib32ncurses5 lib32z1 gcc-4.7-multilib For Redhat/CentOS/SciLinux 6, the following command should work: yum install compat-libstdc++-296.i686 compat-libstdc++-33.i686 compat-libstdc++-33.x86_64 zlib.i686 libstdc++.i686 For Redhat/CentOS/SciLinux 7, the following command should work: yum install compat-libstdc++-33.i686 compat-libstdc++-33.x86_64 zlib.i686 libstdc++.i686 Fedora 32 (64 bit) the following needs to be installed for everything to work with hadam4 type models as well as hadcm3s. sudo dnf install libstdc++.so.6 sudo dnf install libnsl.so.1 sudo dnf install libz.so.1Last one needed for compressing the zips. |
©2024 cpdn.org