Missing libraries

Jonathan Engwall engwalljonathanthereal at gmail.com
Sat Sep 19 15:03:51 PDT 2020


Thank you

Finding libc.so.7 was impossible. I found libc.so ... could there be a
connection?

That would be odd. This library is supplied by gnatdroud-sysroot-x86-23,,
Android sysroots for C/Ada cross-compiler

This does not make sense.

You checks for conflicts have to become BEFORE any changes are made.


On Sat, Sep 19, 2020, 2:23 PM Nelson H. F. Beebe <beebe at math.utah.edu>
wrote:

> Jonathan Engwall <engwalljonathanthereal at gmail.com> asks:
>
> >> I need to know how to find the package that supply shared libraries, by
> the
> >> libraries the packages provide.
>
> I strongly recommend always installing the pkg-provides package on
> FreeBSD and its derivatives, and on DragonFlyBSD.
>
> After installation pkg-provides, a three lines in
> /usr/local/etc/pkg.conf need tweaking to look like this:
>
>         PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";
>         PKG_ENABLE_PLUGINS = true;
>         PLUGINS [ provides ] ;
>
> You then need to run (just once):
>
>         # pkg provides -u
>
> From then on, an index of providing packages is maintained for all
> currently, and subsequently, installed files.
>
> You can then find the package that supplies a particular file like this:
>
>         % pkg provides /usr/local/bin/gmake
>         Name    : gmake-4.3_2
>         Desc    : GNU version of 'make' utility
>         Repo    : Avalon
>         Filename: usr/local/bin/gmake
>
>
> -------------------------------------------------------------------------------
> - Nelson H. F. Beebe                    Tel: +1 801 581 5254
>     -
> - University of Utah                    FAX: +1 801 581 4148
>     -
> - Department of Mathematics, 110 LCB    Internet e-mail:
> beebe at math.utah.edu  -
> - 155 S 1400 E RM 233                       beebe at acm.org
> beebe at computer.org -
> - Salt Lake City, UT 84112-0090, USA    URL:
> http://www.math.utah.edu/~beebe/ -
>
> -------------------------------------------------------------------------------
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/483fde82/attachment-0002.htm>


More information about the Users mailing list