Originally posted by: KevB
Hi,
I am trying to help a customer who is running AIX 5.1, Oracle 9.2.0 to use my company's software. I have built the software on a machine running AIX 5.3, Visual Age C/C++ 5.0.
At runtime my customer is getting the following error:
#>exec(): 0509-036 Cannot load program GNL1 because of the following errors:
0509-130 Symbol resolution failed for /home/software/libCASCADE.so
0509-136 Symbol TIROTRIM (number 5) not exported from dependent module GNL1
... and others
libCASCADE.so is "my" library, and GNL1 is one of my programs. TIROTRIM is a symbol from another library that should be statically linked into GNL1.
The customer's LIBPATH has the appropriate setting for the libraries I think should be dynamically loaded, and needless to say this works on my AIX machine...
Any suggestions on how to proceed would be greatly appreciated.
TIA
Kevin