node: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory code example
Example 1: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory"
sudo apt-get install libaio1 libaio-dev
Example 2: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
sudo apt-get install libasound2
Example 3: ffmpeg: error while loading shared libraries: libopenh264.so.5: cannot open shared object file: No such file or directory
# ffmpeg 3.4.1
conda install ffmpeg x264=20131218 -c conda-forge
# ffmpeg 4
conda install x264=='1!152.20180717' ffmpeg=4.0.2 -c conda-forge