Kbase P126161: EasyAsk installation fails on UNIX machine
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/12/2007 |
|
Status: Unverified
FACT(s) (Environment):
EasyAsk Versions
IBM AIX
UNIX
Linux Intel
SYMPTOM(s):
EasyAsk installation fails on UNIX machine
java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment while running EasyAsk installation process
java.lang.UnsatisfiedLinkError:
/tmp/install.dir.21537/Linux/resource/jre/lib/i386/libawt.so:libXp.so.6:
cannot open shared object file: No such file or directory
CAUSE:
EasyAsk installation uses graphical X11 capabilities
FIX:
Execute the install in console mode which doesn't require graphical capabilities:
./ <install executable> -i console
For example, for EasyAsk 9.6, execute the following:
./EasyAsk_v96.bin -i console
In addition, debugging for the install can to turned on by setting the following before executing the install:
EXPORT LAX_DEBUG=true
For more detailed information, see the EasyAsk 10 Installation Guide.