Trouble installing imagick on Debian Stretch and php 7.2 Announcing the arrival of Valued...
Using et al. for a last / senior author rather than for a first author
Significance of Cersei's obsession with elephants?
Amount of permutations on an NxNxN Rubik's Cube
Morning, Afternoon, Night Kanji
AppleTVs create a chatty alternate WiFi network
Why do we bend a book to keep it straight?
What is this clumpy 20-30cm high yellow-flowered plant?
Do I really need to have a message in a novel to appeal to readers?
How to write the following sign?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
Crossing US/Canada Border for less than 24 hours
How would a mousetrap for use in space work?
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
Why weren't discrete x86 CPUs ever used in game hardware?
Do wooden building fires get hotter than 600°C?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Why is it faster to reheat something than it is to cook it?
An adverb for when you're not exaggerating
Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
Find 108 by using 3,4,6
What is the difference between globalisation and imperialism?
How could we fake a moon landing now?
Trouble installing imagick on Debian Stretch and php 7.2
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Trouble installing php-devel on CentOSDebian: php and php5Trouble Installing Broadcom BCM43142 in debian 8.6PHP FPM / Nginx on Debian Jessie: error 500 and no logsDebian stretch is StretchedPackage Manager installation for Linux from scratch (LFS)Is PHP 7.2 compatible with Windows 7Force Apache to use PHP 7.2 Debian 8Installing ufw on Debian StretchHow to build and install Python 3.7.x from source on Debian 9.8
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a Debian Stretch machine with php 7.2 on which Joomla is running happily.
I need now to add the PHP imagick module to handle images.
It doesn't matter how I try to install imagick, it never appears in php ! I installed it with apt, manually modified php.ini and restarted Apache. All dependencies are there as far as i can see.
Last try was to follow this method that worked also.
After install, the imagick tests passed successfully. But when i try to see if php "sees" imagick with :
php -m | grep imagick
i get no answer...
Any idea how i can make this work ?
Thanks
linux debian php imagemagick
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a Debian Stretch machine with php 7.2 on which Joomla is running happily.
I need now to add the PHP imagick module to handle images.
It doesn't matter how I try to install imagick, it never appears in php ! I installed it with apt, manually modified php.ini and restarted Apache. All dependencies are there as far as i can see.
Last try was to follow this method that worked also.
After install, the imagick tests passed successfully. But when i try to see if php "sees" imagick with :
php -m | grep imagick
i get no answer...
Any idea how i can make this work ?
Thanks
linux debian php imagemagick
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to Super User! I'm not a PHP guru, but I think a few things are missing from your question: Why doesn'tapt-getwork for you? And, why can't you use thepeclcommand to install the it?
– jpaugh
10 hours ago
Hi. apt DID work without any warning, but php doesn't see imagick. That's why i tried another method, but didn't help... I'm not familiar with apt-get or pecl.. I'm behin a proxy which does'nt help..
– TK5EP
7 hours ago
apt is the new form of apt-get. Did you install PHP with apt, or via another method?
– jpaugh
3 hours ago
add a comment |
I have a Debian Stretch machine with php 7.2 on which Joomla is running happily.
I need now to add the PHP imagick module to handle images.
It doesn't matter how I try to install imagick, it never appears in php ! I installed it with apt, manually modified php.ini and restarted Apache. All dependencies are there as far as i can see.
Last try was to follow this method that worked also.
After install, the imagick tests passed successfully. But when i try to see if php "sees" imagick with :
php -m | grep imagick
i get no answer...
Any idea how i can make this work ?
Thanks
linux debian php imagemagick
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have a Debian Stretch machine with php 7.2 on which Joomla is running happily.
I need now to add the PHP imagick module to handle images.
It doesn't matter how I try to install imagick, it never appears in php ! I installed it with apt, manually modified php.ini and restarted Apache. All dependencies are there as far as i can see.
Last try was to follow this method that worked also.
After install, the imagick tests passed successfully. But when i try to see if php "sees" imagick with :
php -m | grep imagick
i get no answer...
Any idea how i can make this work ?
Thanks
linux debian php imagemagick
linux debian php imagemagick
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 9 hours ago
jpaugh
1,064716
1,064716
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 10 hours ago
TK5EPTK5EP
61
61
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
TK5EP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to Super User! I'm not a PHP guru, but I think a few things are missing from your question: Why doesn'tapt-getwork for you? And, why can't you use thepeclcommand to install the it?
– jpaugh
10 hours ago
Hi. apt DID work without any warning, but php doesn't see imagick. That's why i tried another method, but didn't help... I'm not familiar with apt-get or pecl.. I'm behin a proxy which does'nt help..
– TK5EP
7 hours ago
apt is the new form of apt-get. Did you install PHP with apt, or via another method?
– jpaugh
3 hours ago
add a comment |
Welcome to Super User! I'm not a PHP guru, but I think a few things are missing from your question: Why doesn'tapt-getwork for you? And, why can't you use thepeclcommand to install the it?
– jpaugh
10 hours ago
Hi. apt DID work without any warning, but php doesn't see imagick. That's why i tried another method, but didn't help... I'm not familiar with apt-get or pecl.. I'm behin a proxy which does'nt help..
– TK5EP
7 hours ago
apt is the new form of apt-get. Did you install PHP with apt, or via another method?
– jpaugh
3 hours ago
Welcome to Super User! I'm not a PHP guru, but I think a few things are missing from your question: Why doesn't
apt-get work for you? And, why can't you use the pecl command to install the it?– jpaugh
10 hours ago
Welcome to Super User! I'm not a PHP guru, but I think a few things are missing from your question: Why doesn't
apt-get work for you? And, why can't you use the pecl command to install the it?– jpaugh
10 hours ago
Hi. apt DID work without any warning, but php doesn't see imagick. That's why i tried another method, but didn't help... I'm not familiar with apt-get or pecl.. I'm behin a proxy which does'nt help..
– TK5EP
7 hours ago
Hi. apt DID work without any warning, but php doesn't see imagick. That's why i tried another method, but didn't help... I'm not familiar with apt-get or pecl.. I'm behin a proxy which does'nt help..
– TK5EP
7 hours ago
apt is the new form of apt-get. Did you install PHP with apt, or via another method?
– jpaugh
3 hours ago
apt is the new form of apt-get. Did you install PHP with apt, or via another method?
– jpaugh
3 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
TK5EP is a new contributor. Be nice, and check out our Code of Conduct.
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%2fsuperuser.com%2fquestions%2f1427044%2ftrouble-installing-imagick-on-debian-stretch-and-php-7-2%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
TK5EP is a new contributor. Be nice, and check out our Code of Conduct.
TK5EP is a new contributor. Be nice, and check out our Code of Conduct.
TK5EP is a new contributor. Be nice, and check out our Code of Conduct.
TK5EP is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1427044%2ftrouble-installing-imagick-on-debian-stretch-and-php-7-2%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
Welcome to Super User! I'm not a PHP guru, but I think a few things are missing from your question: Why doesn't
apt-getwork for you? And, why can't you use thepeclcommand to install the it?– jpaugh
10 hours ago
Hi. apt DID work without any warning, but php doesn't see imagick. That's why i tried another method, but didn't help... I'm not familiar with apt-get or pecl.. I'm behin a proxy which does'nt help..
– TK5EP
7 hours ago
apt is the new form of apt-get. Did you install PHP with apt, or via another method?
– jpaugh
3 hours ago