Re: dlopen failed : undefined symbols snmp_get_do_debugging

2009-01-22 Thread Wes Hardaker
>>>>> On Tue, 20 Jan 2009 15:36:21 +0530, "Srinivas VasiReddy" >>>>> said: SV> i am getting this following error while loading the ".so" file in dlmod . SV> dlopen failed : undefined symbols snmp_get_do_debugging SV> how to resolv

dlopen failed : undefined symbols snmp_get_do_debugging

2009-01-20 Thread Srinivas VasiReddy
hi, i am getting this following error while loading the ".so" file in dlmod . dlopen failed : undefined symbols snmp_get_do_debugging how to resolve this error. regards, srinivas -- This SF.net email is sp

Re: dlopen failed.

2008-01-03 Thread Robert Story
On Mon, 3 Dec 2007 10:48:28 +0530 Siva wrote: SPRG> I am facing problem while dynamically loading the module. SPRG> SPRG> I am using some of API's of XMLconfig module which is SPRG> written in C++ and my agent code is written in 'C' when i run Make SPRG> file by e

dlopen failed.

2007-12-03 Thread Siva Prakash Reddy G
LDFLAGS = -L/usr/lib -lampconfig Here i am linking ampconfig.so which is written in C++. my code compiled properly and generated a amperion.so file. while dynamically loading i am getting an error as shown below. dlopen failed: /lib/libstdc++.so.6:

Re: dlopen failed

2006-10-06 Thread Wes Hardaker
> "FT" == Fong Tsui <[EMAIL PROTECTED]> writes: FT> OK, I have checked the root permission. But, dynamic module still FT> can't be loaded. I'm still not sure why it's failing for you, unfortunately. Actually, by the way, you should change the permission of the .so to be non-world writable to

RE: dlopen failed

2006-10-05 Thread Fong Tsui
root 5988831 Oct 5 10:49 /root/gtmmib.so -Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 12:51 PM To: Fong Tsui Cc: Dave Shield; net-snmp-coders@lists.sourceforge.net Subject: Re: dlopen failed >>>>> "FT"

Re: dlopen failed

2006-10-05 Thread Wes Hardaker
root 1024 Oct 5 12:03 /root FT> -rwxrwxrwx1 root root 5988831 Oct 5 10:49 /root/gtmmib.so FT> I still see the following error messages in log file. FT> Oct 5 12:15:30 c62 snmpd[1794]: dlopen failed: /root/gtmmib.so: cannot FT> open shared object file: Permission deni

RE: dlopen failed

2006-10-05 Thread Fong Tsui
see the following error messages in log file. Oct 5 12:15:30 c62 snmpd[1794]: dlopen failed: /root/gtmmib.so: cannot open shared object file: Permission denied -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, October 05, 2006 4

Re: dlopen failed

2006-10-05 Thread Dave Shield
On 08/08/06, Fong Tsui <[EMAIL PROTECTED]> wrote: > Here is snippet from output of "strace -f -o strace.log snmpd -c > /config/snmpd.conf" > 13145 open("/root/gtmmib.so", O_RDONLY) = -1 EACCES (Permission denied) If this is still a problem (after a fairly lengthy break!), please post the results

RE: dlopen failed

2006-08-07 Thread Fong Tsui
145 read(8, ""..., 4096) = 1989 13145 open("/root/gtmmib.so", O_RDONLY) = -1 EACCES (Permission denied) 13145 fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 13145 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf65f4000 13145 write(3, "dlope

Re: dlopen failed

2006-08-07 Thread Thomas Anders
Fong Tsui wrote: > Fong Tsui wrote: >>> When I try to use dlmod to load shared module, I got the following >>> error: >>> dlopen failed: /root/gtmmib.so: cannot open shared object file: >>> Permission denied >>> >>> /root/gtmmib.s

RE: dlopen failed

2006-08-07 Thread Fong Tsui
Fong Tsui wrote: >> When I try to use dlmod to load shared module, I got the following >> error: >> dlopen failed: /root/gtmmib.so: cannot open shared object file: >> Permission denied >> >> /root/gtmmib.so has been set to "chmod 777". /root is

Re: dlopen failed

2006-08-07 Thread Thomas Anders
Fong Tsui wrote: > When I try to use dlmod to load shared module, I got the following > error: > dlopen failed: /root/gtmmib.so: cannot open shared object file: > Permission denied > > /root/gtmmib.so has been set to "chmod 777". What are the permissions of the /r

dlopen failed

2006-08-07 Thread Fong Tsui
When I try to use dlmod to load shared module, I got the following error: dlopen failed: /root/gtmmib.so: cannot open shared object file: Permission denied /root/gtmmib.so has been set to "chmod 777". Does anybody know what the problem is here? T