Yeah.  Weird it doesn't have -lpthread or some such.  Look in config.log for
the test for pthread_create and see what was used for LIBS there...

------Burton 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
David Brodbeck
Sent: Friday, June 17, 2005 11:10 AM
To: [email protected]
Subject: Re: [Ntop] RE: Can't compile CVS on FreeBSD 4.11-RELEASE

Burton Strauss wrote:
> Sounds like you are missing the threading library - those are all 
> POSIX threads functions...
> 
> Check config.log - see how the tests for the POSIX functions went.  We 
> explicitly check in ./configure for
> 
> AC_CHECK_LIB(pthread, pthread_create, , [
>     AC_CHECK_LIB(pthreads, pthread_create, , [
>         AC_CHECK_LIB(c_r, pthread_create)
>     ])
> ])
> 
> So it's probably the link missing -lpthread or some such.  But I 
> thought that was already in there.  What shows up in ./configure for 
> the LIBS parameters (at the end)

This line?

System Libs             : -lxml2 -lc_r -lc -lcrypt -lssl -lcrypto -lpcap 
-lgdbm -lgd -lpng -lz
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

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

Reply via email to