Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Mysql / php Module - Installationsproblem

    Scheduled Pinned Locked Moved Betrieb
    7 Posts 3 Posters 2.8k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      bummler
      last edited by

      Halllo,
      ich versuche mit debian (testing / stable) dieses wirklich
      gelungene Stück software auch bei mir zu installieren.
      soweit sogut.
      Aber, statt dem Webinstaller bekomme ich:

      
      Not all needed extensions are installed.
      I need: mysql xml standard pcre session
      I have: xml standard pcre session
      

      für einen tip an welchem modul ich "schrauben" muss,
      wäre ich jedem dankbar!

      genießt die schönen tage, wer weiß wann wir wieder so ein Wetter haben!

      grüße

      bummler

      1 Reply Last reply Reply Quote 0
      • B Offline
        bummler
        last edited by

        da antworte ich mir mal selber …
        für den fall das noch jemand diese
        Meldung bekommt:
        nicht nur glauben das mysql installiert ist,
        sondern sicherstellen! (arrrggg 😞

        grüße
        bummler

        1 Reply Last reply Reply Quote 0
        • T Offline
          thape
          last edited by

          Habe das gleiche Problem und mysql läuft.

          phpinfo
          PHP Version 5.1.4-1.dotdeb.2

          System Linux server 2.6.8-3-686-smp #1 SMP Thu May 25 00:54:20 UTC 2006 i686
          Build Date Jun 2 2006 10:24:17
          Configure Command '../configure' '–prefix=/usr' '--enable-force-cgi-redirect' '--enable-fastcgi' '--with-config-file-path=/etc/php5/cgi' '--enable-memory-limit' '--enable-inline-optimization' '--disable-debug' '--with-regex=php' '--disable-rpath' '--disable-static' '--with-pic' '--with-layout=GNU' '--with-pear=/usr/share/php' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db4' '--with-iconv' '--enable-exif' '--enable-filepro' '--enable-ftp' '--enable-dbase' '--with-gettext' '--enable-mbstring' '--with-pcre-regex' '--enable-pdo' '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-simplexml' '--with-libxml-dir=/usr' '--with-dom=/usr' '--with-xsl=/usr' '--with-sqlite' '--enable-sqlite-utf8' '--enable-wddx' '--enable-tokenizer' '--with-xmlrpc' '--enable-yp' '--with-zlib' '--without-pgsql' '--with-kerberos=/usr' '--with-openssl=/usr' '--enable-dbx' '--with-mime-magic=/usr/share/misc/file/magic.mime' '--with-exec-dir=/usr/lib/php5/libexec' '--without-mm' '--without-mysql' '--without-pdo-sqlite' '--without-sybase-ct'
          Server API CGI/FastCGI
          Virtual Directory Support disabled
          Configuration File (php.ini) Path /etc/php5/cgi/php.ini
          ----/ schnipp /----------

          Wo kann ich noch nach Fehlern suchen?

          Linux server 2.6.8-3-686-smp : Apache/1.3.33 : mysqld  Ver 4.1.15-Debian_0.dotdeb.3 : PHP Version 5.1.4

          1 Reply Last reply Reply Quote 0
          • T Offline
            thape
            last edited by

            Hab mir selbst geholfen und php5 neukompilliert und als cgi eingebunden.
            Und zwar nach dieser Anleitung
            http://www.serversupportforum.de/forum/faqs-anleitungen/4766-howto-php4-php5-als-cgi-gepatcht-deutsches-howto.html

            Lustig ist
            jetzt habe ich als Handler php5 angegeben aber die index.php5 (selber umbenannt) wird immer als index.php aufgerufen.
            Schade aber auch 😉

            Nachtrag:
            Das mit dem php5 hab icjetzt geändert aber bei mir sieht das im Browser ganz anders aus als in der Online Demo.
            Ich hab z.B. gar keine Menüstruktur.
            Und kann keine neuen Objekte anlegen.

            Linux server 2.6.8-3-686-smp : Apache/1.3.33 : mysqld  Ver 4.1.15-Debian_0.dotdeb.3 : PHP Version 5.1.4

            1 Reply Last reply Reply Quote 0
            • jknuthJ Offline
              jknuth
              last edited by

              @thape:

              Habe das gleiche Problem und mysql läuft.

              phpinfo
              PHP Version 5.1.4-1.dotdeb.2

              System Linux server 2.6.8-3-686-smp #1 SMP Thu May 25 00:54:20 UTC 2006 i686
              Build Date Jun 2 2006 10:24:17
              Configure Command '../configure' '–prefix=/usr' '--enable-force-cgi-redirect' '--enable-fastcgi' '--with-config-file-path=/etc/php5/cgi' '--enable-memory-limit' '--enable-inline-optimization' '--disable-debug' '--with-regex=php' '--disable-rpath' '--disable-static' '--with-pic' '--with-layout=GNU' '--with-pear=/usr/share/php' '--enable-calendar' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2' '--enable-ctype' '--with-db4' '--with-iconv' '--enable-exif' '--enable-filepro' '--enable-ftp' '--enable-dbase' '--with-gettext' '--enable-mbstring' '--with-pcre-regex' '--enable-pdo' '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-simplexml' '--with-libxml-dir=/usr' '--with-dom=/usr' '--with-xsl=/usr' '--with-sqlite' '--enable-sqlite-utf8' '--enable-wddx' '--enable-tokenizer' '--with-xmlrpc' '--enable-yp' '--with-zlib' '--without-pgsql' '--with-kerberos=/usr' '--with-openssl=/usr' '--enable-dbx' '--with-mime-magic=/usr/share/misc/file/magic.mime' '--with-exec-dir=/usr/lib/php5/libexec' '--without-mm' '--without-mysql' '--without-pdo-sqlite' '--without-sybase-ct'
              Server API CGI/FastCGI
              Virtual Directory Support disabled
              Configuration File (php.ini) Path /etc/php5/cgi/php.ini
              ----/ schnipp /----------

              Wo kann ich noch nach Fehlern suchen?

              –without-mysql

              damit geht mysql natürlich nicht 😉

              1 Reply Last reply Reply Quote 0
              • T Offline
                thape
                last edited by

                Es ist definitiv zu heiß 😉

                Hab das einfach übersehen. Aber dann entdeckt und deshalb neu kompilliert und installiert.
                Siehe oben.

                Jetzt frage ich mich nur noch warum das mit dem Menü nicht klappt.
                Ob das daran liegt das php als CGI installiert ist?
                Oder hab ich im Apache Directory ne falsche Konfiguration?

                Das hab ich jetzt in der httpd.conf stehen
                <directory "="" usr="" bin="" php5"="">AllowOverride All
                Options +ExecCGI +FollowSymLinks
                Order allow,deny
                Allow from all</directory>

                <directory var="" www="" netdoku9="">Action php5-cgi /php5rocks/php
                AddType php5-cgi .php
                Options +ExecCGI +FollowSymLinks +Indexes +MultiViews</directory>
                ScriptAlias /php5rocks /usr/bin/php5

                grübel

                Linux server 2.6.8-3-686-smp : Apache/1.3.33 : mysqld  Ver 4.1.15-Debian_0.dotdeb.3 : PHP Version 5.1.4

                1 Reply Last reply Reply Quote 0
                • T Offline
                  thape
                  last edited by

                  Lösung hier: http://www.i-doit.de/forum/index.php/topic,258.0.html

                  Linux server 2.6.8-3-686-smp : Apache/1.3.33 : mysqld  Ver 4.1.15-Debian_0.dotdeb.3 : PHP Version 5.1.4

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post