Hi,
I am using purify to find memory leak in my process.
When I run the instrumented program I get error
Quote:
Purify engine: While processing file /usr/lib/nls/loc/locales.2/C:
Error: Couldn't open the file /usr/lib/nls/loc/locales.2/C
|
I donot have this file in the specified directory. Instead I have following files in the directory /usr/lib/nls/loc/locales.2
Quote:
$ ls -l C*
-r-xr-xr-x 1 bin bin 28672 Nov 7 1997 C.iso88591
-r-xr-xr-x 1 bin bin 28686 Dec 3 1998 C.iso885915
-r-xr-xr-x 1 bin bin 811022 Jun 25 1998 C.utf8
$
|
What should I do in such case? I undersatnd that I need to create link C for one of these file. But which file?
Thanks in advance.
-Ashish