Warnings are just that — Warnings. It states that the two libraries are needed for transcoding of HDR content. Not all systems are capable of transcoding HDR but the installer does not know this.
There should not be an /etc/systemd/system/plexmediaserver.service.
Good catch.
I am VERY curious why the installer didn’t print out the error and tell you that file is not supported and abort installation.
the file was left over from a Ubuntu 16 error (when first released).
systemd distribution files belong in /lib/systemd, not /etc/systemd.
I specifically test:
# if there is a lingering /etc/systemd/system/plexmediaserver.service, this is wrong. Flag the PlexUser to correct
if [ -e /etc/systemd/system/plexmediaserver.service ]; then
Output "Systemd configuration error detected:"
Output "File \"/etc/systemd/system/plexmediaserver.service\" is leftover from an earlier Debian/Ubuntu bug."
Output "Please transfer any customizations \(APP_DIR, User, Group, TMPDIR, and/or UMask\) to a proper \"$OverrideDir/override.conf\""
Output "and reinstall."
Output "Unit override \"/etc/systemd/system/plexmediaserver.service\" found."
Output "Only \"/etc/systemd/system/plexmediaserver.service.d/override.conf\" is supported."
Fail=1
else
I recommend you remove /etc/systemd/system/plexmediaserver.service,
transferring any customizations to the properly supported override.conf file.