Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2013 17:06:55 -0500
From:      Michael Powell <nightrecon@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Opera Web Browser- Missing shlibs
Message-ID:  <l6okho$qp$1@ger.gmane.org>
References:  <l6oh35$om3$1@ger.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Walter Hurry wrote:

> pkg_libchk (from the admirable bsdadminscripts port) reveals:
> 
> opera-12.16: /usr/local/lib/opera/liboperakde4.so misses libkdeui.so.7
> opera-12.16: /usr/local/lib/opera/liboperakde4.so misses libkio.so.7
> opera-12.16: /usr/local/lib/opera/liboperakde4.so misses libkdecore.so.7
> 
> How do I find out which package(s) provide these libraries?
> 
 Note the:

.if ${PORT_OPTIONS:MKDE4}
USE_KDE4+=	kdelibs
.endif

in the Makefile. If you don't need, deselect KDE support in make config.

http://www.freebsd.org/cgi/ports.cgi?query=kdelibs&stype=all&sektion=all

-Mike






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?l6okho$qp$1>