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 resolve this error. Was the base library compiled with --disable-debu

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

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; [email protected] Subject: Re: dlopen failed >>>>> "FT"

Re: dlopen failed

2006-10-05 Thread Wes Hardaker
> "FT" == Fong Tsui <[EMAIL PROTECTED]> writes: FT> Here is the result by running ls -ld FT> [EMAIL PROTECTED]:Active] / # ls -ld / /root /root/gtmmib.so FT> drwxr-xr-x 22 root root 1024 Oct 3 17:00 / FT> drwxrwxrwx5 root root 1024 Oct 5 12:03 /root FT> -rwxrwxr

RE: dlopen failed

2006-10-05 Thread Fong Tsui
:48 AM To: Fong Tsui Cc: [email protected] Subject: Re: dlopen failed 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"

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
al Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 7:02 PM To: Fong Tsui Cc: [email protected] Subject: Re: dlopen failed Fong Tsui wrote: > Fong Tsui wrote: >>> When I try to use dlmod to load shared module, I got the following

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.so has been set to "chmod 777". > /root is also "chmod 777". > > Thom

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 also "chmod 777". Thomas Anders> What are the permis

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 /root directory itself? If you stra