When I run my purify'ed executable, I get a cryptic message like "ld.so.1: ./server.purify: fatal: libsocket.so.1_pure_p3_c0_105022037_58_32_2171404S: open failed: No such file or directory." What's going on?

Answer Posted / chaitanya

Assuming you're building instrumented libraries in the /tmp directory as recommended above, this happens when the /tmp directory is periodically cleared. If you rebuild your purify'ed application (e.g. make ftpcopy.purify), the problem should go away.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

DEVOPS comes under which categories?

730