Plexconnect and ATV3

Status
Not open for further replies.

lonewolf

Dabbler
Joined
Mar 13, 2015
Messages
27
Thanks for taking the time to read my problem, I'm currently going through the steps on this guide - https://forums.freenas.org/index.php?threads/how-to-install-plexconnect-for-atv.18315/

When I reach the command 'git clone https://github.com/iBaa/PlexConnect.git' I recive this message

Shared object "libexpat.so.1" not found, required by "git-remote-https"

I've something similar happen recently with libconv.so.2 and I was advised to use 'pkg install libconv' which solved my problem however when using the command 'pkg install libexpat' thinking it would work it came back with this message :-

'pkg: No packages available to install matching 'libexpat' have been found in the
repositories'

As I'm still learning to use freenass, shell and jails any help you can offer will be greatly appreciated.

BuildFreeNAS-9.3-STABLE-201503120630
PlatformAMD A8-6600K APU with Radeon(tm) HD Graphics
Memory 7333 MB
one 2TB drive
1 volume set in stripe layout
plex & transmission with openvpn plugins/jail
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Thanks for taking the time to read my problem, I'm currently going through the steps on this guide - https://forums.freenas.org/index.php?threads/how-to-install-plexconnect-for-atv.18315/

When I reach the command 'git clone https://github.com/iBaa/PlexConnect.git' I recive this message

Shared object "libexpat.so.1" not found, required by "git-remote-https"

I've something similar happen recently with libconv.so.2 and I was advised to use 'pkg install libconv' which solved my problem however when using the command 'pkg install libexpat' thinking it would work it came back with this message :-

'pkg: No packages available to install matching 'libexpat' have been found in the
repositories'

As I'm still learning to use freenass, shell and jails any help you can offer will be greatly appreciated.

BuildFreeNAS-9.3-STABLE-201503120630
PlatformAMD A8-6600K APU with Radeon(tm) HD Graphics
Memory 7333 MB
one 2TB drive
1 volume set in stripe layout
plex & transmission with openvpn plugins/jail
you have the needed package/library, just an old version. run the below and try again
Code:
pkg upgrade
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
or if pkg update doesn't work (which it didn't for me) try

Code:
pkg install expat
 

lonewolf

Dabbler
Joined
Mar 13, 2015
Messages
27
Ok thank you, I did pkg upgrade before I should have mentioned so I will give pkg install expat a try and report back.
 
Status
Not open for further replies.
Top