Hi
we are trying to load our custom module (being built as a shared library) in DOMINO 6.02 web server on AIX 5.1 as DSAPI filter. Our library makes use of Domino web server API.Hence it requires the definition of those Domino API functions/Symbols from Domino Web Server Libraries.Our this application is working fine on Solaris but while porting this application on AIX 5.1 we are facing some issues.Our module fails to load on AIX. We are using -berok,-bM:SRE, -bnoentry and -brtl option of AIX C compiler to build our module.
Could this be due to the reason that on solaris, it gets the required symbols from libnotes.so at run-time, where as in
case of AIX it fails to get the symbols from libnotes_r.a at load-time and hence it fails to load ??
Romil