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.
@putoguiri said:
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.
Why? I can understand if someone moves the Library dir /var/lib/plexmediaserver, but why /usr/lib/plexmediaserver/Plex Media Server? And why the executable? That directory /usr/lib/plexmediaserver only contains about 100MB. Please leave it as it is without any symlink. Just remove that symlink and reinstall my package.
@putoguiri said:
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.
Why? I can understand if someone moves the Library dir /var/lib/plexmediaserver, but why /usr/lib/plexmediaserver/Plex Media Server? And why the executable? That directory /usr/lib/plexmediaserver only contains about 100MB. Please leave it as it is without any symlink. Just remove that symlink and reinstall my package.
Sorry, I have a symlink in /var/lib/plexmediaserver not /usr/lib/plexmediaserver. As you state it wouldn’t make a lot of sense.
I already tried reinstalling plexmediaserver with apt-get install --reinstall plexmediaserver with no results. Also, rebooting did not change anything.