Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 14:25:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204034] plexmediaserver start script should include /usr/local/lib/compat/ in LD_LIBRARY_PATH
Message-ID:  <bug-204034-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204034

            Bug ID: 204034
           Summary: plexmediaserver start script should include
                    /usr/local/lib/compat/ in LD_LIBRARY_PATH
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
               URL: https://forums.plex.tv/discussion/comment/1041033/#Com
                    ment_1041033
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jfltech@gmail.com

When the gcc and plexmediaserver is installed on FreeBSD 10.x the linker
resolves to the "libstdc++.so.6" library in

/usr/local/lib/gcc48/libstdc++.so.6 
vs 
/usr/local/lib/compat/libstdc++.so.6

Which causes "Plex Media Server" to fail immediately upon startup via an
exception in thr_kill () from /lib/libc.so.7 

Testing that the the correct lib path exists and added to LD_LIBRARY_PATH via
the start script would help prevent this issue from re-occurring with new
installs.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204034-13>