I am using AIX 4.3.3.0 and Perl 5.6.1. I am having some issues using dynamically loading shared library inside a perl program.
I have a shared library called Repos.so.This has few XS functions that call Oracle OCI calls. From my perl program I could load the shared libraries using the Perl's Dynaloader module. When I call these functions from Perl I get a SEGV at the first line of XS source code. The first line in the Repos.c file is dXSARGS; Just FYI, the same XS code works on Solaris, HP, TRU & Linux platforms and fails for AIX. Any known issues with XS code on AIX 4.3.3.0 ? Any help in this will be appreciated. Thanks, ___Nagesh. --- All the views expressed here are solely mine and are no way related to Oracle Corporation ----
