Although this is FreeNAS 11.2 specific, a simple guide to fixing it is:
- Login to FreeNAS
- Go to Jails on the left hand side
- Find your plex jail. If you installed it from the plugins it should be called “plex”
- Click the three dots on the end of the line, then “Shell”
- You should see something that looks like this:
- Type “ee /usr/local/etc/rc.d/plexmediaserver” without the quotes
- Something that looks like a text editor should show up
- Scroll down by pressing the down key until you see the line
export LD_LIBRARY_PATH="${SCRIPTPATH}" - Change the line to be
export LD_LIBRARY_PATH="${SCRIPTPATH}/lib" - Press Escape, then Enter to “a) leave editor”, then Enter to “a) save changes”
- Go back to Jails on the left hand side
- Restart your jail by clicking the three dots on the end of the jail’s line, then “Restart”
Hope this fixes people’s problem
