Hello, Currently I have a mib module, mitelAppCommon.so, which is composed of three object files. Two of these object files are shared code that I'd like to make use of in another mib module.
Now, I could just compile against the headers for the other two object files in the second mib module, but then the first mib module would always need to be loaded before I could dynamically load the second, or there would be unresolved symbols. Is there a way I could dynamically load a module into net-snmp that is just for use by my mib modules? I don't need initialization code, I'd just like to load the utility routines, and then load one or both of the mib modules that use those routines. Thanks, Mike -- Michael P. Soulier <[EMAIL PROTECTED]>, 613-592-2122 x2522 6000/6010/60* Development, Mitel Corporation "...the word HACK is used as a verb to indicate a massive amount of nerd-like effort." -Harley Hahn, A Student's Guide to Unix ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
