IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Linux Discussion :

PHPBB3 --> Choix authentification LDAP --> Segmentation fault


Sujet :

Linux

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2008
    Messages
    17
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2008
    Messages : 17
    Points : 15
    Points
    15
    Par défaut PHPBB3 --> Choix authentification LDAP --> Segmentation fault
    Bonjour,

    j'ai installé la version 3.0.3 de phpBB.
    Tout s'est bien passé.

    Cependant dans la page "Communication" puis "Authentification", lorsque Je choisi l'authentification LDAP et que je valide ce choix, j'arrive sur une page blanche impossible d'afficher les erreur PHP malgré avoir décommenté les lignes :
    @define('DEBUG', true);
    @define('DEBUG_EXTRA', true);

    dans le fichier config.php

    Alors que quand je choisi l'authentification apache ou db ça se passe bien...

    Mon serveur Php possède bien la librairie php-ldap :
    Extrait via php.info :

    ldap
    LDAP Support enabled
    RCS Version $Id: ldap.c,v 1.161.2.3 2006/01/01 12:50:08 sniper Exp $
    Total Links 0/unlimited
    API Version 3001
    Vendor Name OpenLDAP
    Vendor Version 20327
    SASL Support Enabled


    Sinon l'erreur dans le error_log d'apache est :
    [Wed Nov 12 16:42:22 2008] [notice] child pid 979 exit signal Segmentation fault (11)

    Pour info :
    Linux xxxx.fr 2.6.16.33-xenU #3 SMP Tue Jun 12 09:39:39 CEST 2007 i686 i686 i386 GNU/Linux
    MySQL 5.0.45
    PHP Version 5.2.6

    J'ai généré un core file mais impossible de le lire avec gdb :

    [root@v-dev-5 apache2-gdb-dump]# gdb /usr/sbin/httpd
    GNU gdb Red Hat Linux (6.5-37.el5_2.2rh)
    Copyright (C) 2006 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/i686/nosegneg/libthread_db.so.1".

    (gdb) core core.22436
    "/tmp/apache2-gdb-dump/core.22436" is not a core dump: File format not recognized



    merci pour votre aide

    le core file est disponible ici : http://phpbb.2037.org/download/file.php?id=375
    (j'ai renomé le fichier en ajoutant .txt pour le forum)

  2. #2
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2008
    Messages
    17
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Novembre 2008
    Messages : 17
    Points : 15
    Points
    15
    Par défaut
    It's OK, my problem is i've got 2 librairie ldap :

    [root@v-dev-5 /]# ldd /usr/sbin/httpd
    linux-gate.so.1 => (0xbfffe000)
    libm.so.6 => /lib/i686/nosegneg/libm.so.6 (0xb7f9a000)
    libpcre.so.0 => /lib/libpcre.so.0 (0xb7f7d000)
    libselinux.so.1 => /lib/libselinux.so.1 (0xb7f66000)
    libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0xb7f49000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7f1b000)
    libldap-2.2.so.7 => /usr/lib/libldap-2.2.so.7 (0xb7ee5000)
    liblber-2.2.so.7 => /usr/lib/liblber-2.2.so.7 (0xb7ed6000)
    libdb-4.2.so => /lib/libdb-4.2.so (0xb7df2000)
    libexpat.so.0 => /lib/libexpat.so.0 (0xb7dd1000)
    libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0xb7da9000)
    libpthread.so.0 => /lib/i686/nosegneg/libpthread.so.0 (0xb7d92000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7d8e000)
    libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0xb7c4a000)
    /lib/ld-linux.so.2 (0xb7fc8000)
    libsepol.so.1 => /lib/libsepol.so.1 (0xb7c04000)
    libuuid.so.1 => /lib/libuuid.so.1 (0xb7c00000)
    libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0xb7bc6000)
    liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0xb7bb8000)
    libdb-4.3.so => /lib/libdb-4.3.so (0xb7ac0000)
    libpq.so.4 => /usr/lib/libpq.so.4 (0xb7aa0000)
    libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7a41000)
    libresolv.so.2 => /lib/libresolv.so.2 (0xb7a2e000)
    libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7a15000)
    libssl.so.6 => /lib/libssl.so.6 (0xb79cf000)
    libcrypto.so.6 => /lib/libcrypto.so.6 (0xb789c000)
    libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb7809000)
    libnsl.so.1 => /lib/libnsl.so.1 (0xb77f2000)
    libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0xb77c5000)
    libcom_err.so.2 => /lib/libcom_err.so.2 (0xb77c1000)
    libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb779b000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7788000)
    libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb777f000)
    libkeyutils.so.1 => /lib/libkeyutils.so.1 (0xb777c000)

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Pb segmentation fault avec glutinit()
    Par pipistrelle dans le forum GLUT
    Réponses: 2
    Dernier message: 17/11/2004, 23h17
  2. [SDL_Image] Img_Load : segmentation fault ....
    Par Mathieu.J dans le forum OpenGL
    Réponses: 6
    Dernier message: 19/10/2004, 23h52
  3. [REDHAT] Segmentation fault systematique
    Par mela dans le forum RedHat / CentOS / Fedora
    Réponses: 2
    Dernier message: 21/09/2004, 06h05
  4. Réponses: 13
    Dernier message: 13/07/2004, 15h41
  5. Comment contrer la "segmentation fault" ?
    Par guillaume_pfr dans le forum C
    Réponses: 15
    Dernier message: 08/08/2003, 13h43

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo