Ncpa suppor for Raspbian
Posted: Sun Apr 10, 2016 10:51 am
Does ncpa work on Raspbian? Grtz
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
root@pi:/tmp# dpkg -i ncpa-1.8.1-1.i386.deb
dpkg: error processing ncpa-1.8.1-1.i386.deb (--install):
package architecture (i386) does not match system (armhf)
Errors were encountered while processing:
ncpa-1.8.1-1.i386.deb
root@pi:/tmp# dpkg -i --force-architecture ncpa-1.8.1-1.i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (armhf)
Selecting previously unselected package ncpa.
(Reading database ... 80477 files and directories currently installed.)
Unpacking ncpa (from ncpa-1.8.1-1.i386.deb) ...
dpkg: dependency problems prevent configuration of ncpa:
ncpa depends on libc6 (>= 2.13).
ncpa depends on libssl1.0.0 (>= 1.0.0).
ncpa depends on zlib1g (>= 1:1.2.0).
dpkg: error processing ncpa (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ncpa
root@pi:/tmp#
root@pi:/tmp# cat /etc/*release
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
root@pi:/tmp# cat /etc/*release*
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
PRETTY_NAME="Debian #OSNAME# 7 (wheezy)"
NAME="Debian #OSNAME#"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"