Client installer error on Ubuntu 14.04 lts

Hello, I am attempting to deploy the client installer v2.1.6 on Ubuntu 14.04 lts. Below is the output:

$ sudo bash cwaf_client_install.sh
Verifying archive integrity… All good.
Uncompressing Comodo WAF Client Installer v2.16…

Checking pre-requisites

BASH bin OK (/bin/bash)
CPAN bin OK (/usr/bin/cpan)
GCC bin OK (/usr/bin/gcc)
MAKE bin OK (/usr/bin/make)
STRINGS bin OK (/usr/bin/strings)

Running installer

Error opening terminal: screen-bce.
$

Any input on what could be wrong? It seems there might need to be a space between screen and -bce?

Thanks,
-Nate

Hello.
Please, try to add the following to your ~/.screenrc


# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# erase background with current bg color
defbce "on" 
# set TERM
term screen-256color-bce