error while installing php in ubuntucannot upgrade kernel and mysql-server after dist upgradeHow can I...
Writing in a Christian voice
PTIJ: Why do we make a Lulav holder?
When did hardware antialiasing start being available?
Gauss brackets with double vertical lines
What is the reasoning behind standardization (dividing by standard deviation)?
Output visual diagram of picture
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Why is this tree refusing to shed its dead leaves?
How to test the sharpness of a knife?
Was World War I a war of liberals against authoritarians?
What favor did Moody owe Dumbledore?
What kind of footwear is suitable for walking in micro gravity environment?
"Marked down as someone wanting to sell shares." What does that mean?
Hackerrank All Women's Codesprint 2019: Name the Product
How do you justify more code being written by following clean code practices?
Does fire aspect on a sword, destroy mob drops?
What will the Frenchman say?
What is the difference between something being completely legal and being completely decriminalized?
Why does Surtur say that Thor is Asgard's doom?
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
Exit shell with shortcut (not typing exit) that closes session properly
Is xar preinstalled on macOS?
CLI: Get information Ubuntu releases
Should a narrator ever describe things based on a characters view instead of fact?
error while installing php in ubuntu
cannot upgrade kernel and mysql-server after dist upgradeHow can I resolve package conflicts when installing old version of PHP with apache2?Not able to install, remove or update anything from software centerWhy does libapache2-mod-php5 get removed whenever I upgrade apache2?Apache won't start - PHP issues?MySQL Installation Issues on Ubuntu 15.04mysql-server-5.5 ErrorCannot do php upgrade because dependencies errorUnable to install MariaDB on circleCI ? Problems with dpkg.unable to install libapache2-mod-php5 5.3+ on ubuntu 16.04
I am trying to install php in my ubuntu system, I have already installed apache and mysql, but I am not able to install php using the following command
sudo apt install php libapache2-mod-php
I am receiving the following error:
(Reading database ... 489 files and directories currently installed.)
Preparing to unpack .../libapache2-mod-php_2%3a7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3_all.deb ...
Unpacking libapache2-mod-php (2:7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3) ...
Setting up php7.3-common (7.3.3-1+ubuntu18.10.1+deb.sury.org+1) ...
dpkg: error processing package php7.3-common (--configure):
installed php7.3-common package post-installation script subprocess returned error exit status 10
dpkg: dependency problems prevent configuration of php7.3-opcache:
php7.3-opcache depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-opcache (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-php7.3:
libapache2-mod-php7.3 depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
libapache2-mod-php7.3 depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package libapache2-mod-php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of php7.3-cli:
php7.3-cli depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
php7.3-cli depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package php7.3-cli (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-readline:
php7.3-readline depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-readline (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3:
php7.3 depends on libapache2-mod-php7.3 | php7.3-fpm | php7.3-cgi; however:
Package libapache2-mod-php7.3 is not configured yet.
Package php7.3-fpm is not installed.
Package php7.3-cgi is not installed.
php7.3 depends on php7.3-common; however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-json:
php7.3-json depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-json (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of libapache2-mod-php:
libapache2-mod-php depends on libapache2-mod-php7.3; however:
Package libapache2-mod-php7.3 is not configured yet.
dpkg: error processing package libapache2-mod-php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php:
php depends on php7.3; however:
Package php7.3 is not configured yet.
dpkg: error processing package php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
php7.3-common
php7.3-opcache
libapache2-mod-php7.3
php7.3-cli
php7.3-readline
php7.3
php7.3-json
libapache2-mod-php
php
E: Sub-process /usr/bin/dpkg returned an error code (1)
apache2 mysql php
add a comment |
I am trying to install php in my ubuntu system, I have already installed apache and mysql, but I am not able to install php using the following command
sudo apt install php libapache2-mod-php
I am receiving the following error:
(Reading database ... 489 files and directories currently installed.)
Preparing to unpack .../libapache2-mod-php_2%3a7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3_all.deb ...
Unpacking libapache2-mod-php (2:7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3) ...
Setting up php7.3-common (7.3.3-1+ubuntu18.10.1+deb.sury.org+1) ...
dpkg: error processing package php7.3-common (--configure):
installed php7.3-common package post-installation script subprocess returned error exit status 10
dpkg: dependency problems prevent configuration of php7.3-opcache:
php7.3-opcache depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-opcache (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-php7.3:
libapache2-mod-php7.3 depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
libapache2-mod-php7.3 depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package libapache2-mod-php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of php7.3-cli:
php7.3-cli depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
php7.3-cli depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package php7.3-cli (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-readline:
php7.3-readline depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-readline (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3:
php7.3 depends on libapache2-mod-php7.3 | php7.3-fpm | php7.3-cgi; however:
Package libapache2-mod-php7.3 is not configured yet.
Package php7.3-fpm is not installed.
Package php7.3-cgi is not installed.
php7.3 depends on php7.3-common; however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-json:
php7.3-json depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-json (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of libapache2-mod-php:
libapache2-mod-php depends on libapache2-mod-php7.3; however:
Package libapache2-mod-php7.3 is not configured yet.
dpkg: error processing package libapache2-mod-php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php:
php depends on php7.3; however:
Package php7.3 is not configured yet.
dpkg: error processing package php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
php7.3-common
php7.3-opcache
libapache2-mod-php7.3
php7.3-cli
php7.3-readline
php7.3
php7.3-json
libapache2-mod-php
php
E: Sub-process /usr/bin/dpkg returned an error code (1)
apache2 mysql php
add a comment |
I am trying to install php in my ubuntu system, I have already installed apache and mysql, but I am not able to install php using the following command
sudo apt install php libapache2-mod-php
I am receiving the following error:
(Reading database ... 489 files and directories currently installed.)
Preparing to unpack .../libapache2-mod-php_2%3a7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3_all.deb ...
Unpacking libapache2-mod-php (2:7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3) ...
Setting up php7.3-common (7.3.3-1+ubuntu18.10.1+deb.sury.org+1) ...
dpkg: error processing package php7.3-common (--configure):
installed php7.3-common package post-installation script subprocess returned error exit status 10
dpkg: dependency problems prevent configuration of php7.3-opcache:
php7.3-opcache depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-opcache (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-php7.3:
libapache2-mod-php7.3 depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
libapache2-mod-php7.3 depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package libapache2-mod-php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of php7.3-cli:
php7.3-cli depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
php7.3-cli depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package php7.3-cli (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-readline:
php7.3-readline depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-readline (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3:
php7.3 depends on libapache2-mod-php7.3 | php7.3-fpm | php7.3-cgi; however:
Package libapache2-mod-php7.3 is not configured yet.
Package php7.3-fpm is not installed.
Package php7.3-cgi is not installed.
php7.3 depends on php7.3-common; however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-json:
php7.3-json depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-json (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of libapache2-mod-php:
libapache2-mod-php depends on libapache2-mod-php7.3; however:
Package libapache2-mod-php7.3 is not configured yet.
dpkg: error processing package libapache2-mod-php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php:
php depends on php7.3; however:
Package php7.3 is not configured yet.
dpkg: error processing package php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
php7.3-common
php7.3-opcache
libapache2-mod-php7.3
php7.3-cli
php7.3-readline
php7.3
php7.3-json
libapache2-mod-php
php
E: Sub-process /usr/bin/dpkg returned an error code (1)
apache2 mysql php
I am trying to install php in my ubuntu system, I have already installed apache and mysql, but I am not able to install php using the following command
sudo apt install php libapache2-mod-php
I am receiving the following error:
(Reading database ... 489 files and directories currently installed.)
Preparing to unpack .../libapache2-mod-php_2%3a7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3_all.deb ...
Unpacking libapache2-mod-php (2:7.3+69+ubuntu18.10.1+deb.sury.org+2+php7.3) ...
Setting up php7.3-common (7.3.3-1+ubuntu18.10.1+deb.sury.org+1) ...
dpkg: error processing package php7.3-common (--configure):
installed php7.3-common package post-installation script subprocess returned error exit status 10
dpkg: dependency problems prevent configuration of php7.3-opcache:
php7.3-opcache depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-opcache (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libapache2-mod-php7.3:
libapache2-mod-php7.3 depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
libapache2-mod-php7.3 depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package libapache2-mod-php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of php7.3-cli:
php7.3-cli depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
php7.3-cli depends on php7.3-opcache; however:
Package php7.3-opcache is not configured yet.
dpkg: error processing package php7.3-cli (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-readline:
php7.3-readline depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-readline (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3:
php7.3 depends on libapache2-mod-php7.3 | php7.3-fpm | php7.3-cgi; however:
Package libapache2-mod-php7.3 is not configured yet.
Package php7.3-fpm is not installed.
Package php7.3-cgi is not installed.
php7.3 depends on php7.3-common; however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php7.3-json:
php7.3-json depends on php7.3-common (= 7.3.3-1+ubuntu18.10.1+deb.sury.org+1); however:
Package php7.3-common is not configured yet.
dpkg: error processing package php7.3-json (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of libapache2-mod-php:
libapache2-mod-php depends on libapache2-mod-php7.3; however:
Package libapache2-mod-php7.3 is not configured yet.
dpkg: error processing package libapache2-mod-php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of php:
php depends on php7.3; however:
Package php7.3 is not configured yet.
dpkg: error processing package php (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
php7.3-common
php7.3-opcache
libapache2-mod-php7.3
php7.3-cli
php7.3-readline
php7.3
php7.3-json
libapache2-mod-php
php
E: Sub-process /usr/bin/dpkg returned an error code (1)
apache2 mysql php
apache2 mysql php
asked 3 mins ago
Sugumar VenkatesanSugumar Venkatesan
1064
1064
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126823%2ferror-while-installing-php-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126823%2ferror-while-installing-php-in-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown