[MacPorts] #61471: virt-manager fails to load shared library on Big Sur
MacPorts
noreply at macports.org
Sat Nov 28 02:51:54 UTC 2020
#61471: virt-manager fails to load shared library on Big Sur
---------------------------+----------------------
Reporter: idryzhov | Owner: danchr
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: virt-manager |
---------------------------+----------------------
Comment (by thenickdude):
Same impact for the Deluge port:
{{{
WARNING **: 15:43:20.653: Failed to load shared library
'libgdk_pixbuf-2.0.0.dylib' referenced by the typelib:
dlopen(libgdk_pixbuf-2.0.0.dylib, 9): image not found
}}}
{{{
/opt/local/share/gir-1.0/Gdk-2.0.gir: shared-
library="/opt/local/lib/libgdk-x11-2.0.0.dylib"
/opt/local/share/gir-1.0/Gdk-3.0.gir: shared-
library="/opt/local/lib/libgdk-3.0.dylib"
/opt/local/share/gir-1.0/GdkPixbuf-2.0.gir: shared-
library="libgdk_pixbuf-2.0.0.dylib"
/opt/local/share/gir-1.0/GdkPixdata-2.0.gir: shared-
library="libgdk_pixbuf-2.0.0.dylib"
}}}
I found I could work around the problem by setting LD_LIBRARY_PATH
explicitly:
{{{
LD_LIBRARY_PATH=/opt/local/lib deluge
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61471#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list