Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Oct 2014 10:24:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194237] New: multimedia/plexhometheater crashes on startup with error undefined symbol dll_fopen
Message-ID:  <bug-194237-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 194237
           Summary: multimedia/plexhometheater crashes on startup with
                    error undefined symbol dll_fopen
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: woodsb02@gmail.com

My port of plexhometheater v1.2.2 to FreeBSD is crashing on startup and
printing the following error to the terminal:
/usr/local/lib/plexhometheater/system/ImageLib-x86_64-freebsd.so: Undefined
symbol "dll_fopen"

The last two lines in the log file show what it was attempting to do at the
time:
DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-freebsd.so)
DEBUG: Loading:
/usr/local/lib/plexhometheater/system/ImageLib-x86_64-freebsd.so

This can be fixed by running the following command, after which PHT runs well.
# sed -i.bak s/dll_fopen/fopen/g
/usr/local/lib/plexhometheater/system/ImageLib-x86_64-freebsd.so

If I look in the logs after that, I can see there are still some issues:
DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-freebsd.so)
DEBUG: Loading:
/usr/local/lib/plexhometheater/system/ImageLib-x86_64-freebsd.so
ERROR: Unable to load
/usr/local/lib/plexhometheater/system/ImageLib-x86_64-freebsd.so, reason:
/usr/local/lib/plexhometheater/system/ImageLib-x86_64-freebsd.so: Shared object
has no run-time symbol table

-- 
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-194237-13>