net-snmpd v5.5 build fails with "undefined reference to `pthread_create'"

2010-03-31 Thread James Howarth
Hi, I am having an issue trying to build net-snmpd v5.5 from the sources. Eventually I will be building on a custom version of Linux but I see the same problem when I try and build on a stock ubuntu distribution (9.10). I have the package configure with the following options: ./configure --ena

Re: net-snmpd v5.5 build fails with "undefined reference to `pthread_create'"

2010-04-02 Thread Wes Hardaker
> On Wed, 31 Mar 2010 15:34:00 +, James Howarth > said: JH> ./configure --enable-ipv6 --disable-embedded-perl Are you sure that's *all* the options you used? Because this error: JH> ./.libs/libnetsnmpmibs.so: undefined reference to `pthread_create' Seems to indicate that a mib

Re: net-snmpd v5.5 build fails with "undefined reference to `pthread_create'"

2010-04-02 Thread Howarth, James
Yes, very sure. I have been fighting this problem on a obscure custom version of Linux and decided to see if I could replicate the problem on a stock ubuntu distribution. I downloaded a fresh copy of the net-snmp source (v5.5) configured with these options and ran the make. ./configure --enab

Re: net-snmpd v5.5 build fails with "undefined reference to `pthread_create'"

2010-04-03 Thread Bart Van Assche
On Fri, Apr 2, 2010 at 10:17 PM, Wes Hardaker < harda...@users.sourceforge.net> wrote: > > On Wed, 31 Mar 2010 15:34:00 +, James Howarth < > jhowa...@arbor.net> said: > > JH> ./configure --enable-ipv6 --disable-embedded-perl > > Are you sure that's *all* the options you used? Because this

Re: net-snmpd v5.5 build fails with "undefined reference to `pthread_create'"

2010-04-06 Thread Howarth, James
I do not quite follow your response. Are you suggesting that this is bug and config_os_libs should be modified? If so should I create a bug for this? Or are you suggesting that I have not configured the build correctly via the configure command? Sorry for the naive questions but I am sure how

Re: net-snmpd v5.5 build fails with "undefined reference to `pthread_create'"

2010-04-06 Thread Bart Van Assche
On Tue, Apr 6, 2010 at 5:54 PM, Howarth, James wrote: > I do not quite follow your response. > > Are you suggesting that this is bug and config_os_libs should be modified? > If so should I create a bug for this? > > Or are you suggesting that I have not configured the build correctly via > the co