xref: /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/README (revision 12388:1bc8d55b0dfd)
10Sstevel@tonic-gate#
2*12388SJohn.Sonnenschein@Sun.COM# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate
50Sstevel@tonic-gateLicensing
60Sstevel@tonic-gate---------
70Sstevel@tonic-gateThis module is released under the Perl Artistic License.
80Sstevel@tonic-gate
90Sstevel@tonic-gateAvailability
100Sstevel@tonic-gate------------
110Sstevel@tonic-gateThis module is only available for Solaris 10 onwards.
120Sstevel@tonic-gate
130Sstevel@tonic-gateDescription
140Sstevel@tonic-gate-----------
150Sstevel@tonic-gateThis module provides access to the Solaris Ucred subsystem.
160Sstevel@tonic-gate
170Sstevel@tonic-gateSee getpeerucred(3C), ucred_get(3C).
180Sstevel@tonic-gate
190Sstevel@tonic-gateInstallation
200Sstevel@tonic-gate------------
210Sstevel@tonic-gate
220Sstevel@tonic-gate1. Uncompress and untar the archive
230Sstevel@tonic-gate2. cd to the module directory
240Sstevel@tonic-gate3. perl Makefile.PL; make install
250Sstevel@tonic-gate
260Sstevel@tonic-gateIf you are using gcc and wish to build this module against the perl shipped as
270Sstevel@tonic-gatepart of Solaris, see the Solaris-PerlGcc module, also available from CPAN.
28