Hi
many thanks for the fixes: they have been integrated into the code.  
Documentation is scarce. However you can find some useful info here: 
http://www.ntop.org/UsersGuide.pdf

Cheers Luca

----
Luca Deri <[EMAIL PROTECTED]>

You must be the change you want to see in the world
Mahatma Gandhi



On Jun 29, 2008, at 12:13 AM, grarpamp wrote:

> Hi. I gutted and replaced libtool. Thanks for kicking me on that.
>
> Here is a patch that solves undefind references to pthread_* and
> getopt* on this system. Now things build and install nicely. I may
> have some more minor patches to nprobe itself later.
>
> Is there a general documentation set for nprobe somewhere that I
> am not seeing in the package?
>
> ========================================
> --- Makefile.am.orig    Mon Sep 17 18:39:04 2007
> +++ Makefile.am Sat Jun 28 17:43:19 2008
> @@ -74,7 +74,7 @@
> nprobe_SOURCES = nprobe.c
> nprobe_DEPENDENCIES = libnprobe.la
> nprobe_LDADD = libnprobe.la
> -nprobe_LDFLAGS = $(AM_LDFLAGS)
> +nprobe_LDFLAGS = $(AM_LDFLAGS) -pthread
> nprobe_CFLAGS =
>
> lib_LTLIBRARIES = libnprobe.la
> @@ -84,7 +84,7 @@
> #
> # On old systems getopt might be undefined
> #
> -GETOPT_FILES=#getopt1.c getopt.c
> +GETOPT_FILES=getopt1.c getopt.c
> libnprobe_la_SOURCES = collect.c engine.c database.c $(GETOPT_FILES)  
> plugin.c \
>                       util.c version.c $(PF_RING) $(WRIGLEY) $ 
> (NAPATECH_C)
> libnprobe_la_LDFLAGS = $(AM_LDFLAGS) -release $(VERSION)
> -export-dynamic @DYN_FLAGS@
> ========================================
> _______________________________________________
> Ntop-misc mailing list
> [email protected]
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc

_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to