When I recently upgraded to Ubuntu 23.04 from 22.10, I was unable to start Emacs (I am using Doom Emacs). In the terminal I get this message:
emacs: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory
Note that under 22.10, I had built and installed Emacs 28.2. I have tried simply installing Emacs 28.2 which now is packaged for Ubuntu 23.04 but that does not work. I also tried creating a symlink between libtiff.so.5 and libtiff.so.6 as suggested by someone (can't find the link now), but again that did not change anything.
Do I need to rebuild and reinstall Emacs under 23.04, or should I completely remove my existing Emacs and Doom and reinstall using apt-get? Or is there something else I should be doing?
I am very much a newbe playing with things I don't really understand, so your help would be appreciated.