I have written and compiled a module for the aol server. The module is compiled using suncc5 on Solaris 2.8. The module itself attempts to access a shared object, also compiled using suncc5 on Solaris 2.8. I am getting the following error:
/.exec/sun4.sunos64.5.8/lib/libBigdogAuthorize.so_suncc5-g.so: symbol BDConnectionNew: referenced symbol not found' I have tried setting the rpath of the module to incude the shared object but the error persists. I have also tried setting the LD_LIBRARY_PATH variable before invoking the server but no luck. Is it necessary to configure rpaths in some special manner with the aol server? Remove references to the shared object and my code excutes fine. Regards.
