Jump to content
Froxlor Forum
  • 0

[solved] froxlor 0.9.29 mit dotdeb wheezy-php55 nicht m?glich?


Roan

Question

Hi,

 

irgendwie bekomme ich froxlor nicht ans laufen/installiert wenn ich php5.5 nutze:

 

sources.list:

 

deb http://ftp.de.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.de.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

deb http://ftp.de.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ wheezy-updates main contrib non-free

deb http://debian.froxlor.org/ wheezy main

deb http://packages.dotdeb.org/ wheezy-php55 all
deb-src http://packages.dotdeb.org/ wheezy-php55 all

 

1. Installiere minimal-Image wheezy + ssh

2. apt-get install sudo wget vim mc nano tar bzip2 zip unzip arj aptitude debian-keyring debian-archive-keyring

 

3. Dann folgendes f?r Keyserver usw.

 

 

wget http://www.dotdeb.org/dotdeb.gpg && cat dotdeb.gpg | sudo apt-key add -
gpg --keyserver wwwkeys.pgp.net --recv-keys 4F9E9BBC
apt-key add /root/.gnupg/pubring.gpg

 

4. Nun ein "aptitude install froxlor" oder "apt-get install froxlor"

 

5. MySQL Passwort usw. ....

 

6. Alles OK, dann will ich die Seite aufrufen: http://server-ip/froxlor

 

Und ich bekomme im Browser nur eine Art Quell-Code angezeigt:

 

So sieht es ca. im Firefox aus:

 

(2003-2009) * @author Froxlor team * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Panel * */ define('AREA', 'login'); /** * Include our init.php, which manages Sessions, Language etc. */ require ('./lib/init.php'); if ($action == '') { $action = 'login'; } if ($action == 'login') { if (isset($_POST['send']) && $_POST['send'] == 'send' ) { $loginname = validate($_POST['loginname'], 'loginname'); $password = validate($_POST['password'], 'password'); $row = $db->query_first("SELECT `loginname` AS `customer` FROM `" . TABLE_PANEL_CUSTOMERS . "` WHERE `loginname`='" . $db->escape($loginname) . "'"); if ($row['customer'] == $loginname) { $table = "`" . TABLE_PANEL_CUSTOMERS . "`"; $uid = 'customerid'; $adminsession = '0'; $is_admin = false; } else { $is_admin = true; if ((int)$settings['l

 

So sieht es ca. im Chrome aus:

 

<?php

/**
* This file is part of the Froxlor project.
* Copyright (c) 2003-2009 the SysCP Team (see authors).
* Copyright (c) 2010 the Froxlor Team (see authors).
*
* For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the
* COPYING file online at http://files.froxlor.org/misc/COPYING.txt
*
* @copyright (c) the authors
* @author Florian Lippert <flo@syscp.org> (2003-2009)
* @author Froxlor team <team@froxlor.org> (2010-)
* @license GPLv2 http://files.froxlor.org/misc/COPYING.txt
* @package Panel
*
*/

define('AREA', 'login');

/**
* Include our init.php, which manages Sessions, Language etc.
*/
require ('./lib/init.php');

 

Dachte erst es liegt an dieser ?nderung aus dem Changelog:

 

 


short_open_tag configuration option now defaults to Off.  This means
    that your PHP applications have to use '<?php' instead of just '<?'.
    Please check and fix your applications (this is preferred solution) or
    you can re-enable short_open_tag in /etc/php5/<sapi>/php.ini again.

 

Daruf hin habe ich dann mal testweise die 2 php.ini Dateien ge?ndert und "short_open_tag" aktiviert:

 

 

/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
/etc/init.d/apache2 restart

 

Aber das ?ndert nichts ... Ich kann die Froxlor Installation unter php5.5 nicht aufrufen.

 

Bekommt man das irgendwie nas laufen?

 

 

 

 

 

 

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

Nein, ich mache nur das was oben steht ... alles andere wird ja von froxlor selbst installiert. Wie gesagt ich kann ja schon den Erstaufruf zwecks Initialisierung/Setup von froxlor nicht machen: http://server-ip/froxlor/

 

php -v gibt :

PHP 5.5.4-1~dotdeb.1 (cli) (built: Sep 22 2013 03:15:54)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies
Link to comment
Share on other sites

Naja, wenn dein apache nicht mit php umgehen kann, gibt er den Code als Text aus. Hast du denn libapache2-mod-php5 installiert? Sonst weiss doch der Apache nicht was er mit .php Dateien machen soll.

 

Btw. wieso denn php-5.5 via dotdeb? Reicht die php-5.4 denn nicht?

Link to comment
Share on other sites

Ich setzte das System paralell zu meinem alten vserver neu auf, da wollte ich direkt dann auch auf alles aktuelle umsteigen, sprich wheezy statt squeeze inkl. dann alles was am aktuellsten ist. Wenn schon, denn schon ...

 

Ja, aber froxlor richtet den doch selbst ein ... ich greife ja gar nicht manuell da ein. Ohne die dotdeb wheezy5.5 macht er das ja auch, nur halt unter 5.5 nicht.

 

Abgesehen davon muss es ja auch fr?her oder sp?ter sowieso mal unter php5.5 laufen *g* Da kann es ja auch nicht schaden zu wissen wo das Problem liegt :)

 

Demnach m?sste ja dann froxlor das selbst nicht richtig konfigurieren.

 

Folgendes wird angezeigt wenn ich "apt-get install froxlor" mache:

EDIT: (Ich habe das jetzt gerade aber nur auf die schnelle mal nachvollzogen, also nur kurz "aptitude remove froxlor" gemacht und es nochmal neu ausgef?hrt, kann es aber auch noch frisch machen mit kompletter Neuinstallation vom Image aus)

The following extra packages will be installed:
  apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common bind9 bind9utils courier-authdaemon
  courier-authlib courier-authlib-mysql courier-authlib-userdb courier-base courier-imap courier-pop
  exim4-daemon-heavy expect libaio1 libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap
  libc-client2007e libdbd-mysql-perl libdbi-perl libfam0 libfile-copy-recursive-perl libgd2-noxpm
  libhtml-template-perl libnet-daemon-perl libonig2 libperl5.14 libplrpc-perl libqdbm14 libt1-5 libvpx1 libxpm4
  maildrop mlock mysql-client-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5 php5 php5-cli php5-common
  php5-gd php5-imap php5-mysql php5-readline proftpd-basic proftpd-mod-mysql proftpd-mod-vroot ssl-cert tcl8.5
  update-inetd webalizer
Suggested packages:
  apache2-doc apache2-suexec apache2-suexec-custom bind9-doc resolvconf ufw courier-doc courier-imap-ssl
  courier-pop-ssl php-pear uw-mailutils fam libgd-tools libipc-sharedcache-perl libterm-readkey-perl tinyca
  openbsd-inetd inet-superserver proftpd-doc proftpd-mod-ldap proftpd-mod-odbc proftpd-mod-pgsql proftpd-mod-sqlite
  tcl-tclreadline httpd
The following packages will be REMOVED:
  exim4-daemon-light
The following NEW packages will be installed:
  apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common bind9 bind9utils courier-authdaemon
  courier-authlib courier-authlib-mysql courier-authlib-userdb courier-base courier-imap courier-pop
  exim4-daemon-heavy expect froxlor libaio1 libapache2-mod-php5 libapr1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap libc-client2007e libdbd-mysql-perl libdbi-perl libfam0 libfile-copy-recursive-perl libgd2-noxpm
  libhtml-template-perl libnet-daemon-perl libonig2 libperl5.14 libplrpc-perl libqdbm14 libt1-5 libvpx1 libxpm4
  maildrop mlock mysql-client-5.5 mysql-server mysql-server-5.5 mysql-server-core-5.5 php5 php5-cli php5-common
  php5-gd php5-imap php5-mysql php5-readline proftpd-basic proftpd-mod-mysql proftpd-mod-vroot ssl-cert tcl8.5
  update-inetd webalizer
Do you want to continue [Y/n]?
Get:1 http://security.debian.org/ wheezy/updates/main bind9utils amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [128 kB]
Get:2 http://debian.froxlor.org/ wheezy/main froxlor all 0.9.29-1 [1,658 kB]
Get:3 http://packages.dotdeb.org/ wheezy-php55/all php5-common amd64 5.5.4-1~dotdeb.1 [412 kB]
Get:4 http://security.debian.org/ wheezy/updates/main bind9 amd64 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [371 kB]
Get:5 http://ftp.de.debian.org/debian/ wheezy/main libperl5.14 amd64 5.14.2-21 [1,174 B]
Get:6 http://ftp.de.debian.org/debian/ wheezy/main exim4-daemon-heavy amd64 4.80-7 [714 kB]
Get:7 http://packages.dotdeb.org/ wheezy-php55/all libapache2-mod-php5 amd64 5.5.4-1~dotdeb.1 [2,896 kB]
Get:8 http://packages.dotdeb.org/ wheezy-php55/all php5-gd amd64 5.5.4-1~dotdeb.1 [132 kB]
Get:9 http://packages.dotdeb.org/ wheezy-php55/all php5-imap amd64 5.5.4-1~dotdeb.1 [36.1 kB]
Get:10 http://ftp.de.debian.org/debian/ wheezy/main libaio1 amd64 0.3.109-3 [9,150 B]
Get:11 http://packages.dotdeb.org/ wheezy-php55/all php5-mysql amd64 5.5.4-1~dotdeb.1 [81.2 kB]
Get:12 http://packages.dotdeb.org/ wheezy-php55/all php5-cli amd64 5.5.4-1~dotdeb.1 [2,786 kB]
Get:13 http://ftp.de.debian.org/debian/ wheezy/main libapr1 amd64 1.4.6-3 [99.6 kB]
Get:14 http://ftp.de.debian.org/debian/ wheezy/main libaprutil1 amd64 1.4.1-3 [89.8 kB]
Get:15 http://ftp.de.debian.org/debian/ wheezy/main libaprutil1-dbd-sqlite3 amd64 1.4.1-3 [19.0 kB]
Get:16 http://ftp.de.debian.org/debian/ wheezy/main libaprutil1-ldap amd64 1.4.1-3 [16.6 kB]
Get:17 http://ftp.de.debian.org/debian/ wheezy/main apache2.2-bin amd64 2.2.22-13 [779 kB]
Get:18 http://packages.dotdeb.org/ wheezy-php55/all php5-readline amd64 5.5.4-1~dotdeb.1 [13.7 kB]
Get:19 http://packages.dotdeb.org/ wheezy-php55/all php5 all 5.5.4-1~dotdeb.1 [1,198 B]
Get:20 http://ftp.de.debian.org/debian/ wheezy/main apache2-utils amd64 2.2.22-13 [162 kB]
Get:21 http://ftp.de.debian.org/debian/ wheezy/main apache2.2-common amd64 2.2.22-13 [291 kB]
Get:22 http://ftp.de.debian.org/debian/ wheezy/main apache2-mpm-worker amd64 2.2.22-13 [2,256 B]
Get:23 http://ftp.de.debian.org/debian/ wheezy/main apache2 amd64 2.2.22-13 [1,432 B]
Get:24 http://ftp.de.debian.org/debian/ wheezy/main libonig2 amd64 5.9.1-1 [145 kB]
Get:25 http://ftp.de.debian.org/debian/ wheezy/main libqdbm14 amd64 1.8.78-2 [153 kB]
Get:26 http://ftp.de.debian.org/debian/ wheezy/main libgd2-noxpm amd64 2.0.36~rc1~dfsg-6.1 [229 kB]
Get:27 http://ftp.de.debian.org/debian/ wheezy/main libvpx1 amd64 1.1.0-1 [290 kB]
Get:28 http://ftp.de.debian.org/debian/ wheezy/main libxpm4 amd64 1:3.5.10-1 [49.4 kB]
Get:29 http://ftp.de.debian.org/debian/ wheezy/main libnet-daemon-perl all 0.48-1 [46.2 kB]
Get:30 http://ftp.de.debian.org/debian/ wheezy/main libplrpc-perl all 0.2020-2 [36.0 kB]
Get:31 http://ftp.de.debian.org/debian/ wheezy/main libdbi-perl amd64 1.622-1 [898 kB]
Get:32 http://ftp.de.debian.org/debian/ wheezy/main libdbd-mysql-perl amd64 4.021-1+b1 [126 kB]
Get:33 http://ftp.de.debian.org/debian/ wheezy/main mysql-client-5.5 amd64 5.5.31+dfsg-0+wheezy1 [1,923 kB]
Get:34 http://ftp.de.debian.org/debian/ wheezy/main mysql-server-core-5.5 amd64 5.5.31+dfsg-0+wheezy1 [3,784 kB]
Get:35 http://ftp.de.debian.org/debian/ wheezy/main mysql-server-5.5 amd64 5.5.31+dfsg-0+wheezy1 [1,900 kB]
Get:36 http://ftp.de.debian.org/debian/ wheezy/main libt1-5 amd64 5.1.2-3.6 [174 kB]
Get:37 http://ftp.de.debian.org/debian/ wheezy/main mlock amd64 8:2007f~dfsg-2 [34.0 kB]
Get:38 http://ftp.de.debian.org/debian/ wheezy/main libc-client2007e amd64 8:2007f~dfsg-2 [758 kB]
Get:39 http://ftp.de.debian.org/debian/ wheezy/main webalizer amd64 2.23.05-1 [372 kB]
Get:40 http://ftp.de.debian.org/debian/ wheezy/main tcl8.5 amd64 8.5.11-2 [1,627 kB]
Get:41 http://ftp.de.debian.org/debian/ wheezy/main expect amd64 5.45-2 [190 kB]
Get:42 http://ftp.de.debian.org/debian/ wheezy/main courier-authlib amd64 0.63.0-6+b1 [88.2 kB]
Get:43 http://ftp.de.debian.org/debian/ wheezy/main courier-authdaemon amd64 0.63.0-6+b1 [8,792 B]
Get:44 http://ftp.de.debian.org/debian/ wheezy/main courier-authlib-mysql amd64 0.63.0-6+b1 [22.2 kB]
Get:45 http://ftp.de.debian.org/debian/ wheezy/main courier-authlib-userdb amd64 0.63.0-6+b1 [37.9 kB]
Get:46 http://ftp.de.debian.org/debian/ wheezy/main libfam0 amd64 2.7.0-17 [28.8 kB]
Get:47 http://ftp.de.debian.org/debian/ wheezy/main courier-base amd64 0.68.2-1 [265 kB]
Get:48 http://ftp.de.debian.org/debian/ wheezy/main libfile-copy-recursive-perl all 0.38-1 [20.6 kB]
Get:49 http://ftp.de.debian.org/debian/ wheezy/main libhtml-template-perl all 2.91-1 [72.0 kB]
Get:50 http://ftp.de.debian.org/debian/ wheezy/main maildrop amd64 2.5.5-2 [469 kB]
Get:51 http://ftp.de.debian.org/debian/ wheezy/main mysql-server all 5.5.31+dfsg-0+wheezy1 [83.6 kB]
Get:52 http://ftp.de.debian.org/debian/ wheezy/main update-inetd all 4.43 [21.8 kB]
Get:53 http://ftp.de.debian.org/debian/ wheezy/main proftpd-basic amd64 1.3.4a-4+nmu1 [2,555 kB]
Get:54 http://ftp.de.debian.org/debian/ wheezy/main proftpd-mod-mysql amd64 1.3.4a-4+nmu1 [400 kB]
Get:55 http://ftp.de.debian.org/debian/ wheezy/main proftpd-mod-vroot amd64 0.9.2-2+b2 [17.0 kB]
Get:56 http://ftp.de.debian.org/debian/ wheezy/main ssl-cert all 1.0.32 [19.5 kB]
Get:57 http://ftp.de.debian.org/debian/ wheezy/main courier-imap amd64 4.10.0-20120615-1 [275 kB]
Get:58 http://ftp.de.debian.org/debian/ wheezy/main courier-pop amd64 0.68.2-1 [63.4 kB]
Fetched 27.9 MB in 3s (7,608 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libperl5.14.
(Reading database ... 30149 files and directories currently installed.)
Unpacking libperl5.14 (from .../libperl5.14_5.14.2-21_amd64.deb) ...
dpkg: exim4-daemon-light: dependency problems, but removing anyway as you requested:
 exim4 depends on exim4-daemon-light | exim4-daemon-heavy | exim4-daemon-custom; however:
  Package exim4-daemon-light is to be removed.
  Package exim4-daemon-heavy is not installed.
  Package exim4-daemon-custom is not installed.
 bsd-mailx depends on default-mta | mail-transport-agent; however:
  Package default-mta is not installed.
  Package exim4-daemon-light which provides default-mta is to be removed.
  Package mail-transport-agent is not installed.
  Package exim4-daemon-light which provides mail-transport-agent is to be removed.
 bsd-mailx depends on default-mta | mail-transport-agent; however:
  Package default-mta is not installed.
  Package exim4-daemon-light which provides default-mta is to be removed.
  Package mail-transport-agent is not installed.
  Package exim4-daemon-light which provides mail-transport-agent is to be removed.

(Reading database ... 30151 files and directories currently installed.)
Removing exim4-daemon-light ...
[ ok ] Stopping MTA: exim4_listener.
Processing triggers for man-db ...
Selecting previously unselected package exim4-daemon-heavy.
(Reading database ... 30123 files and directories currently installed.)
Unpacking exim4-daemon-heavy (from .../exim4-daemon-heavy_4.80-7_amd64.deb) ...
Processing triggers for man-db ...
Setting up libperl5.14 (5.14.2-21) ...
Setting up exim4-daemon-heavy (4.80-7) ...
[ ok ] Starting MTA: exim4.
Selecting previously unselected package libaio1:amd64.
(Reading database ... 30152 files and directories currently installed.)
Unpacking libaio1:amd64 (from .../libaio1_0.3.109-3_amd64.deb) ...
Selecting previously unselected package libapr1.
Unpacking libapr1 (from .../libapr1_1.4.6-3_amd64.deb) ...
Selecting previously unselected package libaprutil1.
Unpacking libaprutil1 (from .../libaprutil1_1.4.1-3_amd64.deb) ...
Selecting previously unselected package libaprutil1-dbd-sqlite3.
Unpacking libaprutil1-dbd-sqlite3 (from .../libaprutil1-dbd-sqlite3_1.4.1-3_amd64.deb) ...
Selecting previously unselected package libaprutil1-ldap.
Unpacking libaprutil1-ldap (from .../libaprutil1-ldap_1.4.1-3_amd64.deb) ...
Selecting previously unselected package apache2.2-bin.
Unpacking apache2.2-bin (from .../apache2.2-bin_2.2.22-13_amd64.deb) ...
Selecting previously unselected package apache2-utils.
Unpacking apache2-utils (from .../apache2-utils_2.2.22-13_amd64.deb) ...
Selecting previously unselected package apache2.2-common.
Unpacking apache2.2-common (from .../apache2.2-common_2.2.22-13_amd64.deb) ...
Selecting previously unselected package apache2-mpm-worker.
Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.22-13_amd64.deb) ...
Selecting previously unselected package apache2.
Unpacking apache2 (from .../apache2_2.2.22-13_amd64.deb) ...
Selecting previously unselected package libonig2.
Unpacking libonig2 (from .../libonig2_5.9.1-1_amd64.deb) ...
Selecting previously unselected package libqdbm14.
Unpacking libqdbm14 (from .../libqdbm14_1.8.78-2_amd64.deb) ...
Selecting previously unselected package php5-common.
Unpacking php5-common (from .../php5-common_5.5.4-1~dotdeb.1_amd64.deb) ...
Processing triggers for man-db ...
Setting up libapr1 (1.4.6-3) ...
Setting up libaprutil1 (1.4.1-3) ...
Setting up libaprutil1-dbd-sqlite3 (1.4.1-3) ...
Setting up libaprutil1-ldap (1.4.1-3) ...
Setting up apache2.2-bin (2.2.22-13) ...
Setting up apache2-utils (2.2.22-13) ...
Setting up apache2.2-common (2.2.22-13) ...
Setting up apache2-mpm-worker (2.2.22-13) ...
[ ok ] Starting web server: apache2.
Setting up apache2 (2.2.22-13) ...
Selecting previously unselected package libapache2-mod-php5.
(Reading database ... 30685 files and directories currently installed.)
Unpacking libapache2-mod-php5 (from .../libapache2-mod-php5_5.5.4-1~dotdeb.1_amd64.deb) ...
Selecting previously unselected package libgd2-noxpm:amd64.
Unpacking libgd2-noxpm:amd64 (from .../libgd2-noxpm_2.0.36~rc1~dfsg-6.1_amd64.deb) ...
Selecting previously unselected package libvpx1:amd64.
Unpacking libvpx1:amd64 (from .../libvpx1_1.1.0-1_amd64.deb) ...
Selecting previously unselected package libxpm4:amd64.
Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ...
Selecting previously unselected package libnet-daemon-perl.
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.48-1_all.deb) ...
Selecting previously unselected package libplrpc-perl.
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...
Selecting previously unselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.622-1_amd64.deb) ...
Selecting previously unselected package libdbd-mysql-perl.
Unpacking libdbd-mysql-perl (from .../libdbd-mysql-perl_4.021-1+b1_amd64.deb) ...
Selecting previously unselected package mysql-client-5.5.
Unpacking mysql-client-5.5 (from .../mysql-client-5.5_5.5.31+dfsg-0+wheezy1_amd64.deb) ...
Selecting previously unselected package mysql-server-core-5.5.
Unpacking mysql-server-core-5.5 (from .../mysql-server-core-5.5_5.5.31+dfsg-0+wheezy1_amd64.deb) ...
Selecting previously unselected package mysql-server-5.5.
Unpacking mysql-server-5.5 (from .../mysql-server-5.5_5.5.31+dfsg-0+wheezy1_amd64.deb) ...
Selecting previously unselected package libt1-5.
Unpacking libt1-5 (from .../libt1-5_5.1.2-3.6_amd64.deb) ...
Selecting previously unselected package php5-gd.
Unpacking php5-gd (from .../php5-gd_5.5.4-1~dotdeb.1_amd64.deb) ...
Selecting previously unselected package mlock.
Unpacking mlock (from .../mlock_8%3a2007f~dfsg-2_amd64.deb) ...
Selecting previously unselected package libc-client2007e.
Unpacking libc-client2007e (from .../libc-client2007e_8%3a2007f~dfsg-2_amd64.deb) ...
Selecting previously unselected package php5-imap.
Unpacking php5-imap (from .../php5-imap_5.5.4-1~dotdeb.1_amd64.deb) ...
Selecting previously unselected package php5-mysql.
Unpacking php5-mysql (from .../php5-mysql_5.5.4-1~dotdeb.1_amd64.deb) ...
Selecting previously unselected package php5-cli.
Unpacking php5-cli (from .../php5-cli_5.5.4-1~dotdeb.1_amd64.deb) ...
Selecting previously unselected package php5-readline.
Unpacking php5-readline (from .../php5-readline_5.5.4-1~dotdeb.1_amd64.deb) ...
Selecting previously unselected package webalizer.
Unpacking webalizer (from .../webalizer_2.23.05-1_amd64.deb) ...
Selecting previously unselected package bind9utils.
Unpacking bind9utils (from .../bind9utils_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package bind9.
Unpacking bind9 (from .../bind9_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_amd64.deb) ...
Selecting previously unselected package tcl8.5.
Unpacking tcl8.5 (from .../tcl8.5_8.5.11-2_amd64.deb) ...
Selecting previously unselected package expect.
Unpacking expect (from .../expect_5.45-2_amd64.deb) ...
Selecting previously unselected package courier-authlib.
Unpacking courier-authlib (from .../courier-authlib_0.63.0-6+b1_amd64.deb) ...
Selecting previously unselected package courier-authdaemon.
Unpacking courier-authdaemon (from .../courier-authdaemon_0.63.0-6+b1_amd64.deb) ...
Selecting previously unselected package courier-authlib-mysql.
Unpacking courier-authlib-mysql (from .../courier-authlib-mysql_0.63.0-6+b1_amd64.deb) ...
Selecting previously unselected package courier-authlib-userdb.
Unpacking courier-authlib-userdb (from .../courier-authlib-userdb_0.63.0-6+b1_amd64.deb) ...
Selecting previously unselected package libfam0.
Unpacking libfam0 (from .../libfam0_2.7.0-17_amd64.deb) ...
Selecting previously unselected package courier-base.
Unpacking courier-base (from .../courier-base_0.68.2-1_amd64.deb) ...
Selecting previously unselected package libfile-copy-recursive-perl.
Unpacking libfile-copy-recursive-perl (from .../libfile-copy-recursive-perl_0.38-1_all.deb) ...
Selecting previously unselected package libhtml-template-perl.
Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.91-1_all.deb) ...
Selecting previously unselected package maildrop.
Unpacking maildrop (from .../maildrop_2.5.5-2_amd64.deb) ...
Selecting previously unselected package mysql-server.
Unpacking mysql-server (from .../mysql-server_5.5.31+dfsg-0+wheezy1_all.deb) ...
Selecting previously unselected package php5.
Unpacking php5 (from .../php5_5.5.4-1~dotdeb.1_all.deb) ...
Selecting previously unselected package update-inetd.
Unpacking update-inetd (from .../update-inetd_4.43_all.deb) ...
Selecting previously unselected package proftpd-basic.
Unpacking proftpd-basic (from .../proftpd-basic_1.3.4a-4+nmu1_amd64.deb) ...
Selecting previously unselected package proftpd-mod-mysql.
Unpacking proftpd-mod-mysql (from .../proftpd-mod-mysql_1.3.4a-4+nmu1_amd64.deb) ...
Selecting previously unselected package proftpd-mod-vroot.
Unpacking proftpd-mod-vroot (from .../proftpd-mod-vroot_0.9.2-2+b2_amd64.deb) ...
Selecting previously unselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.32_all.deb) ...
Selecting previously unselected package courier-imap.
Unpacking courier-imap (from .../courier-imap_4.10.0-20120615-1_amd64.deb) ...
Selecting previously unselected package courier-pop.
Unpacking courier-pop (from .../courier-pop_0.68.2-1_amd64.deb) ...
Selecting previously unselected package froxlor.
Unpacking froxlor (from .../froxlor_0.9.29-1_all.deb) ...
Processing triggers for man-db ...
Setting up libaio1:amd64 (0.3.109-3) ...
Setting up libonig2 (5.9.1-1) ...
Setting up libqdbm14 (1.8.78-2) ...
Setting up php5-common (5.5.4-1~dotdeb.1) ...
php5_invoke: Enable module pdo for apache2 SAPI
php5_invoke: Enable module pdo for cli SAPI
php5_invoke: Enable module opcache for apache2 SAPI
php5_invoke: Enable module opcache for cli SAPI
Setting up libapache2-mod-php5 (5.5.4-1~dotdeb.1) ...
php5_invoke pdo: already enabled for apache2 SAPI
php5_invoke opcache: already enabled for apache2 SAPI
Setting up libgd2-noxpm:amd64 (2.0.36~rc1~dfsg-6.1) ...
Setting up libvpx1:amd64 (1.1.0-1) ...
Setting up libxpm4:amd64 (1:3.5.10-1) ...
Setting up libnet-daemon-perl (0.48-1) ...
Setting up libplrpc-perl (0.2020-2) ...
Setting up libdbi-perl (1.622-1) ...
Setting up libdbd-mysql-perl (4.021-1+b1) ...
Setting up mysql-client-5.5 (5.5.31+dfsg-0+wheezy1) ...
Setting up mysql-server-core-5.5 (5.5.31+dfsg-0+wheezy1) ...
Setting up mysql-server-5.5 (5.5.31+dfsg-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
[ ok ] Starting MySQL database server: mysqld ..
[info] Checking for tables which need an upgrade, are corrupt or were
not closed cleanly..
Setting up libt1-5 (5.1.2-3.6) ...
Setting up php5-gd (5.5.4-1~dotdeb.1) ...
php5_invoke: Enable module gd for apache2 SAPI
php5_invoke: Enable module gd for cli SAPI
Setting up mlock (8:2007f~dfsg-2) ...
Setting up libc-client2007e (8:2007f~dfsg-2) ...
Setting up php5-imap (5.5.4-1~dotdeb.1) ...
php5_invoke: Enable module imap for apache2 SAPI
php5_invoke: Enable module imap for cli SAPI
Setting up php5-mysql (5.5.4-1~dotdeb.1) ...
php5_invoke: Enable module mysql for apache2 SAPI
php5_invoke: Enable module mysql for cli SAPI
php5_invoke: Enable module mysqli for apache2 SAPI
php5_invoke: Enable module mysqli for cli SAPI
php5_invoke: Enable module pdo_mysql for apache2 SAPI
php5_invoke: Enable module pdo_mysql for cli SAPI
Setting up php5-cli (5.5.4-1~dotdeb.1) ...
update-alternatives: using /usr/bin/php5 to provide /usr/bin/php (php) in auto mode
php5_invoke gd: already enabled for cli SAPI
php5_invoke pdo_mysql: already enabled for cli SAPI
php5_invoke mysql: already enabled for cli SAPI
php5_invoke pdo: already enabled for cli SAPI
php5_invoke imap: already enabled for cli SAPI
php5_invoke opcache: already enabled for cli SAPI
php5_invoke mysqli: already enabled for cli SAPI
Setting up php5-readline (5.5.4-1~dotdeb.1) ...
php5_invoke: Enable module readline for apache2 SAPI
php5_invoke: Enable module readline for cli SAPI
Setting up webalizer (2.23.05-1) ...
Setting up bind9utils (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
Setting up bind9 (1:9.8.4.dfsg.P1-6+nmu2+deb7u1) ...
[ ok ] Starting domain name service...: bind9.
Setting up tcl8.5 (8.5.11-2) ...
update-alternatives: using /usr/bin/tclsh8.5 to provide /usr/bin/tclsh (tclsh) in auto mode
Setting up expect (5.45-2) ...
Setting up courier-authlib (0.63.0-6+b1) ...
Setting up courier-authdaemon (0.63.0-6+b1) ...
[ ok ] Starting Courier authentication services: authdaemond.
Setting up courier-authlib-mysql (0.63.0-6+b1) ...
Setting up courier-authlib-userdb (0.63.0-6+b1) ...
Setting up libfam0 (2.7.0-17) ...
Setting up courier-base (0.68.2-1) ...
update-alternatives: using /usr/bin/deliverquota.courier to provide /usr/bin/deliverquota (deliverquota) in auto mode
update-alternatives: using /usr/share/man/man5/maildir.courier.5.gz to provide /usr/share/man/man5/maildir.5.gz (maildir.5.gz) in auto mode
update-alternatives: using /usr/bin/maildirmake.courier to provide /usr/bin/maildirmake (maildirmake) in auto mode
update-alternatives: using /usr/share/man/man7/maildirquota.courier.7.gz to provide /usr/share/man/man7/maildirquota.7.gz (maildirquota.7.gz) in auto mode
update-alternatives: using /usr/bin/makedat.courier to provide /usr/bin/makedat (makedat) in auto mode
Setting up libfile-copy-recursive-perl (0.38-1) ...
Setting up libhtml-template-perl (2.91-1) ...
Setting up maildrop (2.5.5-2) ...
update-alternatives: renaming deliverquota link from /usr/bin/deliverquota to /usr/sbin/deliverquota
update-alternatives: using /usr/bin/lockmail.maildrop to provide /usr/bin/lockmail (lockmail) in auto mode
Setting up mysql-server (5.5.31+dfsg-0+wheezy1) ...
Setting up php5 (5.5.4-1~dotdeb.1) ...
Setting up update-inetd (4.43) ...
Setting up proftpd-basic (1.3.4a-4+nmu1) ...
[....] Starting ftp server: proftpdv2201309489514465.yourvserver.net proftpd[25495]: mod_tls_memcache/0.1: notice: unable to register 'memcache' SSL session cache: Memcache support not enabled
. ok
Setting up proftpd-mod-mysql (1.3.4a-4+nmu1) ...
Setting up proftpd-mod-vroot (0.9.2-2+b2) ...
Setting up ssl-cert (1.0.32) ...
Setting up courier-imap (4.10.0-20120615-1) ...
[ ok ] Starting Courier IMAP server: imapd.
Setting up courier-pop (0.68.2-1) ...
Starting Courier POP3 server: pop3d.
Processing triggers for libapache2-mod-php5 ...
Setting up froxlor (0.9.29-1) ...
Please run Froxlor by opening it via your web browser:
http://<YOURIP>/froxlor/
 
Link to comment
Share on other sites

Nein, die libapache2-php5 habe ich nicht, nur eine libapache2-mod-php5 und die ist installiert.

 

Ein "apt-get install libapache2-php5" ergibt auch:

 

E: Unable to locate package libapache2-php5

 

Die "libapache2-php5" gibts doch unter wheezy auch gar nicht, oder?
 

Link to comment
Share on other sites

a2enmod php5

Enabling module php5.
To activate the new configuration, you need to run:

service apache2 restart

 

Ergibt dann:

 

 

[crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.  You need to recompile PHP.
Pre-configuration failed
Action 'configtest' failed.
The Apache error log may have more information.
 failed!

 

... unter "/var/log/apache2/error.log" steht aber nichts drinne.

 

 

 

 

 

 


 

Link to comment
Share on other sites

Ich werde das System sp?ter nochmal neu aufsetzen, habe jetzt eh grade schon zu viel rumgesucht und ge?ndert das w?rde die Fehlersuche nun eh schon stark verf?lschen.

 

Wenn ich momentan eh der einzige bin mir dem "Problem", gehe ich mal davon aus dass es an dotdeb liegt. Da scheint irgend etwas wohl noch nicht zu stimmen mit der aktuellen Version von php 5.5.

 

Oder gibt es hier jemand der es mit der "dotdeb wheezy-php55" so am laufen hat?

 

Ziel sollte nat?rlich sein dass das neu System mit wheezy gut und stabil l?uft, eventuell verzichte ich dann (sofern es nur mich betrifft) vorerst doch lieber auf die "dotdeb wheezy-php55".

 

An der o.g. Stelle kann man ja nicht allzu viel falsch machen. Ich mache ja nicht mehr wie o.g. Image neu und Keyserver und install froxlor, also wird es wohl an dotdeb liegen oder am install-script von froxlor wenn man php5.5 verwendet.

Link to comment
Share on other sites

An der o.g. Stelle kann man ja nicht allzu viel falsch machen. Ich mache ja nicht mehr wie o.g. Image neu und Keyserver und install froxlor, also wird es wohl an dotdeb liegen oder am install-script von froxlor wenn man php5.5 verwendet.

 

eine "normale" Wheezy Installation wurde getestet und es funktioniert. Wenn du php-5.5 unbedingt brauchst, gehe ich davon aus, du weisst, wieso und das du auch weisst, wie man php+webserver zum laufen bekommt.

Link to comment
Share on other sites

Ich habe es jetzt so gel?st:

 

Anfangs die "wheezy-php55" auskommentiert in der sources.list:

 

 

[...]
#deb http://packages.dotdeb.org/ wheezy-php55 all
#deb-src http://packages.dotdeb.org/ wheezy-php55 all

 

Froxlor installiert ... in Froxlor eingeloggt ... ging alles.

 

Dann die "wheezy-php55" wieder aktiviert/ent-auskommentiert in der sources.list:

 

 

[...]
deb http://packages.dotdeb.org/ wheezy-php55 all
deb-src http://packages.dotdeb.org/ wheezy-php55 all

 

mal nen

 

apt-get autoremove && apt-get clean && apt-get autoclean && apt-get update

 

hinterhergeschickt und dann ein "apt-get dist-upgrade" gemacht.

 

Anschlie?end hat er dann diese Dateien aktualisiert:

libapache2-mod-php5 php5 php5-cli php5-common php5-gd php5-imap php5-mysql

 

Noch ein: "/etc/init.d/apache2 restart" hinterher und so geht nun auch froxlor mit php5.5:

 

PHP-Version: 5.5.4-1~dotdeb.1 PHP-Memory-Limit: 128M MySQL Server Version: 5.5.31-0+wheezy1 MySQL Client Version: 5.5.31

 

Thema kann als gel?st angesehen werden. Danke.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...