On 07/09/06, Vlad Shafransky <[EMAIL PROTECTED]> wrote:
> I'm writing some agent application on RHL and using
> net-snmp-5.3.0.1-1.EL.4. I'm using table witch means that I need
> handlers etc.  I need only snmp table managing and basic operations of
> snmp (like send trap and receive get command).   I want to use SNMP API
> without dependency on perl and other staff. Can anybody tell me how
> should I compile my application, what is minimal set of libs I need,
> which libs I need , which compilation flags should I put etc.

As far as compiling the software is concerned, I'd have thought something like

    configure --disable-embedded-perl --without-perl-modules

should do the trick.
The command

    net-snmp-config  --agent-libs
and
    net-snmp-config  --cflags

will list the libraries and compilation flags you need to use.

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to