Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[e1] Fehlermeldungen Installtion php7-cli 3.1.0

14 views
Skip to first unread message

Taxena Gasparov

unread,
Nov 1, 2020, 8:28:21 AM11/1/20
to
Hallo,

Upgrade (und Re-Installationen) von vim-data 3.0.0 werfen folgende Meldungen:
> Downloading required packages ...
> => [####################] php7-cli (3.1.0)... [ OK ]
> Done!
> Installation of: php7-cli (3.1.0) ...
> Creating PHP7-CLI configuration ...
> Could not open input file: /usr/share/php7.4/pearcmd.php
> Successfully installed: php7-cli (3.1.0)!
> Press ENTER to continue

die nicht öffenbare Datei existiert (zumindest) nach der Installation:

-rw-r--r-- 1 root root 15108 31. Okt 23:00 /usr/share/php7/pearcmd.php

Wo eckt es hier?

Dank
Taxi

Holger Bruenjes

unread,
Nov 1, 2020, 8:42:02 AM11/1/20
to
Hallo Taxi

Am 01/11/2020 um 14.28 schrieb Taxena Gasparov:

>> Could not open input file: /usr/share/php7.4/pearcmd.php

> die nicht öffenbare Datei existiert (zumindest) nach der Installation:
>
> -rw-r--r-- 1 root root 15108 31. Okt 23:00 /usr/share/php7/pearcmd.php
>
> Wo eckt es hier?

da fehlt '.4' im Pfad ;-)

was steht da in der eisfair.ini

grep '^include_path' /etc/php7/cli/conf.d/eisfair.ini

es koennte sein, dass das noch ein uebrigbleibsel, mit 'php7.4' aus
einer aelteren installation war


Holger

Taxena Gasparov

unread,
Nov 1, 2020, 8:54:46 AM11/1/20
to
Hallo Holger,

Am 01.11.20 um 14:42 schrieb Holger Bruenjes:
> da fehlt '.4' im Pfad ;-)

in der Tat.


> was steht da in der eisfair.ini
> grep '^include_path' /etc/php7/cli/conf.d/eisfair.ini

include_path = ".:/usr/share/php7:/usr/include/php7"


> es koennte sein, dass das noch ein uebrigbleibsel, mit 'php7.4' aus einer aelteren installation war

wenn ich die Ausgabe richtig interpretiere, dann war's das (leider) nicht?
In /usr/share gibt's hier nur php5 und php7, kein php7.4.

Taxi

Holger Bruenjes

unread,
Nov 1, 2020, 9:24:05 AM11/1/20
to
Hallo Taxi

Am 01/11/2020 um 14.54 schrieb Taxena Gasparov:

>> was steht da in der eisfair.ini
>> grep '^include_path' /etc/php7/cli/conf.d/eisfair.ini
>
> include_path = ".:/usr/share/php7:/usr/include/php7"
>
>
>> es koennte sein, dass das noch ein uebrigbleibsel, mit 'php7.4' aus einer aelteren installation war
>
> wenn ich die Ausgabe richtig interpretiere, dann war's das (leider) nicht?
> In /usr/share gibt's hier nur php5 und php7, kein php7.4.

ja, darum vermute ich, dass es ein ueberbleibsel aus einer aelteren
Installation war, mit dem

include_path = ".:/usr/share/php7.4:/usr/include/php7"


klappt das nun ohne Fehler, wenn Du die php cli config abspeicherst

Holger

Taxena Gasparov

unread,
Nov 1, 2020, 12:22:52 PM11/1/20
to
Hallo Holger,

Am 01.11.20 um 15:24 schrieb Holger Bruenjes:
> ja, darum vermute ich, dass es ein ueberbleibsel aus einer aelteren Installation war, mit dem
>
> include_path = ".:/usr/share/php7.4:/usr/include/php7"
>
> klappt das nun ohne Fehler, wenn Du die php cli config abspeicherst

ich glaub, ich stehe auf dem Schlauch:
Ein Pfad zu includen, welcher garnicht existiert, behebt die Fehlermeldung?
D.h. ich ändere per vim php7 zu php7.4 in eisfair.ini und durch die php-cli config-Abspeicherung wird das
Verzeichnis /usr/share/php7.4 angelegt bzw. /usr/share/php7 zu /usr/share/php7.4 umbenannt?

Ist es eigentlich normal, daß es zwei eisfair.ini gibt?
-rw-r--r-- 1 root root 1996 1. Nov 14:25 /etc/php7/cli/conf.d/eisfair.ini
-rw-r--r-- 1 root root 2031 17. Dez 2018 /etc/php7/cli/eisfair.ini
Sonst sind nur Symlinks in /etc/php7/cli/conf.d/, einzig die eisfair.ini ist keiner. Gehört das so?

Danke für kurze Klarstellung,
Taxi

Holger Bruenjes

unread,
Nov 1, 2020, 12:40:57 PM11/1/20
to
Hallo Taxi
irgendwie reden wir aneinander vorbei ;-)

der korrekte include_path ist

include_path = ".:/usr/share/php7:/usr/include/php7"

es sollte auch nur eine eisfair.ini vorhanden sein.

loesche bitte beide oder kopiere sie sonstwohin und speicher die
php-cli config neu ab, dann sollte eine korrekte eisfair.ini unter

/etc/php7/cli/conf.d/eisfair.ini

neu angelegt werden, die config fuer die cli liegt im Menu unter

x. PHP7 Command Line Interface

Holger

Taxena Gasparov

unread,
Nov 1, 2020, 3:27:21 PM11/1/20
to
Hallo Holger,

Am 01.11.20 um 18:40 schrieb Holger Bruenjes:
> der korrekte include_path ist
>
> include_path = ".:/usr/share/php7:/usr/include/php7"

der war bei mir bereits so gesetzt, wie ich um 14Uhr54 schrieb.


> es sollte auch nur eine eisfair.ini vorhanden sein.
> loesche bitte beide oder kopiere sie sonstwohin

beide Dateien verschoben.


> und speicher die php-cli config neu ab, dann sollte eine
> korrekte eisfair.ini unter
> /etc/php7/cli/conf.d/eisfair.ini
> neu angelegt werden,

das sieht eher noch schlecher aus nun:
> Checking configuration file ...
>
>
> Activate configuration now (y/n) [yes]?
> Creating PHP7-CLI configuration ...
> PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/lib/php7/20190902/opcache.so (/usr/lib/php7/20190902/opcache.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/opcache.so.so (/usr/lib/php7/20190902/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/lib/php7/20190902/imagick.so (/usr/lib/php7/20190902/imagick.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/imagick.so.so (/usr/lib/php7/20190902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php7/20190902/intl.so (/usr/lib/php7/20190902/intl.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/intl.so.so (/usr/lib/php7/20190902/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /usr/lib/php7/20190902/pdo_mysql.so (/usr/lib/php7/20190902/pdo_mysql.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/pdo_mysql.so.so (/usr/lib/php7/20190902/pdo_mysql.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'pcntl.so' (tried: /usr/lib/php7/20190902/pcntl.so (/usr/lib/php7/20190902/pcntl.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/pcntl.so.so (/usr/lib/php7/20190902/pcntl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'pdf.so' (tried: /usr/lib/php7/20190902/pdf.so (/usr/lib/php7/20190902/pdf.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/pdf.so.so (/usr/lib/php7/20190902/pdf.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'xz.so' (tried: /usr/lib/php7/20190902/xz.so (/usr/lib/php7/20190902/xz.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/xz.so.so (/usr/lib/php7/20190902/xz.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> Could not open input file: /usr/share/php7.4/pearcmd.php
> Press ENTER to continue

eine eisfair.ini ist nun nur noch im Pfad /etc/php7/cli/conf.d/


Taxi

Holger Bruenjes

unread,
Nov 1, 2020, 4:04:04 PM11/1/20
to
Hallo Taxi

Am 01/11/2020 um 21.27 schrieb Taxena Gasparov:

>> und speicher die php-cli config neu ab, dann sollte eine
>> korrekte eisfair.ini unter
>> /etc/php7/cli/conf.d/eisfair.ini
>> neu angelegt werden,
>
> das sieht eher noch schlecher aus nun:
>> Checking configuration file ...

hmm, es ist gerade nicht klar, was da bei Dir nun schief laeuft und
warum die Pfade nicht stimmen

>>
>>
>> Activate configuration now (y/n) [yes]?
>> Creating PHP7-CLI configuration ...
>> PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/lib/php7/20190902/opcache.so (/usr/lib/php7/20190902/opcache.so:


> eine eisfair.ini ist nun nur noch im Pfad /etc/php7/cli/conf.d/

so sollte es sein


zeige bitte mal

php --version


und den ersten teil von

php -i


bis
______________________________________________________________________


Configuration


Holger

Taxena Gasparov

unread,
Nov 1, 2020, 4:28:44 PM11/1/20
to
Hallo Holger,

Am 01.11.20 um 22:04 schrieb Holger Bruenjes:
> zeige bitte mal php --version

php --version
PHP 7.4.11 (cli) (built: Oct 29 2020 00:10:44) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.11, Copyright (c), by Zend Technologies


> und den ersten teil von php -i bis Configuration

php -i
phpinfo()
PHP Version => 7.4.11

System => Linux eis1 4.9.196-eisfair-1-SMP #1 SMP Thu Oct 10 20:37:24 CEST 2019 i686
Build Date => Oct 28 2020 23:59:54
Configure Command => './configure' '--with-config-file-path=/etc/php7/cli'
'--with-config-file-scan-dir=/etc/php7/cli/conf.d' '--prefix=/usr' '--exec-prefix=/usr'
'--with-apxs2=/usr/bin/apxs' '--program-prefix=' '--bindir=/usr/bin' '--sysconfdir=/etc/php7'
'--libdir=/usr/lib/php7' '--with-libdir=lib' '--datadir=/usr/lib/php7' '--includedir=/usr/include/php7'
'--with-pear=/usr/share/php7' '--disable-debug' '--enable-bcmath' '--enable-calendar' '--enable-dba'
'--enable-exif' '--enable-ftp' '--enable-gd-jis-conv' '--enable-inline-optimization' '--enable-ipv6'
'--enable-mbstring' '--enable-mbregex' '--enable-session' '--enable-shmop' '--enable-sockets'
'--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-zip' '--with-bz2=shared,/usr'
'--with-curl=shared,/usr' '--with-db4=shared,/usr' '--with-gettext=shared,/usr' '--enable-gd=shared,/usr'
'--with-freetype' '--with-jpeg' '--with-layout=GNU' '--with-ldap=shared,/usr' '--with-ldap-sasl'
'--with-pdo-dblib=shared,/usr' '--with-pdo-mysql=shared,/usr' '--with-pgsql=shared,/usr'
'--with-pdo-pgsql=shared,/usr' '--with-pdo-firebird=shared,/usr' '--with-openssl=shared,/usr'
'--with-png-dir' '--with-zlib=shared,/usr' '--with-imap=/usr' '--with-imap-ssl=/usr' '--enable-soap=shared'
'--enable-sigchild' '--enable-pdo=shared' '--with-sqlite3=shared,/usr' '--with-pdo-sqlite=shared,/usr'
'--with-iconv=shared' '--with-mysqli=mysqlnd' '--with-pdo-mysql=shared,mysqlnd' '--with-xsl'
'--with-xpm=/usr' '--enable-fpm' '--with-fpm-user=wwwrun' '--with-fpm-group=nogroup' '--enable-intl=shared'
'--with-openssl-dir=/usr' '--with-pic' '--with-gmp=shared,/usr'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /etc/php7/cli
Loaded Configuration File => /etc/php7/cli/php.ini
Scan this dir for additional .ini files => /etc/php7/cli/conf.d
Additional .ini files parsed => /etc/php7/cli/conf.d/eisfair.ini,
/etc/php7/cli/conf.d/imagick.ini,
/etc/php7/cli/conf.d/intl.ini,
/etc/php7/cli/conf.d/mysql-conf.ini,
/etc/php7/cli/conf.d/mysql.ini,
/etc/php7/cli/conf.d/opcache.ini,
/etc/php7/cli/conf.d/pcntl.ini,
/etc/php7/cli/conf.d/pdf.ini,
/etc/php7/cli/conf.d/xz.ini

PHP API => 20190902
PHP Extension => 20190902
Zend Extension => 320190902
Zend Extension Build => API320190902,NTS
PHP Extension Build => API20190902,NTS
Debug Build => no
Thread Safety => disabled
Zend Signal Handling => enabled
Zend Memory Manager => enabled
Zend Multibyte Support => provided by mbstring
IPv6 Support => enabled
DTrace Support => disabled

Registered PHP Streams => php, file, glob, data, http, ftp, compress.bzip2, zip, https, ftps, compress.zlib,
phar, compress.lzma
Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, tls, tlsv1.0, tlsv1.1, tlsv1.2, tlsv1.3
Registered Stream Filters => string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*,
consumed, dechunk, bzip2.*, convert.iconv.*, mcrypt.*, mdecrypt.*, zlib.*

This program makes use of the Zend Scripting Language Engine:
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.11, Copyright (c), by Zend Technologies

_______________________________________________________________________

Configuration

Holger Bruenjes

unread,
Nov 1, 2020, 5:23:44 PM11/1/20
to
Hallo Taxi

Am 01/11/2020 um 22.28 schrieb Taxena Gasparov:

> Am 01.11.20 um 22:04 schrieb Holger Bruenjes:
>> zeige bitte mal php --version
>
> php --version
> PHP 7.4.11 (cli) (built: Oct 29 2020 00:10:44) ( NTS )
> Copyright (c) The PHP Group
> Zend Engine v3.4.0, Copyright (c) Zend Technologies
> with Zend OPcache v7.4.11, Copyright (c), by Zend Technologies

korrekt

>> und den ersten teil von php -i bis Configuration
>
> php -i
> phpinfo()
> PHP Version => 7.4.11
>

> Configuration File (php.ini) Path => /etc/php7/cli
> Loaded Configuration File => /etc/php7/cli/php.ini
> Scan this dir for additional .ini files => /etc/php7/cli/conf.d
> Additional .ini files parsed => /etc/php7/cli/conf.d/eisfair.ini,
> /etc/php7/cli/conf.d/imagick.ini,
> /etc/php7/cli/conf.d/intl.ini,
> /etc/php7/cli/conf.d/mysql-conf.ini,
> /etc/php7/cli/conf.d/mysql.ini,
> /etc/php7/cli/conf.d/opcache.ini,
> /etc/php7/cli/conf.d/pcntl.ini,
> /etc/php7/cli/conf.d/pdf.ini,
> /etc/php7/cli/conf.d/xz.ini

es ist alles korrekt compiliert, ich verstehe es nicht warum da
falsch gesucht wird.

Im Moment fehlen mir leider weitere Ideen, irgendwo muss noch was
altes sein, nur wo weiss ich nicht.

Holger

Taxena Gasparov

unread,
Nov 1, 2020, 6:39:43 PM11/1/20
to
Hallo Holger,

Am 01.11.20 um 23:23 schrieb Holger Bruenjes:
> Im Moment fehlen mir leider weitere Ideen, irgendwo muss noch was altes sein, nur wo weiss ich nicht.

das apache2_php7 ist noch nicht upgedated, aber das spielt keine Rolle nehme ich an.
Vielleicht gehe ich einfach wieder zurück zur letzten Version, in der Hoffnung, daß dabei nicht mehr kaputt
geht und wieder alles beim alten ist, wobei meine Vorversion 1.1.14 garnicht mehr auffindbar ist per
Paketsuche. *grübel*

Taxi

Holger Bruenjes

unread,
Nov 2, 2020, 2:09:21 AM11/2/20
to
Hallo Taxi

Am 02/11/2020 um 00.39 schrieb Taxena Gasparov:

> Am 01.11.20 um 23:23 schrieb Holger Bruenjes:
>> Im Moment fehlen mir leider weitere Ideen, irgendwo muss noch was altes sein, nur wo weiss ich nicht.
>
> das apache2_php7 ist noch nicht upgedated, aber das spielt keine Rolle nehme ich an.

doch, die benutzen die selben Module und muss dann auch aktualisiert
werden.

> Vielleicht gehe ich einfach wieder zurück zur letzten Version, in der Hoffnung, daß dabei nicht mehr kaputt
> geht und wieder alles beim alten ist, wobei meine Vorversion 1.1.14 garnicht mehr auffindbar ist per
> Paketsuche. *grübel*

die ist uralt und nicht mehr im Angebot

Holger

Dirk Alberti

unread,
Nov 2, 2020, 2:20:26 AM11/2/20
to
Am 02.11.20 um 08:09 schrieb Holger Bruenjes:
> Hallo Taxi
>
> Am 02/11/2020 um 00.39 schrieb Taxena Gasparov:
>
>> Am 01.11.20 um 23:23 schrieb Holger Bruenjes:
>>> Im Moment fehlen mir leider weitere Ideen, irgendwo muss noch was
>>> altes sein, nur wo weiss ich nicht.
>>
>> das apache2_php7 ist noch nicht upgedated, aber das spielt keine
>> Rolle nehme ich an.
>
> doch, die benutzen die selben Module und muss dann auch aktualisiert
> werden.


Hier klinke ich mich mal mit ein, weil ich vermute, mein Problem hat
damit auch zu tun.
Da beißt sich irgendwas.  Der Cronjob von Nextcloud benutzt php-cli und
bringt mir diese Mail:


PHP Warning: PHP Startup: interbase: Unable to initialize module
Module compiled with module API=20180731
PHP compiled with module API=20190902
These options need to match
in Unknown on line 0


Ich hatte es grad eben nochmal versucht mit dem Update aller php7-Sachen auf 3.1.0, wie angeboten. Nach Downgrade auf 3.0.0 gehts dann wieder.

>
> Holger


Dirk


Holger Bruenjes

unread,
Nov 2, 2020, 2:30:43 AM11/2/20
to
Hallo Dirk

Am 02/11/2020 um 08.19 schrieb Dirk Alberti:

> Hier klinke ich mich mal mit ein, weil ich vermute, mein Problem hat
> damit auch zu tun.

jein

> Da beißt sich irgendwas.  Der Cronjob von Nextcloud benutzt php-cli und
> bringt mir diese Mail:
>
>
> PHP Warning: PHP Startup: interbase: Unable to initialize module
> Module compiled with module API=20180731
> PHP compiled with module API=20190902
> These options need to match
> in Unknown on line 0


loesche in /etc/php7/cli/conf.d/firebird.ini

den interbase.so eintrag

> Ich hatte es grad eben nochmal versucht mit dem Update aller php7-Sachen auf 3.1.0, wie angeboten. Nach Downgrade auf 3.0.0 gehts dann wieder.

auf Pack-Eis liegt die Version 3.1.1

eisman update sollte die Information auf die Platte bringen.

Danke

Holger

Dirk Alberti

unread,
Nov 2, 2020, 3:17:51 AM11/2/20
to
Hallo Holger,

Am 02.11.20 um 08:30 schrieb Holger Bruenjes:
> Hallo Dirk
>
>
>
> loesche in /etc/php7/cli/conf.d/firebird.ini
>
> den interbase.so eintrag
>

habe ich gemacht.


>> Ich hatte es grad eben nochmal versucht mit dem Update aller
>> php7-Sachen auf 3.1.0, wie angeboten. Nach Downgrade auf 3.0.0 gehts
>> dann wieder.
>
> auf Pack-Eis liegt die Version 3.1.1
>
> eisman update sollte die Information auf die Platte bringen.
>

Updates alle durchgeführt, aber nun wirds noch viel verrückter:

PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/lib/php7/extensions/opcache.so (/usr/lib/php7/extensions/opcache.so: undefined symbol: zend_preload_autoload), /usr/lib/php7/extensions/opcache.so.so (/usr/lib/php7/extensions/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/lib/php7/extensions/apcu.so (/usr/lib/php7/extensions/apcu.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/apcu.so.so (/usr/lib/php7/extensions/apcu.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php7/extensions/curl.so (/usr/lib/php7/extensions/curl.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/curl.so.so (/usr/lib/php7/extensions/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: gd: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: iconv: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: mcrypt: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: openssl: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo.so' (tried: /usr/lib/php7/extensions/pdo.so (/usr/lib/php7/extensions/pdo.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/pdo.so.so (/usr/lib/php7/extensions/pdo.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: pdo_dblib: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: zlib: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: PDO_Firebird: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'gmp.so' (tried: /usr/lib/php7/extensions/gmp.so (/usr/lib/php7/extensions/gmp.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/gmp.so.so (/usr/lib/php7/extensions/gmp.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/lib/php7/extensions/imagick.so (/usr/lib/php7/extensions/imagick.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/imagick.so.so (/usr/lib/php7/extensions/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php7/extensions/intl.so (/usr/lib/php7/extensions/intl.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/intl.so.so (/usr/lib/php7/extensions/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pcntl.so' (tried: /usr/lib/php7/extensions/pcntl.so (/usr/lib/php7/extensions/pcntl.so: undefined symbol: zval_ptr_dtor), /usr/lib/php7/extensions/pcntl.so.so (/usr/lib/php7/extensions/pcntl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'pdf.so' (tried: /usr/lib/php7/extensions/pdf.so (/usr/lib/php7/extensions/pdf.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/pdf.so.so (/usr/lib/php7/extensions/pdf.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php7/extensions/redis.so (/usr/lib/php7/extensions/redis.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/redis.so.so (/usr/lib/php7/extensions/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: smbclient: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'sqlite3.so' (tried: /usr/lib/php7/extensions/sqlite3.so (/usr/lib/php7/extensions/sqlite3.so: undefined symbol: zend_empty_array), /usr/lib/php7/extensions/sqlite3.so.so (/usr/lib/php7/extensions/sqlite3.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning: PHP Startup: pdo_sqlite: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: xz: Unable to initialize module
Module compiled with module API=20190902
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
PHP Fatal error: Class 'PDO' not found in /var/www/htdocs/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php on line 195
Job '/usr/bin/php -f /var/www/htdocs/owncloud/cron.php >/dev/null' terminated (exit status: 255) (mailing output)



> Danke
>
> Holger


Dirk

Holger Bruenjes

unread,
Nov 2, 2020, 3:43:09 AM11/2/20
to
Hallo Dirk

Am 02/11/2020 um 09.16 schrieb Dirk Alberti:

> Updates alle durchgeführt, aber nun wirds noch viel verrückter:

> PHP Warning: PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/lib/php7/extensions/apcu.so (/usr/lib/php7/extensions/apcu.so: undefined symbol: zend_string_init_interned), /usr/lib/php7/extensions/apcu.so.so (/usr/lib/php7/extensions/apcu.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: bz2: Unable to initialize module
> Module compiled with module API=20190902
> PHP compiled with module API=20170718
^^^^^^^^^^^^
hast Du das php7-cli Paket auch dabei gehabt?

strings /usr/bin/php | grep API


Holger

Dirk Alberti

unread,
Nov 2, 2020, 3:53:55 AM11/2/20
to
Hallo Holger,

Am 02.11.20 um 09:43 schrieb Holger Bruenjes:
> Hallo Dirk
>
> Am 02/11/2020 um 09.16 schrieb Dirk Alberti:
>
>> Updates alle durchgeführt, aber nun wirds noch viel verrückter:
>
>
> hast Du das php7-cli Paket auch dabei gehabt?
>
Hmmmm, wahrscheinlich nicht, weil jetzt ist es auch nicht mehr in der
Liste fürs Update drin. Heute früh wars das aber noch, wenn ich mich
recht erinnere. :-o


> strings /usr/bin/php | grep API
>
>
eisfair # strings /usr/bin/php | grep API
API20170718,NTS
DOM/XML API Version
Client API library version
Phar API version
phar "%s" is API version %1.u.%1.u.%1.u, and cannot be processed
Module compiled with module API=%d
PHP    compiled with module API=%d
Server API
PHP API
API320170718,NTS
CREDITS_SAPI
Extension Module API
SAPI Modules
Server API (SAPI) Abstraction Layer
Plugin API version mismatch while loading plugin %s. Expected %d, got %d
API Extensions
PHP_SAPI
/data/src/php-7.2.31/Zend/zend_execute_API.c
%s requires Zend Engine API version %d.
The Zend Engine API version %d which is installed, is outdated.
%s requires Zend Engine API version %d.
The Zend Engine API version %d which is installed, is newer.


> Holger


Dirk

Holger Bruenjes

unread,
Nov 2, 2020, 4:00:47 AM11/2/20
to
Hallo Dirk

Am 02/11/2020 um 09.52 schrieb Dirk Alberti:

> API20170718,NTS

joo, mit der Version wird das nichts


eisman install php7-cli=3.1.1


Holger

Dirk Alberti

unread,
Nov 2, 2020, 4:23:06 AM11/2/20
to
Hallo Holger,

Am 02.11.20 um 10:00 schrieb Holger Bruenjes:
Gibts (noch) nicht, auch nach eisman update nicht.
eisfair # eisman install php7-cli=3.1.1
error: package "php7-cli" not found!
error: installation aborted!
eisfair #

Es gibt nur die 3.0.0 zur Installation.


> Holger


Dirk

Holger Bruenjes

unread,
Nov 2, 2020, 5:09:30 AM11/2/20
to
Hallo Dirk

Am 02/11/2020 um 10.22 schrieb Dirk Alberti:

>> eisman install php7-cli=3.1.1
>>
>>
> Gibts (noch) nicht, auch nach eisman update nicht.
> eisfair # eisman install php7-cli=3.1.1
> error: package "php7-cli" not found!
> error: installation aborted!
> eisfair #
>
> Es gibt nur die 3.0.0 zur Installation.

Mift, ich habe gemeldet, Sorry

Holger

Dirk Alberti

unread,
Nov 2, 2020, 5:38:40 AM11/2/20
to
Hallo Holger,

Am 02.11.20 um 11:09 schrieb Holger Bruenjes:
alles gut, solange noch die 3.0.0er Versionen auf dem Paketserver
erreichbar sind.


>
> Holger


Dirk

Dirk Alberti

unread,
Nov 2, 2020, 9:42:32 AM11/2/20
to
Am 02.11.20 um 11:37 schrieb Dirk Alberti:
> Hallo Holger,
>
> Am 02.11.20 um 11:09 schrieb Holger Bruenjes:
>> Hallo Dirk Am 02.11.20 um 11:09 schrieb Holger Bruenjes:
>>> Hallo Dirk
>>>
>>> Am 02/11/2020 um 10.22 schrieb Dirk Alberti:
>>>
>>>>> eisman install php7-cli=3.1.1
>>>>>
>>
>>
>> Am 02/11/2020 um 10.22 schrieb Dirk Alberti:
>>
>>>> eisman install php7-cli=3.1.1
>>>>
>>>>
>>> Gibts (noch) nicht, auch nach eisman update nicht.
>>> eisfair # eisman install php7-cli=3.1.1
>>> error: package "php7-cli" not found!
>>> error: installation aborted!
>>> eisfair #
>>>
>>> Es gibt nur die 3.0.0 zur Installation.


Jetzt ist php7-cli wieder in Version 3.1.0, aber nicht wie alle anderen
php7-Pakete in Version 3.1.1.   Ist das nur ein Typo in der
Nummerierung, oder wirklich die Vorgängerversion?


Dirk

Marcus Röckrath

unread,
Nov 2, 2020, 10:00:01 AM11/2/20
to
Hallo Dirk,

Dirk Alberti wrote:

>>>> Gibts (noch) nicht, auch nach eisman update nicht.
>>>> eisfair # eisman install php7-cli=3.1.1
>>>> error: package "php7-cli" not found!
>>>> error: installation aborted!
>>>> eisfair #
>>>>
>>>> Es gibt nur die 3.0.0 zur Installation.
>
> Jetzt ist php7-cli wieder in Version 3.1.0, aber nicht wie alle anderen
> php7-Pakete in Version 3.1.1.   Ist das nur ein Typo in der
> Nummerierung, oder wirklich die Vorgängerversion?

IMHO kein Problem, es müssen nicht alle php*-Pakete die gleiche
Versionssnummer haben.

Wenn eines dieser vielen php-Pakete ein Update erfordert, wird man in der
Regel auch nicht alle php-Pakete erneut mit neuer Versionssnummer
rausbringen.

--
Gruß Marcus
[eisfair-Team]

Dirk Alberti

unread,
Nov 2, 2020, 10:28:59 AM11/2/20
to
Hallo Marcus, hallo Holger

Am 02.11.20 um 15:59 schrieb Marcus Röckrath:
ok, nun habe ich es nochmal mit dem Update von alle php7-Komponenten
einschl. apache2_php7 versucht, und jetzt läuft auch alles mit php-7.4.11

Ich bekam vom Nextcloud-Cronjob zwar wieder einen Fehler gemeldet:

PHP Warning: PHP Startup: Unable to load dynamic library 'interbase.so'
(tried: /usr/lib/php7/extensions/interbase.so
(/usr/lib/php7/extensions/interbase.so: cannot open shared object file:
No such file or directory), /usr/lib/php7/extensions/interbase.so.so
(/usr/lib/php7/extensions/interbase.so.so: cannot open shared object
file: No such file or directory)) in Unknown on line 0


Durch das von Holger schon vorher erwähnte löschen des
interbase.so-Eintrages in der /etc/php7/cli/conf.d/firebird.ini bekam
ich auch diesen Fehler weg und bisher sieht alles gut aus.

Vielen Dank für die Hilfe

Dirk

Taxena Gasparov

unread,
Nov 3, 2020, 5:57:45 AM11/3/20
to
Hallo Holger,

Am 02.11.20 um 08:09 schrieb Holger Bruenjes:
> doch, die benutzen die selben Module und muss dann auch aktualisiert werden.

ok, habe nun auch apache2-php7 aktualisiert.
$ grep version /var/install/packages/*php*
/var/install/packages/apache2_php5:<version>2.0.23</version>
/var/install/packages/apache2_php7:<version>3.1.1</version>
/var/install/packages/php5_ccpp:<version>2.0.25</version>
/var/install/packages/php7-apcu:<version>3.1.1</version>
/var/install/packages/php7-cli:<version>3.1.0</version>
/var/install/packages/php7-common:<version>3.1.1</version>
/var/install/packages/php7-imagick:<version>3.1.1</version>
/var/install/packages/php7-intl:<version>3.1.1</version>
/var/install/packages/php7-mysql:<version>3.1.1</version>
/var/install/packages/php7-opcache:<version>3.1.1</version>
/var/install/packages/php7-pcntl:<version>3.1.1</version>
/var/install/packages/php7-pdflib:<version>3.1.1</version>
/var/install/packages/php7-redis:<version>3.1.1</version>
/var/install/packages/php7-xz:<version>3.1.1</version>
/var/install/packages/phpmyadmin:<version>2.6.8</version>

Installation von php7-cli 3.1.0 hat immer noch Fehlerausgabe:
> Downloading required packages ...
> => [####################] php7-cli (3.1.0)... [ OK ]
> Done!
> Installation of: php7-cli (3.1.0) ...
> Creating PHP7-CLI configuration ...
> Could not open input file: /usr/share/php7.4/pearcmd.php
> Successfully installed: php7-cli (3.1.0)!
> Press ENTER to continue

Abspeichern der Konfig:
> Checking configuration file ...
>
>
> Activate configuration now (y/n) [yes]?
> Creating PHP7-CLI configuration ...
> Could not open input file: /usr/share/php7.4/pearcmd.php
> Press ENTER to continue

Löschen der eisfair.ini und abspeichern der Konfig (1.x):
> Checking configuration file ...
>
> Activate configuration now (y/n) [yes]?
> Creating PHP7-CLI configuration ...
> PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/lib/php7/20190902/opcache.so (/usr/lib/php7/20190902/opcache.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/opcache.so.so (/usr/lib/php7/20190902/opcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/lib/php7/20190902/imagick.so (/usr/lib/php7/20190902/imagick.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/imagick.so.so (/usr/lib/php7/20190902/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'intl.so' (tried: /usr/lib/php7/20190902/intl.so (/usr/lib/php7/20190902/intl.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/intl.so.so (/usr/lib/php7/20190902/intl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /usr/lib/php7/20190902/pdo_mysql.so (/usr/lib/php7/20190902/pdo_mysql.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/pdo_mysql.so.so (/usr/lib/php7/20190902/pdo_mysql.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'pcntl.so' (tried: /usr/lib/php7/20190902/pcntl.so (/usr/lib/php7/20190902/pcntl.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/pcntl.so.so (/usr/lib/php7/20190902/pcntl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'pdf.so' (tried: /usr/lib/php7/20190902/pdf.so (/usr/lib/php7/20190902/pdf.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/pdf.so.so (/usr/lib/php7/20190902/pdf.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> PHP Warning: PHP Startup: Unable to load dynamic library 'xz.so' (tried: /usr/lib/php7/20190902/xz.so (/usr/lib/php7/20190902/xz.so: cannot open shared object file: No such file or directory), /usr/lib/php7/20190902/xz.so.so (/usr/lib/php7/20190902/xz.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
> Could not open input file: /usr/share/php7.4/pearcmd.php
> Press ENTER to continue

Abspeichern der Konfig (2.x):
> Checking configuration file ...
>
> Activate configuration now (y/n) [yes]?
> Creating PHP7-CLI configuration ...
> Could not open input file: /usr/share/php7.4/pearcmd.php
> Press ENTER to continue

$ grep include eisfair.ini
include_path = ".:/usr/share/php7:/usr/include/php7"

Irgendwas will auf das php7.4-Verzeichnis zugreifen, aber es gibt nur php7.
Sollte es ein Verzeichnis "/usr/share/php7.4" geben?

Taxi

Holger Bruenjes

unread,
Nov 4, 2020, 2:25:50 AM11/4/20
to
Hallo Taxi

Am 03/11/2020 um 11.57 schrieb Taxena Gasparov:

> Irgendwas will auf das php7.4-Verzeichnis zugreifen, aber es gibt nur php7.
> Sollte es ein Verzeichnis "/usr/share/php7.4" geben?

installiere bitte php7-cli 3.1.1 von Pack-Eis

Danke

Holger

Taxena Gasparov

unread,
Nov 4, 2020, 4:35:05 AM11/4/20
to
Hallo Holger,

Am 04.11.20 um 08:25 schrieb Holger Bruenjes:
> installiere bitte  php7-cli 3.1.1 von Pack-Eis

Fehler(meldung) taucht nicht mehr auf:
> Downloading required packages ...
> => [####################] php7-cli (3.1.1)... [ OK ]
> Done!
> Installation of: php7-cli (3.1.1) ...
> Creating PHP7-CLI configuration ...
> config-set succeeded
> Successfully installed: php7-cli (3.1.1)!
> Press ENTER to continue


Noch eine allg. eisman-Frage, es wird z.B. das folgende Paket zum Update gelistet:
> new| perl-io-stringy │3.0.0 │stable│2020-06-23

Es werden keine "pending requirements" gelistet.
Ist es noch so, daß die noch nicht alle eingepflegt sind und man dies daher nicht löschen sollte?

Dank
Taxi

Marcus Röckrath

unread,
Nov 4, 2020, 4:50:02 AM11/4/20
to
Hallo Taxena,

Taxena Gasparov wrote:

> Noch eine allg. eisman-Frage, es wird z.B. das folgende Paket zum Update
> gelistet:
>> new| perl-io-stringy │3.0.0 │stable│2020-06-23
>
> Es werden keine "pending requirements" gelistet.

Welche "requirements" erwartest du?

> Ist es noch so, daß die noch nicht alle eingepflegt sind und man dies
> daher nicht löschen sollte?

Erwartest du, dass das Paket ebenso wie perl auf 3.0.1 gehoben wird?

Dazu bestimmt eventuell keine Notwendigkeit.

--
Gruß Marcus
[eisfair-Team]

Holger Bruenjes

unread,
Nov 4, 2020, 5:06:51 AM11/4/20
to
Hallo Taxi

Am 04/11/2020 um 10.35 schrieb Taxena Gasparov:

> Noch eine allg. eisman-Frage, es wird z.B. das folgende Paket zum Update gelistet:
>> new| perl-io-stringy │3.0.0 │stable│2020-06-23
>
> Es werden keine "pending requirements" gelistet.
> Ist es noch so, daß die noch nicht alle eingepflegt sind und man dies daher nicht löschen sollte?

Manchmal aendern sich die require und die Entwickler benoetigen dann
ein Paket nicht mehr, da habe ich auch keinen Einfluss darauf.

Du kannst es ja wech nehmen, wenn es dann doch irgendwo klemmt,
weiss Du ja was Du getan hast. ;-)

Holger

Taxena Gasparov

unread,
Nov 5, 2020, 8:24:42 AM11/5/20
to
Hallo Marcus,

Am 04.11.20 um 10:49 schrieb Marcus Röckrath:
> Welche "requirements" erwartest du?

min. 1 beliebiges, da sich mir ansonsten die Frage stellt, wieso dieses Paket installiert ist und
Speicherplatz verbraucht.


> Erwartest du, dass das Paket ebenso wie perl auf 3.0.1 gehoben wird?

nein.

Gruß
Taxi

Marcus Röckrath

unread,
Nov 5, 2020, 10:40:03 AM11/5/20
to
Hallo Taxena,

Taxena Gasparov wrote:

>> Welche "requirements" erwartest du?
>
> min. 1 beliebiges, da sich mir ansonsten die Frage stellt, wieso dieses
> Paket installiert ist und Speicherplatz verbraucht.

Dann schmeiß es runter.

Vielleiht hat das mal ein Paket benötigt, vielleicht ...

--
Gruß Marcus
[eisfair-Team]

Taxena Gasparov

unread,
Nov 6, 2020, 9:01:47 AM11/6/20
to
Hallo Holger,

Am 04.11.20 um 11:06 schrieb Holger Bruenjes:
> Du kannst es ja wech nehmen, wenn es dann doch irgendwo klemmt, weiss Du ja was Du getan hast. ;-)

jo, bin ich halt Jahre dran, das System aufzuräumen.*

Z.B. aktuell das Paket "ksh" deinstalliert (weil keine reqs), danach meckerte
/var/install/bin/sane_ScanImage

*) Hätte ich statt heute erst wieder in 181 Tagen gescannt und inzwischen X Pakete deinstalliert, wird's
ggf. schwierig, falls die Fehlerausgabe nicht konkret genug ist.
:-/
Nicht immer lassen sich die requierements für jede Konstellation eindeutig setzen (Optionales) oder wie vom
Threadursprung her, wenn php7-cli "ein Stück weit/modulmäßig" von apache2_php7 abhängig zu sein scheint,
jedoch php7-cli natürlich auch ohne apache2-Pakete betrieben werden können sollte. Das ist wohl nicht
abbildbar mit einfachen requirements. Schön wäre bei eindeutigen Requierements, wenn sie so gut wie möglich
gesetzt sind, um das System schlank halten zu können.

Gruß
Taxi

Marcus Röckrath

unread,
Nov 6, 2020, 9:30:07 AM11/6/20
to
Hallo Taxena,

Taxena Gasparov wrote:

> Z.B. aktuell das Paket "ksh" deinstalliert (weil keine reqs), danach
> meckerte /var/install/bin/sane_ScanImage

Da meckert auch setup, denn ksh wird von den Skripten des Basissystems
gebraucht.

ksh wurde aus der Base ausgelagert, weil damit solche Bestandteile auch
außerhalb von Base-Updates aktualisiert werden können.

--
Gruß Marcus
[eisfair-Team]

Holger Bruenjes

unread,
Nov 6, 2020, 9:35:43 AM11/6/20
to
Hallo Taxi

Am 06/11/2020 um 15.01 schrieb Taxena Gasparov:

> Am 04.11.20 um 11:06 schrieb Holger Bruenjes:
> jo, bin ich halt Jahre dran, das System aufzuräumen.*
>
> Z.B. aktuell das Paket "ksh" deinstalliert (weil keine reqs), danach meckerte
> /var/install/bin/sane_ScanImage

joo, dass habe ich als require beim Paket eisfair-base hinzugefuegt,
aber eisfair-base wurde bisher nicht neu released ;-)

Holger

Taxena Gasparov

unread,
Nov 6, 2020, 2:17:38 PM11/6/20
to
Hallo ein letztes Mal,

Am 06.11.20 um 15:01 schrieb Taxena Gasparov:
> jo, bin ich halt Jahre dran, das System aufzuräumen.*

ok, nicht ganz so lange.
Folgende Kandidaten haben kein require und würde ich löschen:
> libcares2 │3.0.0 │stable│2020-04-23
> libedit0 │3.0.0 │stable│2020-05-30
> libhx28 │2.8.2 │stable│2020-08-26
> libidn12 │3.0.0 │stable│2020-06-09
> libiptc0 │2.8.4 │stable│2020-05-01
> librecode0 │2.8.2 │stable│2020-06-10

Gute Idee?

Dank
Taxi

Holger Bruenjes

unread,
Nov 6, 2020, 2:26:42 PM11/6/20
to
Hallo Taxi

Am 06/11/2020 um 20.17 schrieb Taxena Gasparov:
> Hallo ein letztes Mal,

ehhmm, willst Du uns nun verlassen ;-)
sollte kein Problem sein

Holger

Taxena Gasparov

unread,
Nov 6, 2020, 4:28:47 PM11/6/20
to
Hallo Holger,

Am 06.11.20 um 20:26 schrieb Holger Bruenjes:
> ehhmm, willst Du uns nun verlassen ;-)

nein, nur hier in dieser (threadfremden) Sache und der damit mißbräuchlichen Threadnutzung.

> sollte kein Problem sein

Neustart und scannen funktioniert noch. :-)

Gruß
Taxi

Holger Bruenjes

unread,
Nov 6, 2020, 4:53:40 PM11/6/20
to
Hallo Taxi

Am 06/11/2020 um 22.28 schrieb Taxena Gasparov:
> Am 06.11.20 um 20:26 schrieb Holger Bruenjes:
>> ehhmm, willst Du uns nun verlassen ;-)
>
> nein, nur hier in dieser (threadfremden) Sache und der damit mißbräuchlichen Threadnutzung.

super ;-)

Holger


Taxena Gasparov

unread,
May 21, 2021, 10:51:20 AM5/21/21
to
Hallo Holger,

Am 01.11.20 um 14:42 schrieb Holger Bruenjes:
>> Wo eckt es hier?
>
> da fehlt '.4' im Pfad ;-)

ähnliche Meldung bei Installation von php7-cli v3.1.2:
> Downloading required packages ...
> => [####################] php7-cli (3.1.2)... [ OK ]
> Done!
> Installation of: php7-cli (3.1.2) ...
> Creating PHP7-CLI configuration ...
> Could not open input file: /usr/share/php8/pearcmd.php
> Successfully installed: php7-cli (3.1.2)!
> Press ENTER to continue

/usr/share/php8/ existiert nicht, nur /usr/share/php7/.

"egrep -r php8 /etc/" liefert kein Suchergebnis.

Aber es funktioniert ansonsten alles soweit.

Taxi
0 new messages