Unix and Linux Discussions Tagged with shell scrip |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
20,235 |
Answers to Frequently Asked Questions |
|
|
|
4 |
14,637 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,189 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,899 |
Shell Programming and Scripting |
|
|
|
2 |
4,211 |
Shell Programming and Scripting |
|
|
|
6 |
7,042 |
Shell Programming and Scripting |
|
|
|
8 |
8,935 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
9,033 |
Shell Programming and Scripting |
|
|
|
4 |
8,488 |
Programming |
|
|
|
6 |
3,002 |
Shell Programming and Scripting |
|
|
|
1 |
5,308 |
Shell Programming and Scripting |
|
|
|
6 |
9,670 |
Shell Programming and Scripting |
|
|
|
1 |
2,886 |
Shell Programming and Scripting |
|
|
|
3 |
14,878 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,812 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,816 |
Shell Programming and Scripting |
|
|
|
2 |
40,716 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
60,123 |
Shell Programming and Scripting |
|
|
|
2 |
7,472 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
45,056 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
7,534 |
Shell Programming and Scripting |
|
|
|
9 |
5,248 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
15,438 |
Shell Programming and Scripting |
|
|
|
2 |
14,786 |
Shell Programming and Scripting |
|
|
|
3 |
5,378 |
Programming |
|
|
|
3 |
10,042 |
Shell Programming and Scripting |
|
|
|
1 |
2,886 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
9,321 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
5,855 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,144 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
9,866 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,394 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
18,106 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,597 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
15,132 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,060 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,182 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,555 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,009 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,377 |
Programming |
NSS-CONFIG(1) Network Security Services NSS-CONFIG(1)
NAME
nss-config - Return meta information about nss libraries
SYNOPSIS
nss-config [--prefix] [--exec-prefix] [--includedir] [--libs] [--cflags] [--libdir] [--version]
DESCRIPTION
nss-config is a shell scrip tool which can be used to obtain gcc options for building client pacakges of nspt.
OPTIONS
--prefix
Returns the top level system directory under which the nss libraries are installed.
--exec-prefix
returns the top level system directory under which any nss binaries would be installed.
--includedir count
returns the path to the directory were the nss libraries are installed.
--version
returns the upstream version of nss in the form major_version-minor_version-patch_version.
--libs
returns the compiler linking flags.
--cflags
returns the compiler include flags.
--libdir
returns the path to the directory were the nss libraries are installed.
EXAMPLES
The following example will query for both include path and linkage flags:
/usr/bin/nss-config --cflags --libs
FILES
/usr/bin/nss-config
SEE ALSO
pkg-config(1)
AUTHORS
The nss liraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google.
Authors: Elio Maldonado <emaldona@redhat.com>.
LICENSE
Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at
http://mozilla.org/MPL/2.0/.
nss 3.15.4 17 June 2014 NSS-CONFIG(1)