How To Install Modauthkerb For Windows
Because of variety of krb5/krb4 implementations and apache platforms we do not provide binary. The Kerberos installation on your system should contain the krb4-config and/or. --with-apache=/software/apache-2.0.47 make su make install.
Ed Zorob wrote: > Guys, > I need to get mod_auth_kerb.so file for windows environment. Using the > (MinGW/Msys) compiler on windows during./configure it's asking for > Kerberos environment. But I have MIT Kerberos installed already on the > box. > thanks > MIT KFW ships with an SDK in the installer. However, the layout of the header and library files is different from the UNIX installation.
There is no krb5-config.exe to report the build and installation details so you will have to describe the location to./configure using another method. It may require modifications to the autoconf script. Jeffrey Altman ________________________________________________ Kerberos mailing list.
Achim Grolms wrote: > On Wednesday 05 September 2007, Jeffrey Altman wrote: > >> MIT KFW ships with an SDK in the installer. However, the layout of the >> header and library files is different from the UNIX installation. There >> is no krb5-config.exe to report the build and installation details > > Why? There are many reasons: 1.
The Windows build tools are not the same as UNIX. KFW is made up of multiple components of which krb5 is only one part. Krb5-config is built using install paths that are determined at compile time. The KFW install path and whether or not the SDK installed is determined during the installation process. No one has put the time into developing a version of krb5-config.exe that can be included in the SDK that obtains the installation path from the registry.
Jeffrey Altman ________________________________________________ Kerberos mailing list. > Achim Grolms wrote: > > On Wednesday 05 September 2007, Jeffrey Altman wrote: > > > >> MIT KFW ships with an SDK in the installer.
However, the layout of the > >> header and library files is different from the UNIX installation. There > >> is no krb5-config.exe to report the build and installation details > > > > Why? > there are many reasons: > > 1. The Windows build tools are not the same as UNIX. KFW is made up of multiple components of which krb5 is only one part. Krb5-config is built using install paths that are determined at > compile time.
The KFW install path and whether or not the SDK > installed is determined during the installation process. No one has put the time into developing a version of > krb5-config.exe that can be included in the SDK that obtains the > installation path from the registry. > > Jeffrey Altman > > > ________________________________________________ > Kerberos mailing list > > > > ________________________________________________ Kerberos mailing list. On Wednesday 05 September 2007, Ed Zorob wrote: > it's hard to believe that no one developed a windows version of krb5-config > I even emailed that author of this module ( Daniel Kouril ) few days > ago and no reply yet. The mailinglist can be used for discussing mod_auth_kerb related problems.
Jerik Rodzhers. Fizika dlya ljuboznatelnyh tom 1Materiya.Dvizhenie.Sila tom 2 Nauka o zemle i vselennoj.Molekuly i jenergiya/Eric Rogers. Physics for curious volume 1Materiya.Dvizhenie.Sila volume 2 E [n/a] on Amazon.com. *FREE* shipping on qualifying offers. The following description is in Russian (transliterated), followed by an automated English translation. Zritel'naya pamyat' i vospriyatie. Tetrad' dlya detej 5-6 let (Gotovim rebenka k shkole) [N. Babkina] on Amazon.com. *FREE* shipping on qualifying offers. Beginning of dialog window. Escape will cancel and close the window. White Black Red Green Blue Yellow Magenta Cyan. Compared to Arduino, it's hard to find the shields and electronic brick customized for Raspberry Pi. This Arduino Shield Add-on V2.0 has extended RPI Connector to Arduino PIN, which will facilitate connections to all kinds of arduino shields. Meanwhile, two groups of electronic brick interfaces are equipped on the add-on, which are free to be connected to various electronic bricks. Skachatj karti dlya batelfild 2 dlya odinochnoj igri torrentom.
When I was in the same situation (a missing krb5-config command) I cheated by writing a simple skript 'krb5-config' that simply printed out the params the build script needed to run. (To be honest - you need to know what the required param are.) The OS was NetBSD, But I don't know why that kind of cheating should not work on Windows.some lines of C doing 'printf()' should be less work than patching the mod_auth_kerb build mechanisms:-) Achim ________________________________________________ Kerberos mailing list. > Achim Grolms wrote: >> On Wednesday 05 September 2007, Jeffrey Altman wrote: >> >>> MIT KFW ships with an SDK in the installer. However, the layout of the >>> header and library files is different from the UNIX installation. There >>> is no krb5-config.exe to report the build and installation details >> Why? > there are many reasons: > > 1. The Windows build tools are not the same as UNIX.