Al Hopper wrote:

Why is there no symbolic (libuutil.so) link to libuutil.so.1?

It seems consistant, or consistantly absent, for quite a few releases - so
I must be missing something....


It's an indication that the library is a private library; another such
indication would be that there are no manual pages for the particular
library and functions.

No manual page - should not call the functions
No .so link - you should not link against it (directly)

It is, of course, possible that such a library is used by a library you
link against, but then only for the private use of the function.


Casper
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to