On Wed, Sep 23, 2009 at 9:31 AM, Jozef Hamar <hamar at jozef.name> wrote:
> Hello folks,
>
> I would like to create my own set of tools for manipulating with ZFS, and I
> need to use the libzfs library.
>
> I got stuck with "cannot find include file: libuutil.h" message. I am new to
> Solaris, and not exactly a C guru.
>
> Can you please push me into the righ direction?
>
> Thank you.

Unfortunately, that library is still classified as private (meaning it
wasn't intended for general use).  There was talk a few years ago of
cleaning it up a bit and making it available for general use, but it
appears it was never done.


If you still want to use it (basically the rule is if you use stuff
marked as 'private' is that it can change at any time with no notice,
though granted in this case I doubt it's changed much in the past few
years), you'll need to grab a copy from the ON source repository

Reply via email to