Bug 47213

GemConnect

2.3

AIX only

2.4

Customer builds of liboraapi library on GS/64 3.4 and later on AIX are broken

Customers who build their own extended versions of the liboraapi library using the supplied Makefile643 will have problems where the new customer-supplied user actions cannot be found.  When the user action is executed, the following error is generated:

Error 2358 , a ImproperOperation occurred (error 2358), Attempt to call a user action that is not registered with this virtual machine, user action name: #'CustomerUserAction' (ImproperOperation)

Workaround

In the file Makefile643, replace line:

LDFLAGS = -G -Wl,-bbigtoc -q64 -e GciUserActionLibraryMain

with:

LDFLAGS =  -G -q64 -e GciUserActionLibraryMain


                

Last updated: 8/7/18