Kbase P163508: How to Build Oracle DataServer Executables on 10.2B AIX 64 Bit Installation
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/27/2011 |
|
Status: Unverified
GOAL:
How to Build Oracle DataServer Executables on 10.2B AIX 64 Bit Installation
GOAL:
Steps on using oebuild to build Oracle DataServer executables on 10.2B AIX 64 bit?
FACT(s) (Environment):
IBM AIX 6.1
PowerPC 64-bit
OpenEdge 10.2B
FIX:
Following are steps to build Oracle data server executables.
Assuming you have 64 bit Oracle client installed on the machine and ORACLE_HOME points to Oracle client installation, you also have 64 bit OpenEdge oracle DataServer installed and DLC points to Progress installation
1. cd to temp working directory
2. cp $DLC/oebuild/make/* . (copy all build script to current working directory)
3. Create a softlink:
ln -s $ORACLE_HOME/lib/libclntsh.a /usr/lib/libclntsh.a
4. export ORALIB=$ORACLE_HOME/lib/libclntsh.a
5. IMAGE=./_progres (assuming you build _progres, point final executable to current directory)
6. ./build_orarx.sh (run build script)
7. chmod u+s ./_progres
The build script will generate executable called _progres and place it in current directory
After all necessary executables are generated, move them to $DLC/bin directory after backing up original executables