Replacing your default client executable:Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLPrintLast Updated: February 11, 20261 minute readOpenEdgeVersion 13.0Documentation Replacing your default client executable: Make a backup copy of the original executable. For example: cp $DLC/bin/_progres $DLC/bin/_progres.orig Copy the newly built executable into your installed bin directory. For example: cp $DLC/oebuild/orarx $DLC/bin/_progres Change permissions on the newly created executable to include the Set UID bit. For example: chmod u+s $DLC/bin/_progres
Replacing your default client executable: Make a backup copy of the original executable. For example: cp $DLC/bin/_progres $DLC/bin/_progres.orig Copy the newly built executable into your installed bin directory. For example: cp $DLC/oebuild/orarx $DLC/bin/_progres Change permissions on the newly created executable to include the Set UID bit. For example: chmod u+s $DLC/bin/_progres
Replacing your default client executable: Make a backup copy of the original executable. For example: cp $DLC/bin/_progres $DLC/bin/_progres.orig Copy the newly built executable into your installed bin directory. For example: cp $DLC/oebuild/orarx $DLC/bin/_progres Change permissions on the newly created executable to include the Set UID bit. For example: chmod u+s $DLC/bin/_progres