[Bug 245370] multimedia/plexmediaserver-plexpass: Missing dependencies?
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 5 10:58:30 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245370
Bug ID: 245370
Summary: multimedia/plexmediaserver-plexpass: Missing
dependencies?
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: feld at FreeBSD.org
Reporter: driesm.michiels at gmail.com
Assignee: feld at FreeBSD.org
Flags: maintainer-feedback?(feld at FreeBSD.org)
Created attachment 213088
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213088&action=edit
ldd output on plex binary
So when installing the latest plexmediaserver-plexpass (1.19.1.2589), I was
unable to start the binary because of missing shared libraries. ldd output in
attachments, you can see that some libraries are linked to /usr/local/lib/,
which requires the presence of packages to be installed that are not shipped
with Plexmediaserver itself. Is this a mistake on there side?
Plex installed in a jail:
root at plex:/usr/local/share/plexmediaserver-plexpass # ./Plex_Media_Server
ld-elf.so.1: Shared object "libidn2.so.0" not found, required by "libcurl.so"
After installing packages below, it works fine.
[/usr/home/dries]$ pkg which /usr/local/lib/libidn2.so.0
/usr/local/lib/libidn2.so.0 was installed by package libidn2-2.3.0_1
[/usr/home/dries]$ pkg which /usr/local/lib/libintl.so.8
/usr/local/lib/libintl.so.8 was installed by package gettext-runtime-0.20.1
[/usr/home/dries]$ pkg which /usr/local/lib/libunistring.so.2
/usr/local/lib/libunistring.so.2 was installed by package libunistring-0.9.10_1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list