Bastian Angerstein wrote: >I have problems with nearly every 5.x Version, >especially the perl stuff, on AIX 4.3.3 using gcc >is anything done to improve compatibility? > >Feel free to ask me for testing code on AIX4.3.3 Powerpcs. >But I have to say I am not a natural c coder and only have little >knowledge of compiling stuff. > >
If you've never built and installed the Net-SNMP project before, this would not be an appropriate starting point. I'm assuming that you have built and installed Net-SNMP project before. Get the sources from CVS, following the instructions at http://www.net-snmp/org/cvs/ >From what the bug list shows, Net-SNMP "configure" does not kindly create the include/net-snmp/net-snmp-config.h file on AIX. After you've run "./configure ...", change any occurrence of TWO double quote characters to ONE double quote characters. -- cut here -- #!/bin/sh rm -f config.out make.out install.out ./configure --with-defaults --with-mib-modules="host" \ > config.out 2>&1 ; echo $? sed -e 's/""/"/g' include/net-snmp/net-snmp-config.h > 1 mv -f 1 include/net-snmp/net-snmp-config.h make > make.out 2>&1 ; echo $? make install > install.out 2>&1 ; echo $? -- cut here -- Consult the archives to know which configure options are suitable for AIX. I don't personally know them. Sorry ! If you run the above shell script, you should see three zeroes displayed. Review the *.out files to locate and note errors. A one displayed means an error was detected and ignored. This can happen for some cases where a test fails but does not terminate the installation. Anyway, let us know how you get along. -Mike Slifcak [on holiday July 5/20] ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders