From owner-freebsd-ports@FreeBSD.ORG Wed Mar 19 17:31:26 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 319B313E for ; Wed, 19 Mar 2014 17:31:26 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BABC2386 for ; Wed, 19 Mar 2014 17:31:25 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id m15so7266524wgh.15 for ; Wed, 19 Mar 2014 10:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Yx3UtLBup2vDXXwH/HeAo6kMSm9uWYkk++L2UESC6Fw=; b=rCqjEYyokUYRPmvpGnLFequxcdttNqw7YwEznK/C2Tl2751Il4/5qjQTNijSHrLfj5 yCXZ438jjejgBoMsqO/yDczN4SMpb3vQjMbm1MpC3Krf+Yo+Mcqs1YqHkUG+xWv3+uqc g+5lxYJ91XUxZ3u8uW0UJMhOLQC4pj1K5iQDtsN1tple4Ne/tFDU5HwfJdm4KTclK3yb cJ9DbHdR/6HUItm++Pd3BrOe66wvvxXdTa8pPY0YEWJhxvtTjK1+V5VVkoTP2tTI5IvC 1IO1WZtQGbLpUp37olvmz8eHLsTcoFswEAncIaciaYSfhYtjPM3JTkv3x2y2Qhb5L+ob uGtw== X-Received: by 10.194.2.194 with SMTP id 2mr3000008wjw.73.1395250284010; Wed, 19 Mar 2014 10:31:24 -0700 (PDT) Received: from [192.168.20.30] (81-178-2-118.dsl.pipex.com. [81.178.2.118]) by mx.google.com with ESMTPSA id h9sm57610613wjz.16.2014.03.19.10.31.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 19 Mar 2014 10:31:23 -0700 (PDT) Message-ID: <5329D469.9080508@gmail.com> Date: Wed, 19 Mar 2014 17:31:21 +0000 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: uzimac@da3m0n8t3r.com, freebsd-ports@freebsd.org Subject: Re: Plex Media Server Port issues References: <5328D887.3080901@gmail.com> <5328DFE9.3050403@da3m0n8t3r.com> <5329BED4.70104@gmail.com> <5329D05B.2040203@da3m0n8t3r.com> In-Reply-To: <5329D05B.2040203@da3m0n8t3r.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 17:31:26 -0000 On 03/19/2014 05:14 PM, Waitman Gobble wrote: > On 3/19/2014 8:59 AM, Kaya Saman wrote: >> On 03/19/2014 12:08 AM, Waitman Gobble wrote: >>> On 3/18/2014 4:36 PM, Kaya Saman wrote: >>>> Hi, >>>> >>>> I'm experiencing 3 issues with the Plex Media Server.... >>>> >>>> My configuration is running FreeBSD 10.0 x64 with the ports tree up >>>> to date. >>>> >>>> Issue 1: Upon first installing the port everything went fine >>>> however, PMS wouldn't start and kept complaining about a Python C >>>> Lang issue... Google'ing I managed to find a FreeBSD Forum posting >>>> stating to insert this line: >>>> >>>> #!/bin/sh >>>> export LD_LIBMAP="/lib/libc.so.7 >>>> /usr/local/share/plexmediaserver/libc.so.7" >>>> >>>> >>> >>> >>> I don't recall using Plex Media Server however I think you are >>> missing something in your LD_LIBMAP.. like an equal sign, instead of >>> the space.. ie libc.so.7=the other libc.so.7 >>> >>> >> >> Thanks for the hint, I added it into the start.sh file and restarted >> the PMS service. >> >> I'm not sure if it actually did anything though as nothing seems to >> have changed. >> >> In the meantime however, shouldn't that have been added into the port >> in anycase? >> >> I can definitely say that the DLNA server isn't visible. I will check >> in the meantime to see if there is a setting somewhere maybe in the >> Preferences.xml file to turn on the visibility... unless anyone else >> has any ideas? >> >> Regards, >> >> >> Kaya >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > Not sure, it looks like plex media server is a closed source > proprietary program. Are they using their own libc for some sort of > DRM scheme? Not sure how that works with GNU software, maybe they > wrote their own closed-source libc? > does /usr/local/share/plexmediaserver/libc.so.7 exist? maybe you need > to use the FreeBSD libc in the compatibility libraries... > > Anyway the ports Makefile shows their binary files are compiled for > FreeBSD 9 , and uses the libstdc++ in > ${LOCALBASE}/lib/compat/libstdc++.so.6 but no mention of libc. > > Waitman > Hmm.... odd! I found the FreeBSD portion on the Plex site so I think I'll take this there as there is probably a larger user space... Thanks in anycase. Regards, Kaya