OS390, Extension Manager, R6 problem

Hello,

I’m programming an Extension Manager shared library on OS/390, on R6.

As Domino R6 uses now XPLINK capabilities, I had to search and compile IBM’s libascii with XPLINK options.

I can create AddInTask (linking with libnotes.x and libascii.xplink.a) on the OS390 machine, but I can get Extension Manager works.

I well build the library (with the -DLL in the .mak file, using #pragma export in source file…), the .x is also created, but when I install the binary in the program folder and declare it in the notes.ini (EXTMGR_ADDINS=…), the system seems not to ‘see’ the extension manager library when the domino server starts.

I have put a LogEventText() in the MainEntryPoint() fonction (at the top) but nothing appears on the console output.

Have you any experience of such problem ? I know that on AIX, the name of the library must be in lowercase (in Notes.ini file) to be recognized. Is there any writing rules in OS390 like prefixing name with ‘lib’ suffixing it with ‘.so’ ?

Thank you for any information about this.

Olivier ZARDINI