dlopen failed : throws fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object
Hi Folks,
I have this release:
# cat /etc/release
Solaris 10 11/06 s10s_u3wos_09 SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 01 November 2006
I am trying to use dlopen and it fails with
fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object may not be dlopen()'ed
Here is the code Snippet.
if (!(handle = dlopen(ptr, RTLD_NOW)))
{
if (errmsg)
*errmsg = dlerror();
return(-1);
}
Where ptr is the pointer to the location of my .so file
Nov 22 11:59:13 shaw Cluster.RGM.rgmd: [ID 375444 daemon.notice] 8 fe_rpc_command: cmd_type(enum):<1>:cmd=</opt/SUNWscims/bin/ims_svc_validate>:tag=&l t;MS_RG.MessagingResource.2>: Calling security_clnt_connect(..., host=<shaw>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
Nov 22 11:59:13 shaw SC[SUNW.ims,MS_RG,MessagingResource,ims_svc_validate]: [ID 867105 daemon.error] Failed to get the configuration info
Nov 22 11:59:13 shaw ld.so.1: ims_svc_validate: fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object may not be dlopen()'edAnd the Server root is /opt/shaw/SUNWmsgsr
Nov 22 11:59:13 shaw SC[SUNW.ims,MS_RG,MessagingResource,ims_svc_validate]: [ID 450358 daemon.error] Error retrieving services from iMS configuration
Nov 22 11:59:13 shaw Cluster.RGM.rgmd: [ID 699104 daemon.error] VALIDATE failed on resource <MessagingResource>, resource group <MS_RG>, time used: 0% of timeout <120, seconds>
Message was edited by:
durga.tirunagari

