Consultor Eletrônico



Kbase 21586: Installation of Progress on Linux fails /usr/java/bin/java: /usr/bin/cut: No such directory.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1C
RedHat Linux 7.2
RedHat Linux 7.1

SYMPTOM(s):

Error installing Progress

/usr/java/jre1.3.0_02/bin/java: /usr/bin/cut: No such directory.

/usr/java/jre1.3.0_02/bin/i386
ative_threads/java: error while loading shared libraries: libjvm.so: cannot load shared object file: No such file or directory.

CAUSE:

The explicit reference to /usr/bin/cut in .java_wrapper returns the above error because in Red Hat 7.1 and 7.2, the cut command is in /bin instead of /usr/bin.

FIX:

Add a soft link to /bin/cut:

ln -s /bin/cut /usr/bin/cut

To test, type cut. Usage information should be returned. This means the link is working.