Hmmmm.... might be. But - what I am seeing is that those symbols are present within the libraries (for the most part) that are created during the compile. Doing a strings on the library ./.libs/libnetsnmpmibs.a and grepping for the functions (like netsnmp_arch_interface_init) I do see them in there. But the string (symbol) is shown as '.netsnmp_arch_interface_init' (note the preceding '.'). That preceding '.' has to be significant (and possibly why I'm getting symbol not found issues during link), but I don't know for sure.
Where would I find out more info on Robert's rewrite of IF-MIB and whether or not it truely ONLY is supported as compiled under Linux, or whether it is ported to other platforms (Solaris, AIX, HP-UX, etc.) Thanks Dave for the reply. Philip Greer Systems Engineer Paragon Solutions Group PH: 303-841-4418 CELL: 303-668-3391 FAX: 303-841-4392 http://www.paragonsg.com IBM Certified Advanced Technical Expert -----Original Message----- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 8:01 AM To: Philip Greer Cc: [email protected]; Tom Holton; [EMAIL PROTECTED] Subject: RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1 On Thu, 2005-04-07 at 14:39, Philip Greer wrote: > No go on the manual compile working with dual entries of the libs. Any other > thoughts? > ./.libs/libnetsnmpmibs.a(interface_common.o): In function > `netsnmp_access_interface_init': > if-mib/data_access/interface_common.c:80: undefined reference to > `netsnmp_arch_interface_init' > ./.libs/libnetsnmpmibs.a(interface_common.o): In function > `netsnmp_access_interface_container_load': > if-mib/data_access/interface_common.c:154: undefined reference to > `netsnmp_arch_interface_container_load' Aren't those part of Robert's IF-MIB rewrite? I've been a little out of touch recently, but last I remember, this was only supported under Linux. Has someone since implemented the architecture-specific elements of this for AIX? If not, then that might explain these problems. Dave ------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
