[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quagga-users
Subject:    [quagga-users 11465] Re: error on installing quagga with snmp
From:       bored to death <bored_to_death85 () yahoo ! com>
Date:       2010-04-13 16:20:18
Message-ID: 945403.49980.qm () web59705 ! mail ! ac4 ! yahoo ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


thank you for your reply,

i checked quagga's config.log and these lines were among others:

....
configure:23678: checking for asn_parse_int in -lnetsnmp
configure:23713:
cc -o conftest -O2 -pipe -I/usr/local/include -fno-strict-aliasing  
-ldlmalloc -L/usr/local/lib conftest.c -lnetsnmp  -lcrypt   -lcrypto
>&5
conftest.c:144:1: warning: "HAVE_INET_ATON" redefined
conftest.c:99:1: warning: this is the location of the previous definition
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_memmove'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strlen'
/usr/local/lib/libnetsnmp.so: undefined reference to `dmalloc_malloc'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strrchr'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_memcmp'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strcasecmp'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_memset'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strstr'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strncat'
/usr/local/lib/libnetsnmp.so: undefined reference to `dmalloc_strndup'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strcmp'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strncpy'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strchr'
/usr/local/lib/libnetsnmp.so: undefined reference to `dmalloc_free'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strcpy'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_memcpy'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_atoi'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strcat'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strncmp'
/usr/local/lib/libnetsnmp.so: undefined reference to `dmalloc_realloc'
/usr/local/lib/libnetsnmp.so: undefined reference to `_dmalloc_strncasecmp'
configure:23720: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Quagga"
| #define PACKAGE_TARNAME "quagga
......

note: ofcourse i have dmalloc installed on my freebsd.
any ideas?




________________________________
From: Greg Troxel <gdt@ir.bbn.com>
To: bored to death <bored_to_death85@yahoo.com>
Cc: quagga <quagga-users@lists.quagga.net>
Sent: Tue, April 13, 2010 8:10:59 PM
Subject: Re: [quagga-users 11463] error on installing quagga with snmp support on freebsd


See README.NetBSD and adapt; probably you aren't telling configure about
/usr/local.  If that isn't it you'll have to dig into configure's logs
and figure it out.


      
[Attachment #5 (text/html)]

<html><head><style type="text/css"><!-- DIV {margin:0px;} \
--></style></head><body><div style="font-family:times new roman,new \
york,times,serif;font-size:12pt">thank you for your reply,<br><br>i checked quagga's \
config.log and these lines were among others:<br><br>....<br>configure:23678: \
checking for asn_parse_int in -lnetsnmp<br>configure:23713: cc -o conftest -O2 -pipe \
                -I/usr/local/include -fno-strict-aliasing&nbsp;&nbsp;
-ldlmalloc -L/usr/local/lib conftest.c -lnetsnmp&nbsp; -lcrypt&nbsp;&nbsp; -lcrypto
&gt;&amp;5<br>conftest.c:144:1: warning: "HAVE_INET_ATON" \
redefined<br>conftest.c:99:1: warning: this is the location of the previous \
definition<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_memmove'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strlen'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`dmalloc_malloc'<br>/usr/local/lib/libnetsnmp.so: undefined reference to  \
`_dmalloc_strrchr'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_memcmp'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strcasecmp'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_memset'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strstr'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strncat'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`dmalloc_strndup'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strcmp'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strncpy'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strchr'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`dmalloc_free'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strcpy'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_memcpy'<br>/usr/local/lib/libnetsnmp.so: undefined reference to  \
`_dmalloc_atoi'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strcat'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strncmp'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`dmalloc_realloc'<br>/usr/local/lib/libnetsnmp.so: undefined reference to \
`_dmalloc_strncasecmp'<br>configure:23720: $? = 1<br>configure: failed program \
was:<br>| /* confdefs.h.&nbsp; */<br>| #define PACKAGE_NAME "Quagga"<br>| #define \
PACKAGE_TARNAME "quagga<br>......<br><br>note: ofcourse i have dmalloc installed on \
my freebsd.<br>any ideas?<div><br></div><div style="font-family: times new roman,new \
york,times,serif; font-size: 12pt;"><br><div style="font-family: \
arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr \
size="1"><b><span style="font-weight: bold;">From:</span></b> Greg Troxel \
&lt;gdt@ir.bbn.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> bored to \
death  &lt;bored_to_death85@yahoo.com&gt;<br><b><span style="font-weight: \
bold;">Cc:</span></b> quagga &lt;quagga-users@lists.quagga.net&gt;<br><b><span \
style="font-weight: bold;">Sent:</span></b> Tue, April 13, 2010 8:10:59 \
PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [quagga-users \
11463] error on installing quagga with snmp support on freebsd<br></font><br> <br>See \
README.NetBSD and adapt; probably you aren't telling configure \
about<br>/usr/local.&nbsp; If that isn't it you'll have to dig into configure's \
logs<br>and figure it out.<br><br></div></div> </div><br>

      </body></html>



_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic