Oracle XA [message #367012] |
Wed, 14 June 2000 09:58 |
Marc Hammaecher
Messages: 1 Registered: June 2000
|
Junior Member |
|
|
Hi!
When I try to compile the oracle switch (oraswit.c) with the provided makefile (xaswit.mak) under Oracle V7.3.3 on AIX, I have an error during the link phase: the extern variable xaosw, that should be defined in the libclntsh.a library, isn't defined...
The library is present, but I should have missed something somewhere...
Any ideas?
Marc.
|
|
|
Re: Oracle XA [message #367015 is a reply to message #367012] |
Wed, 21 June 2000 14:09 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
Check if the libclntsh.a file is in your $ORACLE_HOME/lib directory. If so, include this path in LD_LIBRARY_PATH, else check your installations guide for instructions on how to generate this library.
Hope it helps
Cheers
Frank
|
|
|