Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: NTop: Users

gmake error on FreeBSD; no event.h and evdns.h

 

 

NTop users RSS feed   Index | Next | Previous | View Threaded


Ggatten at waddell

May 7, 2009, 10:42 AM

Post #1 of 5 (1617 views)
Permalink
gmake error on FreeBSD; no event.h and evdns.h

Got latest code from svn yesterday. Autogen.sh worked ok, reviewed logs
and nothing critical (what are all the logs?)



When trying to make or gmake get this:



gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include
-I/tmp/ntop-svn/ntop/lua-5.1.4/src
-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/BSDPAN -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include
-I/usr/local/lib/perl5/5.8.9/mach/CORE -DFREEBSD -I/usr/local/include
-I/opt/local/include -g -O2 -I/usr/local/include -I/opt/local/include
-Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -fPIC -DPIC -I/tmp/ntop-svn/ntop/GeoIP-1.4.6/libGeoIP/
-MT address.lo -MD -MP -MF .deps/address.Tpo -c address.c -fPIC -DPIC
-o .libs/address.o

In file included from address.c:21:

ntop.h:416:19: event.h: No such file or directory

ntop.h:417:19: evdns.h: No such file or directory

address.c: In function `dns_response_callback':

address.c:123: error: `DNS_ERR_NONE' undeclared (first use in this
function)

address.c:123: error: (Each undeclared identifier is reported only once

address.c:123: error: for each function it appears in.)

address.c:129: error: `DNS_IPv6_AAAA' undeclared (first use in this
function)

address.c:142: warning: assignment discards qualifiers from pointer
target type

address.c:150: error: `DNS_IPv4_A' undeclared (first use in this
function)

address.c:164: error: `DNS_PTR' undeclared (first use in this function)

address.c:217: warning: nested extern declaration of `event_loopexit'

address.c: In function `queueAddress':

address.c:243: warning: nested extern declaration of
`evdns_resolve_reverse'

address.c:243: error: `DNS_ERR_NONE' undeclared (first use in this
function)

address.c:249: warning: nested extern declaration of
`evdns_resolve_reverse_ipv6'

gmake[2]: *** [address.lo] Error 1

gmake[2]: Leaving directory `/tmp/ntop-svn/ntop'

gmake[1]: *** [all-recursive] Error 1

gmake[1]: Leaving directory `/tmp/ntop-svn/ntop'

gmake: *** [all] Error 2








<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


Ggatten at waddell

May 7, 2009, 11:26 AM

Post #2 of 5 (1572 views)
Permalink
Re: gmake error on FreeBSD; no event.h and evdns.h [In reply to]

Ok, at the end of my limited hacking ability. Looks like this change
was put in place in r3749 in ntop.h. I tried commenting them out, but
of course still get a bunch of compile errors and it halts. Any help
would be greatly appreciated - I'm stuck!



Also, during autogen there was some warning about "something" I needed a
newer version of but it scrolled out of my buffer. I looked through
config.log and saw nothing! Also grep'd files in the autom4ke dir.
Where is the output from autogen? I guess I can run it again with a
larger screen buffer....







________________________________

From: ntop-bounces [at] unipi [mailto:ntop-bounces [at] unipi] On Behalf Of
Gary Gatten
Sent: Thursday, May 07, 2009 12:42 PM
To: ntop [at] unipi; ntop-dev [at] unipi
Subject: [Ntop] gmake error on FreeBSD; no event.h and evdns.h



Got latest code from svn yesterday. Autogen.sh worked ok, reviewed logs
and nothing critical (what are all the logs?)



When trying to make or gmake get this:



gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include
-I/tmp/ntop-svn/ntop/lua-5.1.4/src
-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/BSDPAN -DHAS_FPSETMASK
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include
-I/usr/local/lib/perl5/5.8.9/mach/CORE -DFREEBSD -I/usr/local/include
-I/opt/local/include -g -O2 -I/usr/local/include -I/opt/local/include
-Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -fPIC -DPIC -I/tmp/ntop-svn/ntop/GeoIP-1.4.6/libGeoIP/
-MT address.lo -MD -MP -MF .deps/address.Tpo -c address.c -fPIC -DPIC
-o .libs/address.o

In file included from address.c:21:

ntop.h:416:19: event.h: No such file or directory

ntop.h:417:19: evdns.h: No such file or directory

address.c: In function `dns_response_callback':

address.c:123: error: `DNS_ERR_NONE' undeclared (first use in this
function)

address.c:123: error: (Each undeclared identifier is reported only once

address.c:123: error: for each function it appears in.)

address.c:129: error: `DNS_IPv6_AAAA' undeclared (first use in this
function)

address.c:142: warning: assignment discards qualifiers from pointer
target type

address.c:150: error: `DNS_IPv4_A' undeclared (first use in this
function)

address.c:164: error: `DNS_PTR' undeclared (first use in this function)

address.c:217: warning: nested extern declaration of `event_loopexit'

address.c: In function `queueAddress':

address.c:243: warning: nested extern declaration of
`evdns_resolve_reverse'

address.c:243: error: `DNS_ERR_NONE' undeclared (first use in this
function)

address.c:249: warning: nested extern declaration of
`evdns_resolve_reverse_ipv6'

gmake[2]: *** [address.lo] Error 1

gmake[2]: Leaving directory `/tmp/ntop-svn/ntop'

gmake[1]: *** [all-recursive] Error 1

gmake[1]: Leaving directory `/tmp/ntop-svn/ntop'

gmake: *** [all] Error 2



"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential. If
you are not the intended recipient, you are hereby notified that any
review, use, dissemination, disclosure or copying of this email and its
attachments, if any, is strictly prohibited. If you have received this
email in error, please immediately notify the sender by return email and
delete this email from your system."






<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


deri at ntop

May 7, 2009, 11:18 PM

Post #3 of 5 (1570 views)
Permalink
Re: gmake error on FreeBSD; no event.h and evdns.h [In reply to]

Dear all
it seems to me that for some reason the libevent was not detected but
ntop configure did not realize this. Please check this and send me a
configure patch for FreeBSD

Thanks Luca

On May 7, 2009, at 8:26 PM, Gary Gatten wrote:

> <!-- /* Font Definitions */ @font-face {font-family:Tahoma;
> panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal,
> li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-
> size:12.0pt; font-family:"Times New Roman";} a:link,
> span.MsoHyperlink {color:blue; text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed {color:purple; text-
> decoration:underline;} span.EmailStyle17 {mso-style-type:personal;
> font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-
> type:personal-reply; color:black;} @page Section1 {size:8.5in
> 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1
> {page:Section1;} -->
> Ok, at the end of my limited hacking ability. Looks like this
> change was put in place in r3749 in ntop.h. I tried commenting them
> out, but of course still get a bunch of compile errors and it
> halts. Any help would be greatly appreciated – I’m stuck!
>
>
>
> Also, during autogen there was some warning about “something” I
> needed a newer version of but it scrolled out of my buffer. I
> looked through config.log and saw nothing! Also grep’d files in the
> autom4ke dir. Where is the output from autogen? I guess I can run
> it again with a larger screen buffer….
>
>
>
>
>
>
>
> From: ntop-bounces [at] unipi [mailto:ntop-bounces [at] unipi] On Behalf
> Of Gary Gatten
> Sent: Thursday, May 07, 2009 12:42 PM
> To: ntop [at] unipi; ntop-dev [at] unipi
> Subject: [Ntop] gmake error on FreeBSD; no event.h and evdns.h
>
>
>
> Got latest code from svn yesterday. Autogen.sh worked ok, reviewed
> logs and nothing critical (what are all the logs?)
>
>
>
> When trying to make or gmake get this:
>
>
>
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include -I/tmp/ntop-
> svn/ntop/lua-5.1.4/src -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/
> BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -
> pipe -I/usr/local/include -I/usr/local/lib/perl5/5.8.9/mach/CORE -
> DFREEBSD -I/usr/local/include -I/opt/local/include -g -O2 -I/usr/
> local/include -I/opt/local/include -Wshadow -Wpointer-arith -
> Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -
> DPIC -I/tmp/ntop-svn/ntop/GeoIP-1.4.6/libGeoIP/ -MT address.lo -MD -
> MP -MF .deps/address.Tpo -c address.c -fPIC -DPIC -o .libs/address.o
>
> In file included from address.c:21:
>
> ntop.h:416:19: event.h: No such file or directory
>
> ntop.h:417:19: evdns.h: No such file or directory
>
> address.c: In function `dns_response_callback':
>
> address.c:123: error: `DNS_ERR_NONE' undeclared (first use in this
> function)
>
> address.c:123: error: (Each undeclared identifier is reported only
> once
>
> address.c:123: error: for each function it appears in.)
>
> address.c:129: error: `DNS_IPv6_AAAA' undeclared (first use in this
> function)
>
> address.c:142: warning: assignment discards qualifiers from pointer
> target type
>
> address.c:150: error: `DNS_IPv4_A' undeclared (first use in this
> function)
>
> address.c:164: error: `DNS_PTR' undeclared (first use in this
> function)
>
> address.c:217: warning: nested extern declaration of `event_loopexit'
>
> address.c: In function `queueAddress':
>
> address.c:243: warning: nested extern declaration of
> `evdns_resolve_reverse'
>
> address.c:243: error: `DNS_ERR_NONE' undeclared (first use in this
> function)
>
> address.c:249: warning: nested extern declaration of
> `evdns_resolve_reverse_ipv6'
>
> gmake[2]: *** [address.lo] Error 1
>
> gmake[2]: Leaving directory `/tmp/ntop-svn/ntop'
>
> gmake[1]: *** [all-recursive] Error 1
>
> gmake[1]: Leaving directory `/tmp/ntop-svn/ntop'
>
> gmake: *** [all] Error 2
>
>
>
> "This email is intended to be reviewed by only the intended
> recipient and may contain information that is privileged and/or
> confidential. If you are not the intended recipient, you are hereby
> notified that any review, use, dissemination, disclosure or copying
> of this email and its attachments, if any, is strictly prohibited.
> If you have received this email in error, please immediately notify
> the sender by return email and delete this email from your system."
>
> "This email is intended to be reviewed by only the intended
> recipient and may contain information that is privileged and/or
> confidential. If you are not the intended recipient, you are hereby
> notified that any review, use, dissemination, disclosure or copying
> of this email and its attachments, if any, is strictly prohibited.
> If you have received this email in error, please immediately notify
> the sender by return email and delete this email from your system."
> _______________________________________________
> Ntop mailing list
> Ntop [at] unipi
> http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop


Ggatten at waddell

May 8, 2009, 12:49 AM

Post #4 of 5 (1561 views)
Permalink
Re: gmake error on FreeBSD; no event.h and evdns.h [In reply to]

Ill run autogen again with logging enabled in my ssl client. The Warning I was trying to track down may very well be related to Libevent. Ill update whatever I need, I'm anxious to get the latest release running!

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Fri May 08 01:18:01 2009
Subject: Re: [Ntop] gmake error on FreeBSD; no event.h and evdns.h

Dear all
it seems to me that for some reason the libevent was not detected but
ntop configure did not realize this. Please check this and send me a
configure patch for FreeBSD

Thanks Luca

On May 7, 2009, at 8:26 PM, Gary Gatten wrote:

> <!-- /* Font Definitions */ @font-face {font-family:Tahoma;
> panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal,
> li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-
> size:12.0pt; font-family:"Times New Roman";} a:link,
> span.MsoHyperlink {color:blue; text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed {color:purple; text-
> decoration:underline;} span.EmailStyle17 {mso-style-type:personal;
> font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-
> type:personal-reply; color:black;} @page Section1 {size:8.5in
> 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1
> {page:Section1;} -->
> Ok, at the end of my limited hacking ability. Looks like this
> change was put in place in r3749 in ntop.h. I tried commenting them
> out, but of course still get a bunch of compile errors and it
> halts. Any help would be greatly appreciated – I’m stuck!
>
>
>
> Also, during autogen there was some warning about “something” I
> needed a newer version of but it scrolled out of my buffer. I
> looked through config.log and saw nothing! Also grep’d files in the
> autom4ke dir. Where is the output from autogen? I guess I can run
> it again with a larger screen buffer….
>
>
>
>
>
>
>
> From: ntop-bounces [at] unipi [mailto:ntop-bounces [at] unipi] On Behalf
> Of Gary Gatten
> Sent: Thursday, May 07, 2009 12:42 PM
> To: ntop [at] unipi; ntop-dev [at] unipi
> Subject: [Ntop] gmake error on FreeBSD; no event.h and evdns.h
>
>
>
> Got latest code from svn yesterday. Autogen.sh worked ok, reviewed
> logs and nothing critical (what are all the logs?)
>
>
>
> When trying to make or gmake get this:
>
>
>
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include -I/tmp/ntop-
> svn/ntop/lua-5.1.4/src -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/
> BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -
> pipe -I/usr/local/include -I/usr/local/lib/perl5/5.8.9/mach/CORE -
> DFREEBSD -I/usr/local/include -I/opt/local/include -g -O2 -I/usr/
> local/include -I/opt/local/include -Wshadow -Wpointer-arith -
> Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -
> DPIC -I/tmp/ntop-svn/ntop/GeoIP-1.4.6/libGeoIP/ -MT address.lo -MD -
> MP -MF .deps/address.Tpo -c address.c -fPIC -DPIC -o .libs/address.o
>
> In file included from address.c:21:
>
> ntop.h:416:19: event.h: No such file or directory
>
> ntop.h:417:19: evdns.h: No such file or directory
>
> address.c: In function `dns_response_callback':
>
> address.c:123: error: `DNS_ERR_NONE' undeclared (first use in this
> function)
>
> address.c:123: error: (Each undeclared identifier is reported only
> once
>
> address.c:123: error: for each function it appears in.)
>
> address.c:129: error: `DNS_IPv6_AAAA' undeclared (first use in this
> function)
>
> address.c:142: warning: assignment discards qualifiers from pointer
> target type
>
> address.c:150: error: `DNS_IPv4_A' undeclared (first use in this
> function)
>
> address.c:164: error: `DNS_PTR' undeclared (first use in this
> function)
>
> address.c:217: warning: nested extern declaration of `event_loopexit'
>
> address.c: In function `queueAddress':
>
> address.c:243: warning: nested extern declaration of
> `evdns_resolve_reverse'
>
> address.c:243: error: `DNS_ERR_NONE' undeclared (first use in this
> function)
>
> address.c:249: warning: nested extern declaration of
> `evdns_resolve_reverse_ipv6'
>
> gmake[2]: *** [address.lo] Error 1
>
> gmake[2]: Leaving directory `/tmp/ntop-svn/ntop'
>
> gmake[1]: *** [all-recursive] Error 1
>
> gmake[1]: Leaving directory `/tmp/ntop-svn/ntop'
>
> gmake: *** [all] Error 2
>
>
>
> "This email is intended to be reviewed by only the intended
> recipient and may contain information that is privileged and/or
> confidential. If you are not the intended recipient, you are hereby
> notified that any review, use, dissemination, disclosure or copying
> of this email and its attachments, if any, is strictly prohibited.
> If you have received this email in error, please immediately notify
> the sender by return email and delete this email from your system."
>
> "This email is intended to be reviewed by only the intended
> recipient and may contain information that is privileged and/or
> confidential. If you are not the intended recipient, you are hereby
> notified that any review, use, dissemination, disclosure or copying
> of this email and its attachments, if any, is strictly prohibited.
> If you have received this email in error, please immediately notify
> the sender by return email and delete this email from your system."
> _______________________________________________
> Ntop mailing list
> Ntop [at] unipi
> http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>


Ggatten at waddell

May 8, 2009, 8:12 AM

Post #5 of 5 (1546 views)
Permalink
Re: gmake error on FreeBSD; no event.h and evdns.h [In reply to]

I captured my screen output and caught this:

checking for event_get_version in -levent... no
Error! You need to have libevent 1.4.X or better.
exit: Illegal number: -1


I've installed libevent-1.4.9 and will try this process again!

-----Original Message-----
From: Gary Gatten
Sent: Friday, May 08, 2009 2:49 AM
To: 'ntop [at] unipi'
Subject: Re: [Ntop] gmake error on FreeBSD; no event.h and evdns.h

Ill run autogen again with logging enabled in my ssl client. The Warning
I was trying to track down may very well be related to Libevent. Ill
update whatever I need, I'm anxious to get the latest release running!

----- Original Message -----
From: ntop-bounces [at] unipi <ntop-bounces [at] unipi>
To: ntop [at] unipi <ntop [at] unipi>
Sent: Fri May 08 01:18:01 2009
Subject: Re: [Ntop] gmake error on FreeBSD; no event.h and evdns.h

Dear all
it seems to me that for some reason the libevent was not detected but
ntop configure did not realize this. Please check this and send me a
configure patch for FreeBSD

Thanks Luca

On May 7, 2009, at 8:26 PM, Gary Gatten wrote:

> <!-- /* Font Definitions */ @font-face {font-family:Tahoma;
> panose-1:2 11 6 4 3 5 4 4 2 4;} /* Style Definitions */ p.MsoNormal,
> li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-
> size:12.0pt; font-family:"Times New Roman";} a:link,
> span.MsoHyperlink {color:blue; text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed {color:purple; text-
> decoration:underline;} span.EmailStyle17 {mso-style-type:personal;
> font-family:Arial; color:windowtext;} span.EmailStyle18 {mso-style-
> type:personal-reply; color:black;} @page Section1 {size:8.5in
> 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1
> {page:Section1;} -->
> Ok, at the end of my limited hacking ability. Looks like this
> change was put in place in r3749 in ntop.h. I tried commenting them
> out, but of course still get a bunch of compile errors and it
> halts. Any help would be greatly appreciated - I'm stuck!
>
>
>
> Also, during autogen there was some warning about "something" I
> needed a newer version of but it scrolled out of my buffer. I
> looked through config.log and saw nothing! Also grep'd files in the
> autom4ke dir. Where is the output from autogen? I guess I can run
> it again with a larger screen buffer....
>
>
>
>
>
>
>
> From: ntop-bounces [at] unipi [mailto:ntop-bounces [at] unipi] On Behalf
> Of Gary Gatten
> Sent: Thursday, May 07, 2009 12:42 PM
> To: ntop [at] unipi; ntop-dev [at] unipi
> Subject: [Ntop] gmake error on FreeBSD; no event.h and evdns.h
>
>
>
> Got latest code from svn yesterday. Autogen.sh worked ok, reviewed
> logs and nothing critical (what are all the logs?)
>
>
>
> When trying to make or gmake get this:
>
>
>
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr/local/include -I/tmp/ntop-
> svn/ntop/lua-5.1.4/src -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.9/
> BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -
> pipe -I/usr/local/include -I/usr/local/lib/perl5/5.8.9/mach/CORE -
> DFREEBSD -I/usr/local/include -I/opt/local/include -g -O2 -I/usr/
> local/include -I/opt/local/include -Wshadow -Wpointer-arith -
> Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -
> DPIC -I/tmp/ntop-svn/ntop/GeoIP-1.4.6/libGeoIP/ -MT address.lo -MD -
> MP -MF .deps/address.Tpo -c address.c -fPIC -DPIC -o .libs/address.o
>
> In file included from address.c:21:
>
> ntop.h:416:19: event.h: No such file or directory
>
> ntop.h:417:19: evdns.h: No such file or directory
>
> address.c: In function `dns_response_callback':
>
> address.c:123: error: `DNS_ERR_NONE' undeclared (first use in this
> function)
>
> address.c:123: error: (Each undeclared identifier is reported only
> once
>
> address.c:123: error: for each function it appears in.)
>
> address.c:129: error: `DNS_IPv6_AAAA' undeclared (first use in this
> function)
>
> address.c:142: warning: assignment discards qualifiers from pointer
> target type
>
> address.c:150: error: `DNS_IPv4_A' undeclared (first use in this
> function)
>
> address.c:164: error: `DNS_PTR' undeclared (first use in this
> function)
>
> address.c:217: warning: nested extern declaration of `event_loopexit'
>
> address.c: In function `queueAddress':
>
> address.c:243: warning: nested extern declaration of
> `evdns_resolve_reverse'
>
> address.c:243: error: `DNS_ERR_NONE' undeclared (first use in this
> function)
>
> address.c:249: warning: nested extern declaration of
> `evdns_resolve_reverse_ipv6'
>
> gmake[2]: *** [address.lo] Error 1
>
> gmake[2]: Leaving directory `/tmp/ntop-svn/ntop'
>
> gmake[1]: *** [all-recursive] Error 1
>
> gmake[1]: Leaving directory `/tmp/ntop-svn/ntop'
>
> gmake: *** [all] Error 2
>
>
>
> "This email is intended to be reviewed by only the intended
> recipient and may contain information that is privileged and/or
> confidential. If you are not the intended recipient, you are hereby
> notified that any review, use, dissemination, disclosure or copying
> of this email and its attachments, if any, is strictly prohibited.
> If you have received this email in error, please immediately notify
> the sender by return email and delete this email from your system."
>
> "This email is intended to be reviewed by only the intended
> recipient and may contain information that is privileged and/or
> confidential. If you are not the intended recipient, you are hereby
> notified that any review, use, dissemination, disclosure or copying
> of this email and its attachments, if any, is strictly prohibited.
> If you have received this email in error, please immediately notify
> the sender by return email and delete this email from your system."
> _______________________________________________
> Ntop mailing list
> Ntop [at] unipi
> http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop





<font size="1">
<div style='border:none;border-bottom:double windowtext 2.25pt;padding:0in 0in 1.0pt 0in'>
</div>
"This email is intended to be reviewed by only the intended recipient
and may contain information that is privileged and/or confidential.
If you are not the intended recipient, you are hereby notified that
any review, use, dissemination, disclosure or copying of this email
and its attachments, if any, is strictly prohibited. If you have
received this email in error, please immediately notify the sender by
return email and delete this email from your system."
</font>

_______________________________________________
Ntop mailing list
Ntop [at] unipi
http://listgateway.unipi.it/mailman/listinfo/ntop

NTop users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.