Today I ran apt-get upgrade to update my Plex media server.
The update ran as usual but once it finished my Plex service wouldn't start. After doing some digging and running:
journalctl -xe
I found the possible error
/usr/lib/plexmediaserver/Plex Media Server: error while loading shared libraries: libboost_locale.so.1.59.0: cannot open shared object file: No such file or directory plexmediaserver.service: main process exited, code=exited, status=127/n/a
I checked and the file exists and has permissions to be executed.
I run raspbian jessie and have a symlink at /usr/lib/plexmediaserver/Plex Media Server to an external disk. Though that never gave me troubles.