Hi, (I'm not sure if this is the right mailinglist, but I didn't find a more suiteable list)
I'm running Solaris 10 and trying to use libumem. I did the following exports: export LD_PRELOAD=libumem.so export UMEM_DEBUG=default When I now run my program I get the following error from dlerror when I try to call dlsym in my program: ld.so.1: myapp: fatal: /usr/platform/SUNW,Ultra-60/lib/libkvm_psr.so.1: open failed: No such file or directory Without the LD_PRELOAD the program works perfectly. The error happens at a point in the program where I call dlsym(...). Anyone knows what the problem might be? Where can I find this libkvm_psr.so.1 file? Kind Regards, Marc Gregoire