>>>>> 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
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
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
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:
> "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
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"
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
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
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
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
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
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
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
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
14 matches
Mail list logo