Skip to content

Open Watcom 1.9 Installer problem

Jiří Malák edited this page May 16, 2023 · 1 revision

Core Dump in Linux Installer

In some cases the Linux installer produces an immediate core dump. This is due to a problem with the terminal handling; the installer can't find the terminal information database. The error occurs even before the splash screen appears. You can likely work around the problem by setting the TERMINFO environment variable to point at the proper location of the terminal information database. For example:

export TERMINFO=/lib/terminfo

Other solution by setup terminal type before run installer.

export TERM=vt100
Clone this wiki locally