1KRB5-CONFIG(1) General Commands Manual KRB5-CONFIG(1)
2
3
4
6 krb5-config - tool for linking against MIT Kerberos libraries
7
9 krb5-config [ --help | --all | --version | --vendor | --prefix |
10 --exec-prefix | --cflags | --libs libraries ]
11
13 krb5-config tells the application programmer what special flags to use
14 to compile and link programs against the installed Kerberos libraries.
15
17 --help print usage message. This is the default.
18
19 --all prints version, vendor, prefix and exec-prefix.
20
21 --version
22 prints the version of the installed Kerberos implementation.
23
24 --vendor
25 prints the vendor of the installed Kerberos implementation.
26
27 --prefix
28 prints the prefix with which Kerberos was built.
29
30 --exec-prefix
31 prints the exec-prefix with which Kerberos was built.
32
33 --cflags
34 prints the compiler flags with which Kerberos was built.
35
36 --libs libraries
37 list compiler options required to link with libraries. Possible
38 values for libraries are:
39
40 krb5 Kerberos 5 application
41 gssapi GSSAPI application with Kerberos 5 bindings
42 kadm-client Kadmin client
43 kadm-server Kadmin server
44 kdb Application that accesses the kerberos database
45
47 kerberos(1), cc(1)
48
49
50
51 KRB5-CONFIG(1)