<div dir="auto">When in this situation try this:<div dir="auto"><br></div><div dir="auto">package provides ^libx.so.x.x.whatever.</div><div dir="auto"><br></div><div dir="auto">The carrot plus trailing dot will search for a pattern within the listing of the packages within the package database. You might shorten the pattern for results, though you will have more hits to check.</div><div dir="auto"><br></div><div dir="auto">When libc.so.7 was a miss, I checked libGL.so.1 and made progress.</div><div dir="auto"><br></div><div dir="auto">Jonathan Engwall</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 19, 2020, 3:56 PM  <<a href="mailto:users-request@dragonflybsd.org">users-request@dragonflybsd.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Users mailing list submissions to<br>
        <a href="mailto:users@dragonflybsd.org" target="_blank" rel="noreferrer">users@dragonflybsd.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.dragonflybsd.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/mailman/listinfo/users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:users-request@dragonflybsd.org" target="_blank" rel="noreferrer">users-request@dragonflybsd.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@dragonflybsd.org" target="_blank" rel="noreferrer">users-owner@dragonflybsd.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Missing libraries (Jonathan Engwall)<br>
   2. Re: Missing libraries (Nelson H. F. Beebe)<br>
   3. Re: Missing libraries (Jonathan Engwall)<br>
   4. Re: Missing libraries (Jonathan Engwall)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 19 Sep 2020 14:04:05 -0700<br>
From: Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>><br>
To: DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org" target="_blank" rel="noreferrer">users@dragonflybsd.org</a>><br>
Subject: Missing libraries<br>
Message-ID:<br>
        <CAP=<a href="mailto:T6ZMuXyQSh1O7SDCFozUr%2Bu_D51hLdz_wyp7fRMU94pwSRQ@mail.gmail.com" target="_blank" rel="noreferrer">T6ZMuXyQSh1O7SDCFozUr+u_D51hLdz_wyp7fRMU94pwSRQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I need to know how to find the package that supply shared libraries, by the<br>
libraries the packages provide.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/0b3ff28c/attachment-0001.htm" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/0b3ff28c/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 19 Sep 2020 15:23:35 -0600<br>
From: "Nelson H. F. Beebe" <<a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>><br>
To: Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>><br>
Cc: <a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>, DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org" target="_blank" rel="noreferrer">users@dragonflybsd.org</a>><br>
Subject: Re: Missing libraries<br>
Message-ID: <<a href="mailto:CMM.0.95.0.1600550615.beebe@gamma.math.utah.edu" target="_blank" rel="noreferrer">CMM.0.95.0.1600550615.beebe@gamma.math.utah.edu</a>><br>
<br>
Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>> asks:<br>
<br>
>> I need to know how to find the package that supply shared libraries, by the<br>
>> libraries the packages provide.<br>
<br>
I strongly recommend always installing the pkg-provides package on<br>
FreeBSD and its derivatives, and on DragonFlyBSD.<br>
<br>
After installation pkg-provides, a three lines in<br>
/usr/local/etc/pkg.conf need tweaking to look like this:<br>
<br>
        PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";<br>
        PKG_ENABLE_PLUGINS = true; <br>
        PLUGINS [ provides ] ;    <br>
<br>
You then need to run (just once):<br>
<br>
        # pkg provides -u<br>
<br>
>From then on, an index of providing packages is maintained for all<br>
currently, and subsequently, installed files.<br>
<br>
You can then find the package that supplies a particular file like this:<br>
<br>
        % pkg provides /usr/local/bin/gmake<br>
        Name    : gmake-4.3_2<br>
        Desc    : GNU version of 'make' utility<br>
        Repo    : Avalon<br>
        Filename: usr/local/bin/gmake<br>
<br>
-------------------------------------------------------------------------------<br>
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -<br>
- University of Utah                    FAX: +1 801 581 4148                  -<br>
- Department of Mathematics, 110 LCB    Internet e-mail: <a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>  -<br>
- 155 S 1400 E RM 233                       <a href="mailto:beebe@acm.org" target="_blank" rel="noreferrer">beebe@acm.org</a>  <a href="mailto:beebe@computer.org" target="_blank" rel="noreferrer">beebe@computer.org</a> -<br>
- Salt Lake City, UT 84112-0090, USA    URL: <a href="http://www.math.utah.edu/~beebe/" rel="noreferrer noreferrer" target="_blank">http://www.math.utah.edu/~beebe/</a> -<br>
-------------------------------------------------------------------------------<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 19 Sep 2020 15:03:51 -0700<br>
From: Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>><br>
To: "Nelson H. F. Beebe" <<a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>><br>
Cc: DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org" target="_blank" rel="noreferrer">users@dragonflybsd.org</a>><br>
Subject: Re: Missing libraries<br>
Message-ID:<br>
        <CAP=<a href="mailto:T6ZP2vpuBrJhvJMAshcrtFp8%2BGRAJCc2U5sPv8pDjzhQQ_w@mail.gmail.com" target="_blank" rel="noreferrer">T6ZP2vpuBrJhvJMAshcrtFp8+GRAJCc2U5sPv8pDjzhQQ_w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Thank you<br>
<br>
Finding libc.so.7 was impossible. I found libc.so ... could there be a<br>
connection?<br>
<br>
That would be odd. This library is supplied by gnatdroud-sysroot-x86-23,,<br>
Android sysroots for C/Ada cross-compiler<br>
<br>
This does not make sense.<br>
<br>
You checks for conflicts have to become BEFORE any changes are made.<br>
<br>
<br>
On Sat, Sep 19, 2020, 2:23 PM Nelson H. F. Beebe <<a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>><br>
wrote:<br>
<br>
> Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>> asks:<br>
><br>
> >> I need to know how to find the package that supply shared libraries, by<br>
> the<br>
> >> libraries the packages provide.<br>
><br>
> I strongly recommend always installing the pkg-provides package on<br>
> FreeBSD and its derivatives, and on DragonFlyBSD.<br>
><br>
> After installation pkg-provides, a three lines in<br>
> /usr/local/etc/pkg.conf need tweaking to look like this:<br>
><br>
>         PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";<br>
>         PKG_ENABLE_PLUGINS = true;<br>
>         PLUGINS [ provides ] ;<br>
><br>
> You then need to run (just once):<br>
><br>
>         # pkg provides -u<br>
><br>
> From then on, an index of providing packages is maintained for all<br>
> currently, and subsequently, installed files.<br>
><br>
> You can then find the package that supplies a particular file like this:<br>
><br>
>         % pkg provides /usr/local/bin/gmake<br>
>         Name    : gmake-4.3_2<br>
>         Desc    : GNU version of 'make' utility<br>
>         Repo    : Avalon<br>
>         Filename: usr/local/bin/gmake<br>
><br>
><br>
> -------------------------------------------------------------------------------<br>
> - Nelson H. F. Beebe                    Tel: +1 801 581 5254<br>
>     -<br>
> - University of Utah                    FAX: +1 801 581 4148<br>
>     -<br>
> - Department of Mathematics, 110 LCB    Internet e-mail:<br>
> <a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>  -<br>
> - 155 S 1400 E RM 233                       <a href="mailto:beebe@acm.org" target="_blank" rel="noreferrer">beebe@acm.org</a><br>
> <a href="mailto:beebe@computer.org" target="_blank" rel="noreferrer">beebe@computer.org</a> -<br>
> - Salt Lake City, UT 84112-0090, USA    URL:<br>
> <a href="http://www.math.utah.edu/~beebe/" rel="noreferrer noreferrer" target="_blank">http://www.math.utah.edu/~beebe/</a> -<br>
><br>
> -------------------------------------------------------------------------------<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/483fde82/attachment-0001.htm" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/483fde82/attachment-0001.htm</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sat, 19 Sep 2020 15:56:23 -0700<br>
From: Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>><br>
To: "Nelson H. F. Beebe" <<a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>><br>
Cc: DragonFlyBSD Users <<a href="mailto:users@dragonflybsd.org" target="_blank" rel="noreferrer">users@dragonflybsd.org</a>><br>
Subject: Re: Missing libraries<br>
Message-ID:<br>
        <CAP=T6ZNoShaKByFVEaLs=hhUwKMf=eCaQi3w=<a href="mailto:3%2BVCivmRdtR7g@mail.gmail.com" target="_blank" rel="noreferrer">3+VCivmRdtR7g@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
I started installing every browser on the list. Surf browser indicated an<br>
error with gstreamer, so I<br>
installed several gstreamer packages. 'pkg provides' was helpful as well. I<br>
include two scripts. Finding<br>
the a source for the missing lib was too difficult so I tracked down the<br>
package that was doing all the<br>
complaining: mesa-libs-19.0.8_2 and I removed that!<br>
Now the complaint is from libvdpau-1.4, but I have my desktop back and<br>
Firefox running, so I think<br>
this is fine.<br>
These scripts are updated.<br>
<br>
On Sat, Sep 19, 2020 at 3:03 PM Jonathan Engwall <<br>
<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>> wrote:<br>
<br>
> Thank you<br>
><br>
> Finding libc.so.7 was impossible. I found libc.so ... could there be a<br>
> connection?<br>
><br>
> That would be odd. This library is supplied by gnatdroud-sysroot-x86-23,,<br>
> Android sysroots for C/Ada cross-compiler<br>
><br>
> This does not make sense.<br>
><br>
> You checks for conflicts have to become BEFORE any changes are made.<br>
><br>
><br>
> On Sat, Sep 19, 2020, 2:23 PM Nelson H. F. Beebe <<a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>><br>
> wrote:<br>
><br>
>> Jonathan Engwall <<a href="mailto:engwalljonathanthereal@gmail.com" target="_blank" rel="noreferrer">engwalljonathanthereal@gmail.com</a>> asks:<br>
>><br>
>> >> I need to know how to find the package that supply shared libraries,<br>
>> by the<br>
>> >> libraries the packages provide.<br>
>><br>
>> I strongly recommend always installing the pkg-provides package on<br>
>> FreeBSD and its derivatives, and on DragonFlyBSD.<br>
>><br>
>> After installation pkg-provides, a three lines in<br>
>> /usr/local/etc/pkg.conf need tweaking to look like this:<br>
>><br>
>>         PKG_PLUGINS_DIR = "/usr/local/lib/pkg/";<br>
>>         PKG_ENABLE_PLUGINS = true;<br>
>>         PLUGINS [ provides ] ;<br>
>><br>
>> You then need to run (just once):<br>
>><br>
>>         # pkg provides -u<br>
>><br>
>> From then on, an index of providing packages is maintained for all<br>
>> currently, and subsequently, installed files.<br>
>><br>
>> You can then find the package that supplies a particular file like this:<br>
>><br>
>>         % pkg provides /usr/local/bin/gmake<br>
>>         Name    : gmake-4.3_2<br>
>>         Desc    : GNU version of 'make' utility<br>
>>         Repo    : Avalon<br>
>>         Filename: usr/local/bin/gmake<br>
>><br>
>><br>
>> -------------------------------------------------------------------------------<br>
>> - Nelson H. F. Beebe                    Tel: +1 801 581 5254<br>
>>     -<br>
>> - University of Utah                    FAX: +1 801 581 4148<br>
>>     -<br>
>> - Department of Mathematics, 110 LCB    Internet e-mail:<br>
>> <a href="mailto:beebe@math.utah.edu" target="_blank" rel="noreferrer">beebe@math.utah.edu</a>  -<br>
>> - 155 S 1400 E RM 233                       <a href="mailto:beebe@acm.org" target="_blank" rel="noreferrer">beebe@acm.org</a><br>
>> <a href="mailto:beebe@computer.org" target="_blank" rel="noreferrer">beebe@computer.org</a> -<br>
>> - Salt Lake City, UT 84112-0090, USA    URL:<br>
>> <a href="http://www.math.utah.edu/~beebe/" rel="noreferrer noreferrer" target="_blank">http://www.math.utah.edu/~beebe/</a> -<br>
>><br>
>> -------------------------------------------------------------------------------<br>
>><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/8d6af798/attachment.htm" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/8d6af798/attachment.htm</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: qt-make.csh<br>
Type: application/x-csh<br>
Size: 1704 bytes<br>
Desc: not available<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/8d6af798/attachment.csh" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/8d6af798/attachment.csh</a>><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: xfce4.csh<br>
Type: application/x-csh<br>
Size: 1495 bytes<br>
Desc: not available<br>
URL: <<a href="http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/8d6af798/attachment-0001.csh" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/pipermail/users/attachments/20200919/8d6af798/attachment-0001.csh</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@dragonflybsd.org" target="_blank" rel="noreferrer">Users@dragonflybsd.org</a><br>
<a href="http://lists.dragonflybsd.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.dragonflybsd.org/mailman/listinfo/users</a><br>
<br>
<br>
------------------------------<br>
<br>
End of Users Digest, Vol 97, Issue 14<br>
*************************************<br>
</blockquote></div>