Hi. I would like to install gnuplot. Following the suggestion given in another thread here - https://community.opalstack.com/d/150-miniconda-package-manager - I installed miniconda. Then I did:
$ conda install -c bioconda gnuplot
which seemed to work OK. But then running
$ gnuplot
it says
gnuplot: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
Then - just to see what it would say - I tried
$ find . -name "libjpeg.so.*"
and it says:
./miniconda3/pkgs/jpeg-9b-h024ee3a_2/lib/libjpeg.so.9
./miniconda3/pkgs/jpeg-9b-h024ee3a_2/lib/libjpeg.so.9.2.0
./miniconda3/lib/libjpeg.so.9
./miniconda3/lib/libjpeg.so.9.2.0
Does this give enough information for anyone to help? Thanks.