Consultor Eletrônico



Kbase P128346: Executables are not copied to the system directory during a silent install on Unix
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x
UNIX

SYMPTOM(s):

Executables are not copied to the system directory during a silent install on Unix

Cannot record the answer to the question "Copy the scripts to /usr/bin?" to a silent install configuration file

CAUSE:

Enhancement request# 0000003726

FIX:

This Enhancement has not been implemented in the product. As a workaround, execute the following commands after the installation has completed successfully:
DLC=<installation path>
for file in bpro mbpro mpro mprowin mresults pro proaiw proapw probiw probkup probrkr procopy prolog promon prooibrk prooidrv prorest proserve proshut prostrct proutil prowdog prowin results rfutil proadsv asbman wsbman nsman dbman; do
test -x $DLC/bin/$file && ln -s $DLC/bin/$file /usr/bin
done