Re:Problem installing HC9 on Debian 7.x
2013/09/20 06:25:12
(permalink)
Then it is basically happened due to changed architecture in Debian 7.x and it can be solved by running the below commands on the Debian server one by one.
1) dpkg --add-architecture i386
2) apt-get update
3) apt-get install ia32-libs-i386
Now you shall execute HC Linux/HCNix installer without any problem.