Problme Mit Php Installation

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Problme Mit Php Installation

    Hallo Leutz...

    Ich weiß net ob ich im richtigen Forum bin... aber ich brauche hilfe
    Ich hoffe mir kann einer helfen...

    Ich hab mir neulich einen server gekauft... bei dem nix installiert war...
    ich habe mir Mysql installiert, apache installiert... doch Php hab ich nicht hin bekommen...

    Unzwar gibt er einen fehler...
    ich beschreibe kurz was ich so gemacht habe..:

    also ich habe nach php handbuch gearbeitet und habe versucht das php
    mit
    Code:
    ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
    Zu Konfiguieren.... der macht dan einiges.. bis wenn es auf einen fehler kommt
    und das ist:
    Code:
    Configuring extensions
    checking whether to enable LIBXML support... yes
    checking libxml2 install dir... no
    checking whether libxml build works... no
    configure: error: build test failed.  Please check the config.log for details.
    linux:/home/php-5.0.4 #
    so...
    Jezt lese ich config.log und dort gebe ich hier mal die lezten zeilen..
    Code:
    configure:18051: checking whether to explicitly link against libgcc
    configure:18130: checking whether to enable short tags by default
    configure:18167: checking whether to enable dmalloc
    configure:18255: checking whether to enable IPv6 support
    configure:18285: checking how big to make fd sets
    configure:18305: checking whether to enable versioning
    configure:18357: checking whether to enable LIBXML support
    configure:18404: checking libxml2 install dir
    configure:18564: checking whether libxml build works
    configure:18591: gcc -o conftest -g -O2   conftest.c 
              
             -lresolv -lm -ldl -lnsl  -lxml2 -lz -lm 1>&5
    /usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: cannot find -lz
    collect2: ld returned 1 exit status
    configure: failed program was:
    #line 18580 "configure"
    #include "confdefs.h"
    
        
        char xmlInitParser();
        int main() {
          xmlInitParser();
          return 0;
        }
    Ich hoffe mir kann einer weiter helfen... ist wichtig das ich das server bis morgen hin bekomme
    Danke Voraus...

    Mfg

  • #2
    checking whether to enable LIBXML support... yes
    checking libxml2 install dir... no
    checking whether libxml build works... no
    also, entweder du deaktivierst LIBXML oder du installierst die entsprechenden Bibliotheken.

    Kommentar


    • #3
      ich hab die installiert.. :/

      Kommentar


      • #4
        mir hat die zlib-devel... gefehlt...

        jezt bekomme ich einen neuen fehler..

        Code:
        checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
        configure: error: Cannot find MySQL header files under yes.
        Note that the MySQL client library is not bundled anymore.

        Kommentar


        • #5
          *verschieb* zur Installation.

          Kommentar

          Lädt...
          X