1. EXU and shared libraries
- Posted by Bernie <xotron at PCOM.NET> Dec 02, 2000
- 483 views
- Last edited Dec 03, 2000
-- Rob: Because I can not see your code for loading shared libraries I have the following questions. These questions are based on problems that I have encountered with a program having 2 libraries open at once. 1. Have you tested your interpter with more than 1 shared library opened. 2. When using dlopen what flags are you using ? RTLD_LAZY or RTLD_NOW or RTLD_GLOBAL 3. Are you using dlsym() to search for the shared object if so are you always using the correct handle for the correct SO. It seems that I only run into problems when using 2 SO at the same time. Thanks Bernie
2. Re: EXU and shared libraries
- Posted by Bernie <xotron at PCOM.NET> Dec 03, 2000
- 470 views
Rob Disregard my last post, I think I have found my error Thanks Bernie
3. Re: EXU and shared libraries
- Posted by Robert Craig <rds at RAPIDEUPHORIA.COM> Dec 03, 2000
- 445 views
> Rob > Disregard my last post, I think I have found my error > Thanks > Bernie OK. Good. I didn't look into it yet. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com