[Bug 1815191] Re: package apache2 2.4.7-1ubuntu4.21 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
Andreas Hasenack
andreas at canonical.com
Mon Feb 11 14:08:37 UTC 2019
This seems to be the error:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax
error on line 1 of /etc/apache2/mods-enabled/fcgid.load: Cannot load
/usr/lib/apache2/modules/mod_fcgid.so into server:
/usr/lib/apache2/modules/mod_fcgid.so: undefined symbol: unixd_config
The unixd_config symbol changed names between apache 2.2 and 2.4.
In precise:
root at precise-apache:~# objdump -T /usr/lib/apache2/modules/mod_fcgid.so|grep unixd_config
0000000000000000 D *UND* 0000000000000000 unixd_config
In trusty:
root at trusty-apache:~# objdump -T /usr/lib/apache2/modules/mod_fcgid.so|grep unixd_config
0000000000000000 D *UND* 0000000000000000 ap_unixd_config
So this is due to ordering during the upgrade I believe.
Now that the upgrade is done, what's the state of your system? Do the
following work and do not produce unexpected results, like removing many
packages?
sudo apt-get update
sudo apt-get -f install
** Changed in: apache2 (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1815191
Title:
package apache2 2.4.7-1ubuntu4.21 failed to install/upgrade: podproces
zainstalowany skrypt post-installation zwrócił kod błędu 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1815191/+subscriptions
More information about the Ubuntu-server-bugs
mailing list