net-p2p/amule-2.2.0_pre20080218 ebuild compiles and works fine, but when UPNP
support is enabled then in application log we can see following messages:
2008-02-25 23:51:42: UPnP.cpp(87): Universal Plug and Play:
error(CDynamicLibHandle): Unable to dlopen libixml.so.2. Check PATH and
LD_LIBRARY_PATH.
2008-02-25 23:51:42: UPnP.cpp(87): Universal Plug and Play:
error(CDynamicLibHandle): Unable to dlopen libupnp.so.2. Check PATH and
LD_LIBRARY_PATH.
2008-02-25 23:51:42: UPnP.cpp(87): Universal Plug and Play:
error(CDynamicLibHandle): Unable to dlopen libupnp.so.3. Check PATH and
LD_LIBRARY_PATH.
2008-02-25 23:51:42: UPnP.cpp(228): Universal Plug and Play:
error(CDynamicLibHandle): Unable to dlopen one or more UPnP component
libraries. Check PATH and LD_LIBRARY_PATH.
2008-02-25 23:51:42: amule.cpp(1000): CUPnPException: error(CDynamicLibHandle):
Unable to dlopen one or more UPnP component libraries. Check PATH and
LD_LIBRARY_PATH.
2008-02-25 23:51:42: SharedFileList.cpp(353): Found 0 known shared files
These messages dissapered and UPNP started working after installation of
net-libs/libupnp-1.4.6.
Can someone please verify this and update ebuild dependencies with libupnp
library?
Thanks