Lines Matching +full:built +full:- +full:in
1 .. _krb5-config(1):
3 krb5-config
7 --------
9 **krb5-config**
10 …-**\ **-help** | **-**\ **-all** | **-**\ **-version** | **-**\ **-vendor** | **-**\ **-prefix** |…
14 -----------
16 krb5-config tells the application programmer what flags to use to compile
21 -------
23 **-**\ **-help**
27 **-**\ **-all**
28 prints the version, vendor, prefix, and exec-prefix.
30 **-**\ **-version**
33 **-**\ **-vendor**
36 **-**\ **-prefix**
37 prints the prefix for which the Kerberos installation was built.
39 **-**\ **-exec-prefix**
41 was built.
43 **-**\ **-defccname**
44 prints the built-in default credentials cache location.
46 **-**\ **-defktname**
47 prints the built-in default keytab location.
49 **-**\ **-defcktname**
50 prints the built-in default client (initiator) keytab location.
52 **-**\ **-cflags**
55 **-**\ **-libs** [*library*]
62 kadm-client Kadmin client
63 kadm-server Kadmin server
68 --------
70 krb5-config is particularly useful for compiling against a Kerberos
71 installation that was installed in a non-standard location. For example,
72 a Kerberos installation that is installed in ``/opt/krb5/`` but uses
73 libraries in ``/usr/local/lib/`` for text localization would produce
76 shell% krb5-config --libs krb5
77 -L/opt/krb5/lib -Wl,-rpath -Wl,/opt/krb5/lib -L/usr/local/lib -lkrb5 -lk5crypto -lcom_err
81 --------