6.1.0.42176 now depends on libdrm2 - installation file needs to be corrected
CompletedAfter updating to 6.1.0.42176 I noticed that mediaserver was not starting due to a missing dependency on libdrm2. I noticed that the .deb control file lists libdrm2 as “Recommends” and not as “Depends”. Because of this minimum environments and Docker installs fail.
Here is a section of the .deb control file; libdrm should be under “Depends” instead of “Recommends” for the Linux server installation file.
Package: networkoptix-mediaserver
Version: 6.1.0.42176
Installed-Size: 530224
Architecture: amd64
Maintainer: Network Optix <>
Pre-Depends: debconf
Depends: cifs-utils, debconf (>= 0.5), file, libcap2-bin (>= 1:2.32), libexpat1 (>= 2.2.9), net-tools, zlib1g (>= 1:1.2.11), libglib2.0-0 (>= 2.64.6) | libglib2.0-0t64 (>= 2.64.6)
Recommends: libasound2 (>= 1.2.2) | libasound2t64 (>= 1.2.2), libudev1 (>= 245.4), libgomp1, libdrm2
0
-
We are aware of this missing dependency, and it will be resolved in an upcoming patch.
For now, it could be resolved with:
sudo apt install -for the specific dependency with:
sudo apt install libdrm2With kind regards.
0
Please sign in to leave a comment.
Comments
1 comment