Error opening terminal when running axigen-cfg-wizard on Solaris
Article updated on 26 January, 2007
Description
Running axigen-cfg-wizard on Solaris returns "Error opening terminal"
Resolution
Because of the non-default path of the terminfo terminal definitions in Solaris, the axigen-cfg-wizard application returns: Error opening terminal. This can easily be solved by setting the TERMINFO environment variable to the correct terminfo path:
TERMINFO="/usr/share/lib/terminfo"
export TERMINFO
Comments