The current version of Ntop in SVN (revision 4372) fails to compile on some systems due to an unresolved symbol error. This is caused by a typo in globals-structtypes.h on line 315. It currently reads:

  #define pthread_rwlock_trywrlock pthread_mutex_trywrlock

It should read:

  #define pthread_rwlock_trywrlock pthread_mutex_trylock

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

Reply via email to