Linking error netsnmpagent.lib on VS2019

2021-05-18 Thread Ivan Lamberti
Hello, i'm using netsnmp 5.9 on Windows 10 and my initial goal was to build static library + headers to provide netsnmp functionality,with a x64 build and visual studio 2019 community. Following the procedure described in "Manual build using Configure / nmake" I managed to produce netsnmp.lib, n

Re: linking error libnetsnmpagent.so: undefined reference to `boot_DynaLoader'

2007-06-15 Thread Anjali Riat
Thomas, Thank you for your reply. I am using netsnmp version 5.4 on Redhat Linux ES. I have managed to compile the subagent code without any errors. The problem was that I was not linking all the required libraries. I found out that I was suppose to use "net-snmp-config --agent-libs" to determ

Re: linking error libnetsnmpagent.so: undefined reference to `boot_DynaLoader'

2007-06-13 Thread Thomas Anders
Anjali Riat <[EMAIL PROTECTED]> wrote: > ../../cots/netsnmp/lib/libnetsnmpagent.so: undefined > reference to > `boot_DynaLoader' What net-snmp version and OS/platform is this? Please retry with net-snmp 5.4.1.pre2 and report back. +Thomas --

linking error libnetsnmpagent.so: undefined reference to `boot_DynaLoader'

2007-06-13 Thread Anjali Riat
Hi, I have recently upgraded the netsnmp version we are using from net-snmp-5.3.1 to net-snmp-5.4. I used the following installation procedure - ./configure --with-perl-modules make make install After upgrade, on compiling the agent code, I received the following linking e

Re: Linking error

2005-12-15 Thread Dave Shield
On Wed, 2005-12-14 at 23:31 -0800, Ganesh Wagh wrote: > hi, > > i have compiled my program with option > -L/usr/local/lib -lnetsnmp -lcrypto -lelf -lm > > I got error message like this > > Error while loading shared libraries: > libnetsnmp.so.5:cannot open shared object file:no such > file or d

Re: Linking error

2005-12-14 Thread Ganesh Wagh
any suggessions? bye warm regards ganesh --- Dave Shield <[EMAIL PROTECTED]> wrote: > On Thu, 2005-12-08 at 19:57 -0800, Ganesh Wagh > wrote: > > Now i am having other problem that i written C > program > > using net-snmp funtions like snmp_session etc. >

Re: Linking error

2005-12-09 Thread Dave Shield
On Thu, 2005-12-08 at 19:57 -0800, Ganesh Wagh wrote: > Now i am having other problem that i written C program > using net-snmp funtions like snmp_session etc. > I am getting linking error > collect2: ld return with exist error 1 > > i am compiling my program like this >

Linking error

2005-12-08 Thread Ganesh Wagh
Hi my problem got solved.Thanke for your help. i am passing snmpd.conf file to snmpd daemon using -c option. Now i am having other problem that i written C program using net-snmp funtions like snmp_session etc. I am getting linking error collect2: ld return with exist error 1 i am compiling my