Operating System - HP-UX
1833774 Members
2397 Online
110063 Solutions
New Discussion

Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed

 
Ralph Grothe
Honored Contributor

Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed

Hi,

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
Madness, thy name is system administration
4 REPLIES 4
G. Vrijhoeven
Honored Contributor

Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed

Hi Ralph,


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

Ralph Grothe
Honored Contributor

Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed

Hi Gideon,

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).
Madness, thy name is system administration
H.Merijn Brand (procura
Honored Contributor

Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed

The perl modules for Net::SMTP are in my ports:

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
Enjoy, Have FUN! H.Merijn
Ralph Grothe
Honored Contributor

Re: Net-SNMP binaries for HP-UX 11i and 11.00 with Perl support enabled needed

Hi Merijn,

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.
Madness, thy name is system administration