Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-06 Thread Need Help
I am going to need to ask the build people to figure out whether NetSNMP is previously installed I can not find evidence that it is insalled. Are you indicating I should not have to use the --disable-shared option at all? I am not sure what this option really does, I only know that it

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-06 Thread Need Help
The build people can not find any evidence of a previously installed NetSNMP code package. Is it your belief the libnetsnmpmibs.so library might possibly be an older library which does not have the required symbols this is why the linker can not resolve the symbols?I am just trying

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-06 Thread Wes Hardaker
NH == Need Help [EMAIL PROTECTED] writes: NH Anyway, not sure what my next step should be should I keep NH using the --disable-shared flag or not? What are your NH recommendations? Is there something else I can try which might NH resolve the errors from being produced without me using

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-06 Thread Need Help
I know we are definitely not using perl on our box, so this is good news. Thanks for verifying this for me. Wes Hardaker [EMAIL PROTECTED] wrote: NH == Need Help writes: NH Anyway, not sure what my next step should be should I keep NH using the --disable-shared flag or not? What

Should I be using --enable/disable shared and --enable/disable static options?

2007-07-05 Thread Need Help
Currently I am not using any of these options and I am wondering whether I should be using them. I understand one option nidicated to build shared libraries and the other indicates build statis libraries, but I do not understand what this really means. Will someone please explain these

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-05 Thread Wes Hardaker
NH == Need Help [EMAIL PROTECTED] writes: NH Currently I am not using any of these options and I am NH wondering whether I should be using them. I understand NH one option nidicated to build shared libraries and the NH other indicates build statis libraries, but I do not NH understand what

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-05 Thread Need Help
Using these configure options: ./configure \ --prefix=$(BUILDROOT)/usr/local \ --srcdir=$(BUILDROOT)/netsnmp \ --with-default-snmp-version=3 \ --with-sys-contact=contact \ --with-sys-location=location \ --with-logfile=$(BUILDROOT)/netsnmp/var/log/snmpd.log \

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-05 Thread Dave Shield
On 05/07/07, Need Help [EMAIL PROTECTED] wrote: Using these configure options: [snip] . I get a lot of these errors: ./.libs/libnetsnmpmibs.so: undefined reference to `init_ifXTable' ./.libs/libnetsnmpmibs.so: undefined reference to `init_mteEventTable' [snip] etc.. Adding the