Actions:
|
2008-06-05 11:04 AEST by Arthur Barrett - Solaris build should include oracle support.
Ideally:
* sunny (sol 9 build box):
+ install Oracle9i Database Release 2 client for Sun SPARC Solaris (64-bit)
+ check that it installs the 32 bit libraries as well
+ check that 32 bit build script finds 32 bit ora libraries
+ cehck that 64 bit build script finds 64 bit ora libraries
* sune250 (sol 10 test box):
+ install Oracle Database 10g Release 2 client for Solaris (SPARC) (64-bit)
+ check that it installs the 32 bit libraries as well
+ check that 32 bit cvs-sutie install finds 32 bit ora libraries
+ check that 64 bit cvs-sutie install finds 64 bit ora libraries
On SuSE 64 bit the /usr/lib64/cvsnt/database/oracle.so finds:
libclntsh.so.10.1
=> /system1/usr/app/oracle/product/10.2.0/home_1/lib/libclntsh.so.10.1
Other installed libraries (on SuSE) are:
/system1/usr/app/oracle/product/10.2.0/home_1/lib/libclntsh.so
/system1/usr/app/oracle/product/10.2.0/home_1/lib/libclntsh.so.10.1
/system1/usr/app/oracle/product/10.2.0/home_1/lib32/libclntsh.so
/system1/usr/app/oracle/product/10.2.0/home_1/lib32/libclntsh.so.10.1
/system1/usr/app/oracle/product/10.2.0/home_1/lib/libclntsh.so.10.1:
ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped
/system1/usr/app/oracle/product/10.2.0/home_1/lib32/libclntsh.so.10.1:
ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped |