SNMP distribution for QNX6..

Could someone tell me from where could I get a compilable SNMP distribution
tarball for Neutrino 6.2.1B (PE)? I tried to build some from the Net-SNMP
website (net-snmp and ucd-snmp), but they seem to have problems with the
installed library on the system. Hacking the source is way too cumbersome,
if only it is possible for me to have an already customized one. Thank you
in advance…

–meph++

Mephri <mephri@infolink.co.id> wrote:

Could someone tell me from where could I get a compilable SNMP distribution
tarball for Neutrino 6.2.1B (PE)? I tried to build some from the Net-SNMP
website (net-snmp and ucd-snmp), but they seem to have problems with the

here is the src for ucd-snmp:
http://mama.indstate.edu/users/liug/ucd-snmp-4.2.6-qnx6-src.tar.gz
(no server part though).

installed library on the system. Hacking the source is way too cumbersome,
if only it is possible for me to have an already customized one. Thank you
in advance…

–meph++
\

I tried that one too but it produced this:

for i in snmplib agent apps local ov man ; do
( cd $i ; make ) ;
done
make[1]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/snmplib' /bin/sh ../libtool --mode=compile gcc -g -O2 -Dnto -I. -I.. -I. -I./.. -c -o keytools.lo keytools.c rm -f .libs/keytools.lo gcc -g -O2 -Dnto -I. -I.. -I. -I./.. -c keytools.c -fPIC -DPIC -o ..libs/keytools.lo keytools.c:37: openssl/hmac.h: No such file or directory make[1]: *** [keytools.lo] Error 1 make[1]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/snmplib’
make[1]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/agent' cd mibgroup; make; cd .. make[2]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/agent/mibgroup’
make[2]: Nothing to be done for all'. make[2]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/agent/mibgroup’
/bin/sh …/libtool --mode=link gcc -g -O2 -Dnto -o snmpd snmpd.lo libucdagent.la libucdmibs.la …/snmplib/libsnmp.la -lcrypto -lz -lm -lsocket
gcc -g -O2 -Dnto -o .libs/snmpd snmpd.o ./.libs/libucdagent.so …/.libs/libucdmibs.so …/snmplib/.libs/libsnmp.so -lcrypto -lz -lm -lsocket -Wl,–rpath -Wl,/usr/local/lib -Wl,–rpath -Wl,/opt/openqnx/lib
/usr/bin/ntox86-ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [snmpd] Error 1
make[1]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/agent' make[1]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/apps’
/bin/sh …/libtool --mode=link gcc -o snmpget snmpget.lo -L…/snmplib …/snmplib/libsnmp.la -lcrypto -lz -lm -lsocket
gcc -o .libs/snmpget snmpget.o -L/home/maverick/Extracted/ucd-snmp-4.2.6/snmplib …/snmplib/.libs/libsnmp.so -lcrypto -lz -lm -lsocket -Wl,–rpath -Wl,/opt/openqnx/lib
/usr/bin/ntox86-ld: cannot find -lcrypto
collect2: ld returned 1 exit status
make[1]: *** [snmpget] Error 1
make[1]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/apps' make[1]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/local’
make[1]: Nothing to be done for all'. make[1]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/local’
make[1]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/ov' make[1]: Nothing to be done for all’.
make[1]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/ov' make[1]: Entering directory /home/maverick/Extracted/ucd-snmp-4.2.6/man’
make[1]: Nothing to be done for all'. make[1]: Leaving directory /home/maverick/Extracted/ucd-snmp-4.2.6/man’

BTW, what do you mean by ‘no server part’?
I am looking for the possibility of extending the agent to meet our specific needs. Is it possible?

Thanks…
–meph++


“Frank Liu” <fliu@mail.vipstage.com> wrote in message news:bof309$ss5$1@inn.qnx.com

Mephri <> mephri@infolink.co.id> > wrote:
Could someone tell me from where could I get a compilable SNMP distribution
tarball for Neutrino 6.2.1B (PE)? I tried to build some from the Net-SNMP
website (net-snmp and ucd-snmp), but they seem to have problems with the

here is the src for ucd-snmp:
http://mama.indstate.edu/users/liug/ucd-snmp-4.2.6-qnx6-src.tar.gz
(no server part though).

installed library on the system. Hacking the source is way too cumbersome,
if only it is possible for me to have an already customized one. Thank you
in advance…

–meph++