[Bug 204034] plexmediaserver start script should include /usr/local/lib/compat/ in LD_LIBRARY_PATH

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 26 14:25:50 UTC 2015


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 at FreeBSD.org
          Reporter: jfltech at 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.


More information about the freebsd-ports-bugs mailing list