Shared object "libsoci_core.so" not found

rubenm

Dabbler
Joined
Oct 5, 2013
Messages
28
Hi

I have plex install as a plugin in Freenas 9.10
i use the commands to update (because when i update to the new 11 version wont work):

jexec 3 csh

fetch -o PMS_Updater.sh https://raw.githubusercontent.com/mstinaff/PMS_Updater/master/PMS_Updater.sh

chmod 755 PMS_Updater.sh

./PMS_Updater.sh -u

Always workd great but this thime i get an error and i am a noob in this...

Shared object "libsoci_core.so" not found, required by "Plex Media Server"

i found this https://www.ixsystems.com/community/threads/plex-has-a-wonderful-new-error-for-me.48803/ but i dont know how to fix it!

Can anyone give some help?
 

Spray190

Cadet
Joined
Apr 3, 2019
Messages
1
Hi rubenm, I have just had exactly the same problem on updating to the latest version of plex. Not sure the cause but I believe it may be an issue with the update. I reverted back to the previous version using the PMS_Updater, just have a look in the /tmp folder for the previous version and in my case I copied it up one level and used this command
./PMS_Updater.sh -l PlexMediaServer-1.14.1.5488-cc260c476-freebsd-amd64.tar.bz2 -vv -f
so the -l makes it look in the local directory and the -f forces it to install even if it is an older version, the tar file was the next one back for me so this may be different for you. I hope this helps or if you did end up starting from scratch that it may help somebody else. It was certainly driving me nuts for a while
 
Top