I removed the file:
/etc/network/interfaces.d/enp5s0
then:
$ sudo service networking restart
$ sudo nmcli device set enp5s0 managed yes
but:
$ nmcli device
still say unmanaged and no ethernet conection in the Network manager icon
--
Valerio
On 5/12/24 11:05 AM, Marco Moock wrote:
Most likely the connection is not manages by NM.
Run
nmcli device
I got:
efa@08i7-2500:~$ nmcli device
DEVICE TYPE STATE CONNECTION
lo loopback connected (externally) lo
wlp4s0 wifi disconnect
thank you,
I think libboost can be the last notable lib that miss the pc file
as now I had the package "libboost1.67-dev" installed, I'm on Debian 10.
I checked in package installed files, no .pc is there.
I also checked all other libboost1.xx-dev packages (are 1.71 and 1.74),
no one has a .pc files.
Does the libboostM.mm-dev package supplied with Debian 11, 12 or Sid ha
in my current project I had to manually add:
-lzip -lboost_system -lboost_filesystem -lboost_locale -lpthread
(discovered by try and errors) to linker flags to build the binary.
I'm expect those dependencies come from pkg-config
--
Valerio
my current use case is:
1) I need to check for libboost-dev >= 1.71
pkg-config is good in this
2) libboost 1.7x seems require libpthread
so I expect boost.pc will report it as dependancy or, as pthread is a
virtual package, at least the link option -lpthread is listed
--
Valerio
I saw was already requested in 2004:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248674
but that bug seems dead.
At that time, pkg-config was not so common, today is another story
--
Valerio
Package: libsdl1.2-dev
Version: 1.2.15
Linux 02cor2130 5.0.0-27-generic x86_64
libc-2.27.so
Dev packages mainly contain:
0) /usr/bin/* # optional library tool
1) /usr/include/*.h # headers files
2) /usr/lib/x86_64-linux-gnu/lib*.a # the compile time library itself
3) /usr/lib/x86_64-linux-g
8 matches
Mail list logo