Probably not going to transport straight over. Some of the api calls have changed between 6.3 and 7.1; if you are using any of those, things aren't going to work. Also, the existing plugin is going to link against the old libs; this may cause issues when the plugin server attempts to load the plugin. You don't have to explicitly state the location of the libraries in the makefile if they are in your LD_LIBRARY_PATH. Run ldd against the .so file to see what it links against, do this on the existing 6.3 server as the user that remedy runs as.
Axton Grams On Wed, Aug 20, 2008 at 11:50 AM, Frank Caruso <[EMAIL PROTECTED]> wrote: > ** > Need some clarification. > > We have a custom arealdap.so built to handle authenticating against an LDAP > server using a SecureID as wells as to handle SSO. Currently this is running > on a Solaris 5.9 server on ARS 6.3p20. > > I am building out a new ARS 7.1p3 server using the same Solaris version. > From what I can tell (its been a while since I did C Coding) there are no > ARS specific libraries being referenced in the makefile for the build. It > uses the stock arealdap.c code with a few modifications and some LDAP libs. > > Since I cannot see any ARS libraries being referenced (no lib or include > directories in the makefile), I am assuming that I should be able to take > the existing arealdap.so for 7.1p3 and replace it with the custom one. > > I have not attempted this yet but wanted to see if my thought process was > correct. > > Thank you > > Frank > __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > html___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

