Re: Compiling net-snmp on HP-UX 11.11 9000/800
Yalenti, Mark wrote:[color=blue]
> At the moment I’m not going to inundate the group with error details; at
> first I’d just like to know if someone has been able to successfully get
> net-snmp to compile on HP-UX 11.11 9000/800.
>
> In particular, can you tell me the following if you were successful: ?
>
> What compiler did you use and from which directory?
>
> What did you set your LD_LIBRARY_PATH to if anything?
>
> What did you set your SH_LIBRARY_PATH to if anything?[/color]
I successfully build all net-snmp branches every night on various HP-UX versions, including 11.11, with the following settings:
export CC=/opt/ansic/bin/cc
export SHLIB_PATH=/path/to/libopenssl097/lib
./configure --without-libwrap ... && make && make test
What net-snmp version are you using? Try with latest 5.4.2, please.
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
Re: Compiling net-snmp on HP-UX 11.11 9000/800
The Ansi C compiler is not free, it has to be bought.
----- Original Message -----
From: "Yalenti, Mark" <myalenti@tollgrade.com>
To: <net-snmp-users@lists.sourceforge.net>
Sent: Monday, September 22, 2008 6:02 PM
Subject: RE: Compiling net-snmp on HP-UX 11.11 9000/800
[color=blue]
> Would part of my problem be that I'm not using the ANSI C compiler you
> just specified? I've tried to use the packaged gcc and cc compilers that
> are natively installed to no avail. The ansi c compiler you have
> specified below does not seem to exist on my system. Was this something
> you added on
> manually from a separate package depot?
>
> Thanks!
>
> Mark
>
> -----Original Message-----
> From: Thomas Anders [mailto:thomas.anders@blue-cable.de]
> Sent: Monday, September 22, 2008 11:36 AM
> To: Yalenti, Mark
> Cc: [email]net-snmp-users@lists.sourceforge.net[/email]
> Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
>
> Yalenti, Mark wrote:[color=green]
>> At the moment I'm not going to inundate the group with error details;[/color]
> at[color=green]
>> first I'd just like to know if someone has been able to successfully[/color]
> get[color=green]
>> net-snmp to compile on HP-UX 11.11 9000/800.
>>
>> In particular, can you tell me the following if you were successful: ?
>>
>> What compiler did you use and from which directory?
>>
>> What did you set your LD_LIBRARY_PATH to if anything?
>>
>> What did you set your SH_LIBRARY_PATH to if anything?[/color]
>
> I successfully build all net-snmp branches every night on various HP-UX
> versions, including 11.11, with the following settings:
>
> export CC=/opt/ansic/bin/cc
> export SHLIB_PATH=/path/to/libopenssl097/lib
> ./configure --without-libwrap ... && make && make test
>
> What net-snmp version are you using? Try with latest 5.4.2, please.
>
>
> +Thomas
>
> --
> Thomas Anders (thomas.anders at blue-cable.de)
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> [url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
> _______________________________________________
> Net-snmp-users mailing list
> [email]Net-snmp-users@lists.sourceforge.net[/email]
> Please see the following page to unsubscribe or change other options:
> [url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
>[/color]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
RE: Compiling net-snmp on HP-UX 11.11 9000/800
Then it sounds like hp-gcc64 is the one for me?
Thanks!
-----Original Message-----
From: Lars Ebeling [mailto:lars.ebeling@leopg9.no-ip.org]
Sent: Monday, September 22, 2008 12:16 PM
To: [email]net-snmp-users@lists.sourceforge.net[/email]
Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
The Ansi C compiler is not free, it has to be bought.
----- Original Message -----
From: "Yalenti, Mark" <myalenti@tollgrade.com>
To: <net-snmp-users@lists.sourceforge.net>
Sent: Monday, September 22, 2008 6:02 PM
Subject: RE: Compiling net-snmp on HP-UX 11.11 9000/800
[color=blue]
> Would part of my problem be that I'm not using the ANSI C compiler you
> just specified? I've tried to use the packaged gcc and cc compilers[/color]
that[color=blue]
> are natively installed to no avail. The ansi c compiler you have
> specified below does not seem to exist on my system. Was this[/color]
something[color=blue]
> you added on
> manually from a separate package depot?
>
> Thanks!
>
> Mark
>
> -----Original Message-----
> From: Thomas Anders [mailto:thomas.anders@blue-cable.de]
> Sent: Monday, September 22, 2008 11:36 AM
> To: Yalenti, Mark
> Cc: [email]net-snmp-users@lists.sourceforge.net[/email]
> Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
>
> Yalenti, Mark wrote:[color=green]
>> At the moment I'm not going to inundate the group with error details;[/color]
> at[color=green]
>> first I'd just like to know if someone has been able to successfully[/color]
> get[color=green]
>> net-snmp to compile on HP-UX 11.11 9000/800.
>>
>> In particular, can you tell me the following if you were successful:[/color][/color]
?[color=blue][color=green]
>>
>> What compiler did you use and from which directory?
>>
>> What did you set your LD_LIBRARY_PATH to if anything?
>>
>> What did you set your SH_LIBRARY_PATH to if anything?[/color]
>
> I successfully build all net-snmp branches every night on various[/color]
HP-UX[color=blue]
> versions, including 11.11, with the following settings:
>
> export CC=/opt/ansic/bin/cc
> export SHLIB_PATH=/path/to/libopenssl097/lib
> ./configure --without-libwrap ... && make && make test
>
> What net-snmp version are you using? Try with latest 5.4.2, please.
>
>
> +Thomas
>
> --
> Thomas Anders (thomas.anders at blue-cable.de)
>
>[/color]
------------------------------------------------------------------------
-[color=blue]
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great[/color]
[color=blue]
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> [url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
> _______________________________________________
> Net-snmp-users mailing list
> [email]Net-snmp-users@lists.sourceforge.net[/email]
> Please see the following page to unsubscribe or change other options:
> [url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
>[/color]
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
RE: Compiling net-snmp on HP-UX 11.11 9000/800
I'm seeing such things in my config.log.... Are these normal?
Recommendations?
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Net-SNMP"
| #define PACKAGE_TARNAME "net-snmp"
| #define PACKAGE_VERSION "5.4.2"
| #define PACKAGE_STRING "Net-SNMP 5.4.2"
| #define PACKAGE_BUGREPORT "net-snmp-coders@lists.sourceforge.net"
| #define NETSNMP_CONFIGURE_OPTIONS "'--prefix=/opt/net-nsmp5.4.2'
'--without-libwrap'"
| #define NETSNMP_ENABLE_SCAPI_AUTHPRIV 1
| #define NETSNMP_PERSISTENT_MASK 077
| #define NETSNMP_TEMP_FILE_PATTERN "/tmp/snmpdXXXXXX"
| #define NETSNMP_AGENTX_SOCKET "/var/agentx/master"
| #define NETSNMP_NO_DUMMY_VALUES 1
| #define NETSNMP_WITH_OPAQUE_SPECIAL_TYPES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Net-SNMP"
| #define PACKAGE_TARNAME "net-snmp"
| #define PACKAGE_VERSION "5.4.2"
| #define PACKAGE_STRING "Net-SNMP 5.4.2"
| #define PACKAGE_BUGREPORT "net-snmp-coders@lists.sourceforge.net"
| #define NETSNMP_CONFIGURE_OPTIONS "'--prefix=/opt/net-nsmp5.4.2'
'--without-libwrap'"
| #define NETSNMP_ENABLE_SCAPI_AUTHPRIV 1
| #define NETSNMP_PERSISTENT_MASK 077
| #define NETSNMP_TEMP_FILE_PATTERN "/tmp/snmpdXXXXXX"
| #define NETSNMP_AGENTX_SOCKET "/var/agentx/master"
| #define NETSNMP_NO_DUMMY_VALUES 1
| #define NETSNMP_WITH_OPAQUE_SPECIAL_TYPES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Net-SNMP"
| #define PACKAGE_TARNAME "net-snmp"
| #define PACKAGE_VERSION "5.4.2"
| #define PACKAGE_STRING "Net-SNMP 5.4.2"
| #define PACKAGE_BUGREPORT "net-snmp-coders@lists.sourceforge.net"
| #define NETSNMP_CONFIGURE_OPTIONS "'--prefix=/opt/net-nsmp5.4.2'
'--without-libwrap'"
| #define NETSNMP_ENABLE_SCAPI_AUTHPRIV 1
| #define NETSNMP_PERSISTENT_MASK 077
| #define NETSNMP_TEMP_FILE_PATTERN "/tmp/snmpdXXXXXX"
| #define NETSNMP_AGENTX_SOCKET "/var/agentx/master"
| #define NETSNMP_NO_DUMMY_VALUES 1
| #define NETSNMP_WITH_OPAQUE_SPECIAL_TYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdint.h>
Thanks!
Mark Yalenti
Systems Support and Deployment
Tollgrade Communications
30 Knightbridge Rd
Suite 601
Piscataway, NJ 08854
-------------------------------------
Toll-Free: 1-800-777-5405
Office: (732) 743 - 6756
Cell: (908) 246 - 2922
AIM: myalenti
Skype: myalenti
-----Original Message-----
From: Lars Ebeling [mailto:lars.ebeling@leopg9.no-ip.org]
Sent: Monday, September 22, 2008 12:16 PM
To: [email]net-snmp-users@lists.sourceforge.net[/email]
Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
The Ansi C compiler is not free, it has to be bought.
----- Original Message -----
From: "Yalenti, Mark" <myalenti@tollgrade.com>
To: <net-snmp-users@lists.sourceforge.net>
Sent: Monday, September 22, 2008 6:02 PM
Subject: RE: Compiling net-snmp on HP-UX 11.11 9000/800
[color=blue]
> Would part of my problem be that I'm not using the ANSI C compiler you
> just specified? I've tried to use the packaged gcc and cc compilers[/color]
that[color=blue]
> are natively installed to no avail. The ansi c compiler you have
> specified below does not seem to exist on my system. Was this[/color]
something[color=blue]
> you added on
> manually from a separate package depot?
>
> Thanks!
>
> Mark
>
> -----Original Message-----
> From: Thomas Anders [mailto:thomas.anders@blue-cable.de]
> Sent: Monday, September 22, 2008 11:36 AM
> To: Yalenti, Mark
> Cc: [email]net-snmp-users@lists.sourceforge.net[/email]
> Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
>
> Yalenti, Mark wrote:[color=green]
>> At the moment I'm not going to inundate the group with error details;[/color]
> at[color=green]
>> first I'd just like to know if someone has been able to successfully[/color]
> get[color=green]
>> net-snmp to compile on HP-UX 11.11 9000/800.
>>
>> In particular, can you tell me the following if you were successful:[/color][/color]
?[color=blue][color=green]
>>
>> What compiler did you use and from which directory?
>>
>> What did you set your LD_LIBRARY_PATH to if anything?
>>
>> What did you set your SH_LIBRARY_PATH to if anything?[/color]
>
> I successfully build all net-snmp branches every night on various[/color]
HP-UX[color=blue]
> versions, including 11.11, with the following settings:
>
> export CC=/opt/ansic/bin/cc
> export SHLIB_PATH=/path/to/libopenssl097/lib
> ./configure --without-libwrap ... && make && make test
>
> What net-snmp version are you using? Try with latest 5.4.2, please.
>
>
> +Thomas
>
> --
> Thomas Anders (thomas.anders at blue-cable.de)
>
>[/color]
------------------------------------------------------------------------
-[color=blue]
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great[/color]
[color=blue]
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> [url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
> _______________________________________________
> Net-snmp-users mailing list
> [email]Net-snmp-users@lists.sourceforge.net[/email]
> Please see the following page to unsubscribe or change other options:
> [url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
>[/color]
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
Re: Compiling net-snmp on HP-UX 11.11 9000/800
Yalenti, Mark wrote:[color=blue]
> I'm seeing such things in my config.log.... Are these normal?
> Recommendations?
>
> configure: failed program was:[/color]
Failed programs in config.log are "normal" in general -- it all depends on the particular check whether the *result* is the expected one.
Before you provide config.log details without proper context, would you mind telling us the *exact problem* you are seeing, together with the system details?
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
RE: Compiling net-snmp on HP-UX 11.11 9000/800
Very Well,
I was hoping to spare you. :)
The exact problem is the following. I can (seemingly) successfully
compile net-snmp 5.4.2 however when I get to the point of performing a
"make test" just about everything fails, with a "Failed" or "Killing
Process" result.
The compile is being done with the hp provided gcc compiler.
If I decided to disregard the extensive list of failed tests and
continue with the installation and actually complete the configuration,
this results in a snmpd process that is running but seems to do nothing.
If I use the "make test" as an indicator as to the success of my
compilation efforts, then I am failing miserably. :p) Is the "make
test" a good indication of my success to begin with? I can't imagine
someone wrote it for no reason...
****************************
Summary: 20 / 59 succeeded.
*** Error exit code 39
Stop.
*** Error exit code 1
Stop.
*******************************************
So in effect I am trying to track down where the error statement or log
lies that will tell me what my problem is.
I was trying to just ask short questions that were easily answered with
just a sentence or two, sorry of the inconvenience.
Thanks!
Mark
-----Original Message-----
From: Thomas Anders [mailto:thomas.anders@blue-cable.de]
Sent: Monday, September 22, 2008 12:53 PM
To: Yalenti, Mark
Cc: [email]net-snmp-users@lists.sourceforge.net[/email]
Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
Yalenti, Mark wrote:[color=blue]
> I'm seeing such things in my config.log.... Are these normal?
> Recommendations?
>
> configure: failed program was:[/color]
Failed programs in config.log are "normal" in general -- it all depends
on the particular check whether the *result* is the expected one.
Before you provide config.log details without proper context, would you
mind telling us the *exact problem* you are seeing, together with the
system details?
+Thomas
--
Thomas Anders (thomas.anders at blue-cable.de)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
Re: Compiling net-snmp on HP-UX 11.11 9000/800
Yalenti, Mark wrote:[color=blue]
> The exact problem is the following. I can (seemingly) successfully
> compile net-snmp 5.4.2 however when I get to the point of performing a
> "make test" just about everything fails, with a "Failed" or "Killing
> Process" result.[/color]
Please look through /tmp/snmp-test-*/* -- you'll likely see a helpful
common error message about not being able to load a particular shared
library or somesuch. If you can't fix the corresponding problem
yourself, please post it here.
+Thomas
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
RE: Compiling net-snmp on HP-UX 11.11 9000/800
Not sure if I'm being helpful or wrong, but, as I recall, HPUX 11 PA-RISC (do they still make them, or are you compiling on grampa?) uses two different env vars for shared libs to compile with and shared libs to run against - LD_LIBRARY_PATH and SHLIB_PATH, respectively, I think...
HTH(hidh),
Mike
[color=blue]
> -----Original Message-----
> From: Thomas Anders [mailto:thomas.anders@blue-cable.de]
> Sent: Monday, September 22, 2008 1:38 PM
> To: Yalenti, Mark
> Cc: [email]net-snmp-users@lists.sourceforge.net[/email]
> Subject: Re: Compiling net-snmp on HP-UX 11.11 9000/800
>
> Yalenti, Mark wrote:[color=green]
> > The exact problem is the following. I can (seemingly) successfully
> > compile net-snmp 5.4.2 however when I get to the point of[/color]
> performing a[color=green]
> > "make test" just about everything fails, with a "Failed" or "Killing
> > Process" result.[/color]
>
> Please look through /tmp/snmp-test-*/* -- you'll likely see a helpful
> common error message about not being able to load a particular shared
> library or somesuch. If you can't fix the corresponding problem
> yourself, please post it here.
>
>
> +Thomas
>
> --------------------------------------------------------------
> -----------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK &
> win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> [url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
> _______________________________________________
> Net-snmp-users mailing list
> [email]Net-snmp-users@lists.sourceforge.net[/email]
> Please see the following page to unsubscribe or change other options:
> [url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]
>[/color]
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
[url]http://moblin-contest.org/redirect.php?banner_id=100&url=/[/url]
_______________________________________________
Net-snmp-users mailing list
[email]Net-snmp-users@lists.sourceforge.net[/email]
Please see the following page to unsubscribe or change other options:
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-users[/url]