OK,
I started ntop with --use-syslog=daemon, have an entry "daemon.*
/var/log/daemon" in my syslog.conf an observed no additional entries in
the appropriate logfile except from the starting process of ntop and a
final "ntop's web server is now.....". Therefore i asked, where to find
those messages.

Burton M. Strauss III wrote:
> The Disabled message comes from this:
>
> #ifndef CFG_MULTITHREADED
>   /* This plugin works only with threads */
>   setPluginStatus("Disabled - requires POSIX thread support.");
>   return(-1);
> #endif
>
> meaning you did --disable-mt on ./configure.

I build ntop.deb-packages with dh_make and dpkg-buildpackage. The
rules-file generated by dh_make contains the call for the
configure -script with no additional options except:
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) -
-prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share
/info.
I absolutely didn't disable multithreading, for this reason i don't
understand, that the rrd-plugin can't be started and what went wrong in
the building process.

Totally confused

rs


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

Reply via email to