0

cross compiled htop for arm, when htop is executed on the target, I am getting the error "Error opening terminal: console." can anyone help what could be the issue ?

enthu
  • 69
  • 11

1 Answers1

0

Just export the following, it works(make sure "terminfo" path is proper)

export TERM=xterm export TERMINFO=/etc/terminfo

enthu
  • 69
  • 11