i'm getting this in Debian Jessie:
debian@debian:~/Downloads$ sudo dpkg -i armory_0.96.1_amd64.deb
(Reading database ... 129820 files and directories currently installed.)
Preparing to unpack armory_0.96.1_amd64.deb ...
Unpacking armory (0.96.1-1) over (0.96.1-1) ...
dpkg: dependency problems prevent configuration of armory:
armory depends on libstdc++6 (>= 5.2); however:
Version of libstdc++6:amd64 on system is 4.9.2-10.
dpkg: error processing package armory (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.58) ...
Errors were encountered while processing:
armory
debian@debian:~/Downloads$
how do i upgrade to ">= 5.2"? is that GCC?
Jessie is GCC 4.9, I build on Ubuntu 16.04, which is GCC 5.4.
You would need a build with an earlier version of GCC, which I'll add with the offline builds for 0.96.2. For now, you'll have to build from source, which is fairly easy on Jessie.
thanks for the quick response and all the great work goatpig.
i'm sure building GCC from source is easy but as you know, Debian is notoriously lacking in backportability (sp?) Do you think simply upgrading GCC will be enough or are there further dependencies or issues i should anticipate?