Consultor Eletrônico



Kbase P188894: How to Build Oracle DataServer Executables on 10.2B AIX  32 Bit Installation
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/2/2011
Status: Unverified

GOAL:

How to Build Oracle DataServer Executables on 10.2B AIX 32 Bit Installation

GOAL:

Steps on using oebuild to build Oracle DataServer executables on 10.2B AIX 32 bit?

FACT(s) (Environment):

PowerPC 32-bit
IBM AIX 6.1
OpenEdge 10.2B
OpenEdge DataServer Category: Oracle

FIX:

Following are steps to build Oracle data server executables.
Assuming you have 32 bit Oracle client installed on the machine and ORACLE_HOME points to Oracle client installation, you also have 32 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/lib32/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