Solved FreeBSD 9.2 on Plex Media Server

Re: Freebsd9.2 on Plex Media Server

Code:
# cd /usr/ports/multimedia/plexmediaserver
# make install clean
?
 
Re: Freebsd9.2 on Plex Media Server

Hi @wblock,

Thank you for your response, it looks like plexmediaserver is only running on amd64, while I'm using i386.

Code:
 cd /usr/ports/multimedia/plexmediaserver
root@bsd92:/usr/ports/multimedia/plexmediaserver # make install clean
===>  plexmediaserver-0.9.8.18.290 is only for amd64, while you are running i386      .
*** [install] Error code 1

Thanks again!
 
Last edited by a moderator:
The port only offers a 64-bit version because that is the only version available for FreeBSD. If you want to run it on FreeBSD, install the amd64 (64-bit) version of FreeBSD.
 
Back
Top