CWAF Agent Install Issue: Error opening terminal: xterm

I downloaded a ran the cwaf agent on Debian 7.8:

./cwaf_client_install.sh

Verifying archive integrity… All good.
Uncompressing Comodo WAF Client Installer v1.6…
Error opening terminal: xterm.

For some reason it’s trying to run xterm.

I can run xterm on it’s own without any problems.

Any ideas?

Try to fix this trouble by next commands executed on your servers with root privileges:

mkdir -p /usr/share/terminfo/l

cd /usr/share/terminfo/l

ln -s /lib/terminfo/l/linux linux

You can find more detailed information about ‘Error opening terminal’ errors on:
http://www.terabyteunlimited.com/kb/article.php?id=454

Thanks for the response, I will try this now :slight_smile:

Thanks for the supporting link.

Just FYI, it was the second set of commands that did the trick for xterm:

mkdir -p /usr/share/terminfo/x

cd /usr/share/terminfo/x

ln -s /lib/terminfo/x/xterm xterm

Install is working nicely now, thanks again :slight_smile: