- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Net-SNMP binaries for HP-UX 11i and 11.00 with Per...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:12 PM
03-16-2004 09:12 PM
Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed
since I haven't been able to get the Net-SNMP sources compiled (even with HP ANSI C) I am now looking for some precompiled binaries.
Unfortunately, the binaries one can get from Sourceforge
http://sourceforge.net/project/showfiles.php?group_id=12694
seem to lack the Perl support.
Since I don't feel heavily inclined to hack the Net-SNMP C API, I have to rely on the Net::SNMP CPAN equivalent.
Sorry HP, but I have to stick with some extensible OpenSource snmpd because our sales dept. doesn't seem willing to afford a license for the extensible HP-UX snmpd.
Has someone the URI of procura?
I would guess that he has built such binaries already which he shares on his beepz-something website.
Rgds.
Ralph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:20 PM
03-16-2004 09:20 PM
Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed
I do not know if this is what you are looking for but:
check:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/cmu_snmp-1.2u/
Procura's sites:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=351586
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:33 AM
03-18-2004 02:33 AM
Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed
the binaries from the HP-UX porters seem a bit dated.
It also seems that this depot mainly contains the snmpstat utility (in vein of netstat).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:40 AM
03-18-2004 02:40 AM
Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed
a5:/opt 102 > find perl* | grep SNMP
perl/lib/site_perl/5.8.3/PA-RISC2.0/auto/Net/SNMP
perl/lib/site_perl/5.8.3/PA-RISC2.0/auto/Net/SNMP/.packlist
perl/lib/site_perl/5.8.3/Net/SNMP.pm
perl/man/man3/Net::SNMP.3
perl64/lib/site_perl/5.8.3/PA-RISC2.0-LP64/auto/Net/SNMP
perl64/lib/site_perl/5.8.3/PA-RISC2.0-LP64/auto/Net/SNMP/.packlist
perl64/lib/site_perl/5.8.3/Net/SNMP.pm
perl64/man/man3/Net::SNMP.3
a5:/opt 103 >
I never needed the net-smtp binaries, but since my ports already include the perl part, why do you need the perl support from net-smtp's binaries? Don't they fit?
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:47 AM
03-18-2004 02:47 AM
Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed
probably the Perl support isn't needed.
I haven't tried yet installing the Net-SNMP binaries.
I also successfully installed the Net::SNMP module on another box, and played little with it there, where it seems to work.
So I may have been confused by the configure option for Perl support.
I think it only cares for also building and installing the Net::SNMP module on the fly together with the C code.
But my main interest in using the Net-SNMP suite is because I need a free extensible SNMP agent.