Mysql / php Module - Installationsproblem
-
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
-
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! (arrrggggrüße
bummler -
Habe das gleiche Problem und mysql läuft.
phpinfo
PHP Version 5.1.4-1.dotdeb.2System 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?
-
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.htmlLustig ist
jetzt habe ich als Handler php5 angegeben aber die index.php5 (selber umbenannt) wird immer als index.php aufgerufen.
Schade aber auchNachtrag:
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. -
Habe das gleiche Problem und mysql läuft.
phpinfo
PHP Version 5.1.4-1.dotdeb.2System 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
-
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/php5grübel
-