/usr/lib/libv12n.so

Hi,

I want to use the function "v12n_domain_uuid" on solaris box. The library "libv12n" is present in /usr/lib but i can't locate the header "libv12n.h" anywhere in the box.
How do i run the API "v12n_domain_uuid"

Post the error you are getting (at compile time right?).

As mentioned earlier, the error is as follows:

line 1: cannot find include file: "libv12n.h"

The header file is definitely needed for the compilation.

I just googled the header name and see

ftp://ida.esac.esa.int/.SUNWnative/usr/include/libv12n.h

would this work?

No it doesn't . asks for other files included namely uuid.h

can i get the complete library? i am wondering why are the include files missing. what about your solaris box? are you able to run the API there? Anyone?