I've got some strange issues while compiling

creating libnetsnmpagent.la
(cd .libs && rm -f libnetsnmpagent.la && ln -s ../libnetsnmpagent.la
libnetsnmpagent.la)
: libnetsnmpagent.la
/bin/sh ../libtool  --mode=link gcc -g -O2 -Dlinux  -o snmpd -pie
snmpd.lo    libnetsnmpmibs.la libnetsnmpagent.la
helpers/libnetsnmphelpers.la  ../snmplib/libnetsnmp.la -ldl -lcrypto -lm
gcc -g -O2 -Dlinux -o .libs/snmpd -pie
snmpd.o  ./.libs/libnetsnmpmibs.so ./.libs/libnetsnmpagent.so
helpers/.libs/libnetsnmphelpers.so ../snmplib/.libs/libnetsnmp.so -ldl
-lcrypto -lm
snmpd.o: In function `receive':
/home/rvokal/CVS/net-snmp/devel/net-snmp-5.2.2.rc6/agent/snmpd.c:1105:
undefined reference to `smux_listen_sd'
/home/rvokal/CVS/net-snmp/devel/net-snmp-5.2.2.rc6/agent/snmpd.c:1146:
undefined reference to `smux_listen_sd'
/home/rvokal/CVS/net-snmp/devel/net-snmp-5.2.2.rc6/agent/snmpd.c:1149:
undefined reference to `smux_process'
/home/rvokal/CVS/net-snmp/devel/net-snmp-5.2.2.rc6/agent/snmpd.c:1149:
undefined reference to `smux_listen_sd'
/home/rvokal/CVS/net-snmp/devel/net-snmp-5.2.2.rc6/agent/snmpd.c:1161:
undefined reference to `smux_accept'
./.libs/libnetsnmpagent.so: undefined reference to `real_init_smux'
./.libs/libnetsnmpagent.so: undefined reference to `hosts_ctl'
./.libs/libnetsnmpagent.so: undefined reference to `init_smux'
./.libs/libnetsnmpagent.so: undefined reference to `init_perl'
collect2: ld returned 1 exit status

What should it be? It's ./configure without any options.

Radek


On Sun, 2005-11-20 at 20:12 -0800, Wes Hardaker wrote:
> Net-SNMP 5.2.2.rc6 is available for testing.  Below is the NEWS file
> snippit of what it encompasses.  Normally we don't take so long to get
> through the release process, but as the NEWS will point out, we ran
> into a minor copyright issue where we (and by we, I mean Dave Shield)
> had to rewrite snmpnetstat from scratch because a single word was
> missing in a copyright statement.
> 
> [FYI, 5.3 is close on the heels of 5.2.2 and is already in
> pre-releases as well]
> 
> *5.2.2*
> 
>  New:
>    - Due to a copyright statement that didn't allow modifications, 
>      snmpnetstat was completely rewritten.  The new binary is named
>      snmpnetstat53, and we've provided a snmpnetstat wrapper script to
>      make the command line options backwards compatible.  As a side
>      effect, however, it now finally supports SNMPv3 at least.
> 
>  Ports:
>    - Win32
>       - Cygwin compiler fixes
>       - Fix for 'select: No such file or directory' in snmpdelta
> 
>  Fixes:
>    - Persistent files in directory defined by snmp.conf persistentDir were 
>      not being loaded at startup
>    - Perl getnext didn't honor explicit reference to MIB file
> 
> 
-- 
Radek Vokál <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to