Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

krb5-config(1) [linux man page]

KRB5-CONFIG(1)						      General Commands Manual						    KRB5-CONFIG(1)

NAME
krb5-config - tool for linking against MIT Kerberos libraries SYNOPSIS
krb5-config [ --help | --all | --version | --vendor | --prefix | --exec-prefix | --cflags | --libs libraries ] DESCRIPTION
krb5-config tells the application programmer what special flags to use to compile and link programs against the installed Kerberos libraries. OPTIONS
--help print usage message. This is the default. --all prints version, vendor, prefix and exec-prefix. --version prints the version of the installed Kerberos implementation. --vendor prints the vendor of the installed Kerberos implementation. --prefix prints the prefix with which Kerberos was built. --exec-prefix prints the exec-prefix with which Kerberos was built. --cflags prints the compiler flags with which Kerberos was built. --libs libraries list compiler options required to link with libraries. Possible values for libraries are: krb5 Kerberos 5 application gssapi GSSAPI application with Kerberos 5 bindings kadm-client Kadmin client kadm-server Kadmin server kdb Application that accesses the kerberos database SEE ALSO
kerberos(1), cc(1) KRB5-CONFIG(1)

Check Out this Related Man Page

KRB5-CONFIG(1)						      General Commands Manual						    KRB5-CONFIG(1)

NAME
krb5-config - tool for linking against MIT Kerberos libraries SYNOPSIS
krb5-config [ --help | --all | --version | --vendor | --prefix | --exec-prefix | --cflags | --libs libraries ] DESCRIPTION
krb5-config tells the application programmer what special flags to use to compile and link programs against the installed Kerberos libraries. OPTIONS
--help print usage message. This is the default. --all prints version, vendor, prefix and exec-prefix. --version prints the version of the installed Kerberos implementation. --vendor prints the vendor of the installed Kerberos implementation. --prefix prints the prefix with which Kerberos was built. --exec-prefix prints the exec-prefix with which Kerberos was built. --cflags prints the compiler flags with which Kerberos was built. --libs libraries list compiler options required to link with libraries. Possible values for libraries are: krb5 Kerberos 5 application gssapi GSSAPI application with Kerberos 5 bindings kadm-client Kadmin client kadm-server Kadmin server kdb Application that accesses the kerberos database SEE ALSO
kerberos(1), cc(1) KRB5-CONFIG(1)
Man Page

9 More Discussions You Might Find Interesting

1. Cybersecurity

Kerberos security

I have installed Kerberos security in my UNIX system but I need to disable because of an application conflict with Kerberos. So Anybody ca tell me how can I disable it? Thank you (1 Reply)
Discussion started by: dansanmex
1 Replies

2. UNIX for Advanced & Expert Users

PA-RISC 2.0 (LP64) and PA-RISC2.0 exec or libraries

I have a problem with executing an application using the ELF 64 libraries. Previous versions and on other machines where all is well use PA-RISC2.0 (32) . My guess is that the application or executables need to be recompiled and linked with the new ELF 64 libraries. Are these run time compatible ?... (2 Replies)
Discussion started by: gd2352
2 Replies

3. AIX

Looking for ftps client

Anyone know of a good solid ftps client for AIX? I am attempting to use lftp but am having compile issues. I also ahve a binary but receive the following error when attempting to run it; exec(): 0509-036 Cannot load program ./lftp because of the following errors: 0509-150 Dependent... (4 Replies)
Discussion started by: zuessh
4 Replies

4. AIX

SSH and Kerberos

I have 2 servers (lft1 and lft3) running AIX 5.3 ML 5. Both are installed with krb5.client.rte 1.4.0.4 and openssh.base.server 4.3.0.5300. I have configured some of the users on both servers to authenticate against our Windows 2003 Active Directory. From my PC, I can use telnet to login... (1 Reply)
Discussion started by: asch337
1 Replies

5. UNIX for Dummies Questions & Answers

how to cut prefix from a string

I have a file: chromosome1:436728 chromosome2:32892 ..... chromosome22:23781 I just want to get the number, not the prefix "chromosomeX", so I want to remove all the prefix ahead of the numbers. How can I do that?? Thanks!!! (PS: give me some very simple command so that I can understand... (4 Replies)
Discussion started by: kaixinsjtu
4 Replies

6. Programming

I want to know some c libraries

I'm a rookie to C and i'm looking for some libraries to learn,something likes the C++ STL or Boost ,does any1 can tell me some of them?Thanks a lot:) Eric (3 Replies)
Discussion started by: homeboy
3 Replies

7. UNIX for Dummies Questions & Answers

vendor of physical host with Solaris OS

I have a machine with Solaris OS 10 installed. What command/file can give me the vendor of physical machine. I have a machine with AIX OS installed. What command/file can give me the vendor of physical machine. I have a machine with Linux OS installed. What command/file can give... (1 Reply)
Discussion started by: epriya2003
1 Replies

8. UNIX for Dummies Questions & Answers

How to track user activity?

Hi All Please can you help me with the following issue: A certain vendor installed an application in which for a user to log in; the user must use a user created/predefined by the application. And because this application has more than one user its difficult to track who did what and when,... (6 Replies)
Discussion started by: fretagi
6 Replies

9. HP-UX

How can I get information about a library?

I'm a developer supporting a system that runs on HP-UX B.11.11 and I come across makefiles that link in various libraries such as libCsup_v2, librwtool_v2. I'd like to know what these libraries are, what they are for, which APIs they support etc. Is there a way of finding out other than... (1 Reply)
Discussion started by: rrgmitchell
1 Replies