Error: install Mustache PHP Extension error
up vote
-3
down vote
favorite
When I install "mustache" PHP extension with "pecl install mustache" command I get a error like "configure: error: libmustache not found" .
My PHP version is : PHP Version 7.2.11
My Mac version is : High Sierra (10.13.6)
[Error Detail is here][1]
`checking for libmustache files... configure: error: libmustache not
found
ERROR: `/private/tmp/pear/temp/mustache/configure --with-php-
config=/usr/local/opt/php/bin/php-config' failed`
php
add a comment |
up vote
-3
down vote
favorite
When I install "mustache" PHP extension with "pecl install mustache" command I get a error like "configure: error: libmustache not found" .
My PHP version is : PHP Version 7.2.11
My Mac version is : High Sierra (10.13.6)
[Error Detail is here][1]
`checking for libmustache files... configure: error: libmustache not
found
ERROR: `/private/tmp/pear/temp/mustache/configure --with-php-
config=/usr/local/opt/php/bin/php-config' failed`
php
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
When I install "mustache" PHP extension with "pecl install mustache" command I get a error like "configure: error: libmustache not found" .
My PHP version is : PHP Version 7.2.11
My Mac version is : High Sierra (10.13.6)
[Error Detail is here][1]
`checking for libmustache files... configure: error: libmustache not
found
ERROR: `/private/tmp/pear/temp/mustache/configure --with-php-
config=/usr/local/opt/php/bin/php-config' failed`
php
When I install "mustache" PHP extension with "pecl install mustache" command I get a error like "configure: error: libmustache not found" .
My PHP version is : PHP Version 7.2.11
My Mac version is : High Sierra (10.13.6)
[Error Detail is here][1]
`checking for libmustache files... configure: error: libmustache not
found
ERROR: `/private/tmp/pear/temp/mustache/configure --with-php-
config=/usr/local/opt/php/bin/php-config' failed`
php
php
edited Nov 9 at 8:04
asked Nov 9 at 7:54
talha
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You are trying to install a php extension, but you are missing the underlying library. Install libmustache first, with (as it seems you are on macOS):
brew install libmustache
See https://github.com/jbboehr/libmustache for reference
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
@talha your brew manager could be outdated. Try to catch up withbrew updateandbrew upgrade
– Andrea Golin
Nov 9 at 8:19
I tried update but not think is change.
– talha
Nov 9 at 10:36
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You are trying to install a php extension, but you are missing the underlying library. Install libmustache first, with (as it seems you are on macOS):
brew install libmustache
See https://github.com/jbboehr/libmustache for reference
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
@talha your brew manager could be outdated. Try to catch up withbrew updateandbrew upgrade
– Andrea Golin
Nov 9 at 8:19
I tried update but not think is change.
– talha
Nov 9 at 10:36
add a comment |
up vote
0
down vote
You are trying to install a php extension, but you are missing the underlying library. Install libmustache first, with (as it seems you are on macOS):
brew install libmustache
See https://github.com/jbboehr/libmustache for reference
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
@talha your brew manager could be outdated. Try to catch up withbrew updateandbrew upgrade
– Andrea Golin
Nov 9 at 8:19
I tried update but not think is change.
– talha
Nov 9 at 10:36
add a comment |
up vote
0
down vote
up vote
0
down vote
You are trying to install a php extension, but you are missing the underlying library. Install libmustache first, with (as it seems you are on macOS):
brew install libmustache
See https://github.com/jbboehr/libmustache for reference
You are trying to install a php extension, but you are missing the underlying library. Install libmustache first, with (as it seems you are on macOS):
brew install libmustache
See https://github.com/jbboehr/libmustache for reference
edited Nov 9 at 8:06
answered Nov 9 at 7:57
Andrea Golin
650314
650314
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
@talha your brew manager could be outdated. Try to catch up withbrew updateandbrew upgrade
– Andrea Golin
Nov 9 at 8:19
I tried update but not think is change.
– talha
Nov 9 at 10:36
add a comment |
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
@talha your brew manager could be outdated. Try to catch up withbrew updateandbrew upgrade
– Andrea Golin
Nov 9 at 8:19
I tried update but not think is change.
– talha
Nov 9 at 10:36
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
When I run that commad I get error like that ; Error: No available formula with the name "libmustache"
– talha
Nov 9 at 8:16
@talha your brew manager could be outdated. Try to catch up with
brew update and brew upgrade– Andrea Golin
Nov 9 at 8:19
@talha your brew manager could be outdated. Try to catch up with
brew update and brew upgrade– Andrea Golin
Nov 9 at 8:19
I tried update but not think is change.
– talha
Nov 9 at 10:36
I tried update but not think is change.
– talha
Nov 9 at 10:36
add a comment |
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%2fstackoverflow.com%2fquestions%2f53221758%2ferror-install-mustache-php-extension-error%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