[Eisfair] [e1] php5_ccpp update inkl. abh. macht apache2 kaputt

Gasparov Taxena gastax at gmail.com
Mi Jan 30 03:08:52 CET 2019


Hallo,

habe php5_ccpp aktualisiert, ...

> Downloading required packages ...
> => [####################] apache2-data (2.1.0)...                                                                                                    [  OK  ]
> => [####################] apache2 (2.1.0)...                                                                                                         [  OK  ]
> => [####################] libpdf6 (2.8.0)...                                                                                                         [  OK  ]
> => [####################] libsasl2-3 (2.8.4)...                                                                                                      [  OK  ]
> => [####################] libtommath1 (2.8.0)...                                                                                                     [  OK  ]
> => [####################] libfbclient2 (2.8.0)...                                                                                                    [  OK  ]
> => [####################] libx11-data (2.8.2)...                                                                                                     [  OK  ]
> => [####################] libx11-6 (2.8.2)...                                                                                                        [  OK  ]
> => [####################] libxpm4 (2.8.0)...                                                                                                         [  OK  ]
> => [####################] libt1_5 (2.8.0)...                                                                                                         [  OK  ]
> => [####################] php5_ccpp (2.0.23)...                                                                                                      [  OK  ]
> Done!
> Installation of: apache2-data (2.1.0) ...
> Successfully installed: apache2-data (2.1.0)!
> Installation of: apache2 (2.1.0) ...
>  * Stopping Apache ...                                                                                                                               [  OK  ]
> Creating Apache2 configuration ...
> activating modules...
> done activating modules
> /var/install/config.d/apache2_php5.sh: Zeile 39: /usr/local/apache2/bin/httpd: Datei oder Verzeichnis nicht gefunden
> 
> The installed package, 'apache2_php5', works only
> for a Apache2 package that has been included
> the httpd version '2.xx'.
> 
> Please install the recent version.
> 
> /etc/apache2/mods-plugins/subversion: Zeile 36: /usr/local/apache2/bin/httpd: Datei oder Verzeichnis nicht gefunden
>  * Disabling subversion WebDAV access ...                                                                                                            [  OK  ]
>  * Starting Apache ...
> apache2: Syntax error on line 21 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/mods-enabled/eisgraph.conf: Cannot load /usr/local/apache2/modules/mod_auth_digest.so into server: /usr/local/apache2/modules/mod_auth_digest.so: cannot open shared object file: No such file or directory [  OK  ]
> Successfully installed: apache2 (2.1.0)!
> Installation of: libpdf6 (2.8.0) ...
> Successfully installed: libpdf6 (2.8.0)!
> Installation of: libsasl2-3 (2.8.4) ...
> Successfully installed: libsasl2-3 (2.8.4)!
> Installation of: libtommath1 (2.8.0) ...
> Successfully installed: libtommath1 (2.8.0)!
> Installation of: libfbclient2 (2.8.0) ...
> Successfully installed: libfbclient2 (2.8.0)!
> Installation of: libx11-data (2.8.2) ...
> Successfully installed: libx11-data (2.8.2)!
> Installation of: libx11-6 (2.8.2) ...
> Successfully installed: libx11-6 (2.8.2)!
> Installation of: libxpm4 (2.8.0) ...
> Successfully installed: libxpm4 (2.8.0)!
> Installation of: libt1_5 (2.8.0) ...
> Successfully installed: libt1_5 (2.8.0)!
> Installation of: php5_ccpp (2.0.23) ...
> Creating PHP5CCPP_CCPP configuration ...
> config-set succeeded
> Successfully installed: php5_ccpp (2.0.23)!
> Press ENTER to continue


Habe (auf Verdacht) auch apache2_php5 aktualisiert:
> Downloading required packages ...                 
> => [####################] apache2_php5 (2.0.23)...                                                                                                   [  OK  ]
> Done!
> Installation of: apache2_php5 (2.0.23) ...
>   Creating default PHP5 configuration...
> Creating Apache2 configuration ...
> activating modules...
> done activating modules
> /etc/apache2/mods-plugins/subversion: Zeile 36: /usr/local/apache2/bin/httpd: Datei oder Verzeichnis nicht gefunden
>  * Disabling subversion WebDAV access ...                                                                                                            [  OK  ]
>  * Apache isn't running!                                                                                                                             [  OK  ]
>  * Starting Apache ...
> apache2: Syntax error on line 21 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/mods-enabled/eisgraph.conf: Cannot load /usr/local/apache2/modules/mod_auth_digest.so into server: /usr/local/apache2/modules/mod_auth_digest.so: cannot open shared object file: No such file or directory [  OK  ]
> Successfully installed: apache2_php5 (2.0.23)!
> Press ENTER to continue



... jetzt startet der Apache nicht mehr:
> root at eisfair # /etc/init.d/apache2 start
>  * Starting Apache ...
> apache2: Syntax error on line 21 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/mods-enabled/eisgraph.conf: Cannot load /usr/local/apache2/modules/mod_auth_digest.so into server: /usr/local/apache2/modules/mod_auth_digest.so: cannot open shared object file: No such file or directory [  OK  ]
> root at eisfair #


Analysen:

Zeile 21 von /etc/apache2/apache2.conf:
>     21 Include /etc/apache2/mods-enabled/*.conf

Zeile 13 von /etc/apache2/mods-enabled/eisgraph.conf:
>      13         LoadModule auth_digest_module /usr/local/apache2/modules/mod_auth_digest.so

> root at eisfair # ls -la /usr/local/apache2/modules/mod_*
> -rwxr-xr-x 1 root root  6448 10. Jun 2009  /usr/local/apache2/modules/mod_access.so
> -rwxr-xr-x 1 root root  5072 10. Jun 2009  /usr/local/apache2/modules/mod_auth_anon.so
> -rwxr-xr-x 1 root root  6768 10. Jun 2009  /usr/local/apache2/modules/mod_auth_dbm.so
> -rwxr-xr-x 1 root root  7280 10. Jun 2009  /usr/local/apache2/modules/mod_auth.so
> -rwxr-xr-x 1 root root 11568 10. Jun 2009  /usr/local/apache2/modules/mod_imap.so
> -rwxr-xr-x 1 root root  7076  5. Nov 2015  /usr/local/apache2/modules/mod_socache_dc.so
> root at eisfair #


> root at eisfair # ls -la /usr/local/apache2/bin/
> insgesamt 24
> drwxr-xr-x 2 root root 4096 30. Jan 02:12 .
> drwxr-xr-x 8 root root 4096 30. Jan 02:12 ..
> -rwxr-xr-x 1 root root 6644 10. Dez 2007  apr-config
> -rwxr-xr-x 1 root root 5608 10. Dez 2007  apu-config
> root at eisfair #


Wie kann ich das reparieren?


Dank
Taxi


Mehr Informationen über die Mailingliste Eisfair