chris0938 a écrit 1 commentaire

  • # Compilation sans kerberos

    Posté par  . En réponse au message Compilation php: krb5int_key_register. Évalué à 0.

    Bonjour,
    Merci de m'avoir répondu.
    J'ai lancé la compilation de php sans --with-kerberos mais j'ai cela a présent comme erreur:

    configure: error: This c-client library is built with Kerberos support.
    
      Add --with-kerberos to your configure line. Check config.log for details.
    
    

    config.log:

    configure:44955: gcc -o conftest -g -O2   conftest.c -lpam  -lfreetype -lpng -lz -ljpeg -lz -lbz2 -lz -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
    
    

    /usr/bin/ld: cannot find -lpam
    collect2: ld returned 1 exit status
    configure: failed program was:

    line 44944 "configure"

    include "confdefs.h"

    /* Override any gcc2 internal prototype to avoid an error. /
    /
    We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply. */
    char pam_start();

    int main() {
    pam_start()
    ; return 0; }
    configure:45093: checking for crypt in -lcrypt

    Merci d'avance.

    Chris.