Date: Sun, 21 Aug 2016 19:39:42 +0100 From: Robert Woolley <robert.woolley@rwoolley.com> To: freebsd-questions@freebsd.org Cc: bdrewery@FreeBSD.org Subject: portupgrade's library handling seems broken Message-ID: <20160821193942.4edb141a@gumby.homeunix.com>
next in thread | raw e-mail | index | archive | help
I noticed that none of the libraries in /usr/local/lib/compat/pkg/, is showing-up in the output of ldconfig -r. I had a specific problem where after a build problem qbittorrent was failing to start because it couldn't find libtorrent-rasterbar.so.8. compat/pkg only had libtorrent-rasterbar.so.8.0.0 without a libtorrent-rasterbar.so.8 symlink. Creating the link solved the problem. I'm not certain, but I think that older versions of portupgrade would have renamed libtorrent-rasterbar.so.8.0.0 to libtorrent-rasterbar.so.8. when it was moved to compat/pkg.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160821193942.4edb141a>