Re: can't find libpcap

2019-08-18 Thread shadrock uhuru
> Hi,
>
> shadrock uhuru wrote on Sat, Aug 17, 2019 at 01:01:08PM +0100:
>
>> is there a package for pcap or libpcap
>> or do i have to download the source and compile
> to answer such questions, use pkg_locate(1).
>
># pkg_add pkglocatedb
>$ man pkg_locate
>$ pkg_locate libpcap.so
>
> This may also provide a clue:
>
>$ ldd $(which tcpdump)
>
> Yours,
>   Ingo
>
thanks Ingo


Re: can't find libpcap

2019-08-17 Thread shadrock uhuru



On 8/17/19 1:07 PM, Noth wrote:
> On 17/08/2019 14:01, shadrock uhuru wrote:
>> hi everyone
>> is there a package for pcap or libpcap
>> or do i have to download the source and compile
>> shadrock
>>
> libpcap is in base, see man pcap. It lives in /usr/lib.
thanks



Re: can't find libpcap

2019-08-17 Thread Noth

On 17/08/2019 14:01, shadrock uhuru wrote:

hi everyone
is there a package for pcap or libpcap
or do i have to download the source and compile
shadrock


libpcap is in base, see man pcap. It lives in /usr/lib.



Re: can't find libpcap

2019-08-17 Thread Ingo Schwarze
Hi,

shadrock uhuru wrote on Sat, Aug 17, 2019 at 01:01:08PM +0100:

> is there a package for pcap or libpcap
> or do i have to download the source and compile

to answer such questions, use pkg_locate(1).

   # pkg_add pkglocatedb
   $ man pkg_locate
   $ pkg_locate libpcap.so

This may also provide a clue:

   $ ldd $(which tcpdump)

Yours,
  Ingo



can't find libpcap

2019-08-17 Thread shadrock uhuru
hi everyone
is there a package for pcap or libpcap
or do i have to download the source and compile
shadrock