APC module causing strange errorHow do I install APC and Memcache on CentOS WITHOUT installing the PHP package?PHP Unable to load some 32-bit dynamic libraries on a 64-bit machineAPC installed but not running on GentooPHP 5.3.8 doesn't load module xapian.soReceiving error php_mbstring.dll No such file or directoryPHP module “sqlite.so” failing to loadphp gnupg = unable to load warningThread Safe php-pecl-memcache and php-pecl-mongoPHP - Centos OpenSSL errorGet PHP extension APC not running on Ubuntu 14.04.3 - undefined symbol: php_pcre_exec
Why don't countries like Japan just print more money?
What's currently blocking the construction of the wall between Mexico and the US?
Java TreeMap.floorKey() equivalent for std::map
How to model a twisted cylinder like this
Can there be an UN resolution to remove a country from the UNSC?
How do I handle a table mixing up the DM and the players' roles too often?
How is hair tissue mineral analysis performed?
Has there been any indication at all that further negotiation between the UK and EU is possible?
What is the legal status of travelling with methadone in your carry-on?
What can I do with a research project that is my university’s intellectual property?
How much will studying magic in an academy cost?
Do I have any obligations to my PhD supervisor's requests after I have graduated?
Why do even high-end cameras often still include normal (non-cross-type) AF sensors?
When can you leave off “le/la” to say “it” in French?
How to find the last non zero element in every column throughout dataframe?
How does a blind passenger not die, if driver becomes unconscious
Can White Castle?
Is "Busen" just the area between the breasts?
Are all instances of trolls turning to stone ultimately references back to Tolkien?
How to make clear to people I don't want to answer their "Where are you from?" question?
Is it illegal to withhold someone's passport and green card in California?
How can I politely work my way around not liking coffee or beer when it comes to professional networking?
How long would it take to cross the Channel in 1890's?
Trainee keeps missing deadlines for independent learning
APC module causing strange error
How do I install APC and Memcache on CentOS WITHOUT installing the PHP package?PHP Unable to load some 32-bit dynamic libraries on a 64-bit machineAPC installed but not running on GentooPHP 5.3.8 doesn't load module xapian.soReceiving error php_mbstring.dll No such file or directoryPHP module “sqlite.so” failing to loadphp gnupg = unable to load warningThread Safe php-pecl-memcache and php-pecl-mongoPHP - Centos OpenSSL errorGet PHP extension APC not running on Ubuntu 14.04.3 - undefined symbol: php_pcre_exec
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
When I run php -v
I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0
This isn't my first rodeo. I've setup APC multiple times. This is a MediaTemple Dedicated Virtual 4.0 with Plesk 11. Plesk 11 is the only thing essentially different from the other servers I've set this up on.
I've verified that pcre-devel is installed. I've compiled APC from source as well as used pecl to install it. No difference.
I also tried downgrading to APC 3.0.19, with no love.
linux php centos6 pecl alternative-php-cache
|
show 2 more comments
When I run php -v
I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0
This isn't my first rodeo. I've setup APC multiple times. This is a MediaTemple Dedicated Virtual 4.0 with Plesk 11. Plesk 11 is the only thing essentially different from the other servers I've set this up on.
I've verified that pcre-devel is installed. I've compiled APC from source as well as used pecl to install it. No difference.
I also tried downgrading to APC 3.0.19, with no love.
linux php centos6 pecl alternative-php-cache
1
Why not just use the packages provided by the distribution (and you forgot to mention which you're using)?
– Michael Hampton♦
Sep 11 '12 at 13:23
It's CentSO 6. If there are any yum packages for this, I haven't seen them.
– clifgriffin
Sep 11 '12 at 13:39
php-pecl-apchas been in the repos for quite some time.
– Michael Hampton♦
Sep 11 '12 at 15:00
For whatever, reason, it's not in my repos. "No package php-pecl-apc available." (please let me know if I'm missing something obvious...not an expert on this stuff)
– clifgriffin
Sep 11 '12 at 15:04
I suspect Plesk. But you'd have to ask MT to be sure.
– Michael Hampton♦
Sep 11 '12 at 15:08
|
show 2 more comments
When I run php -v
I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0
This isn't my first rodeo. I've setup APC multiple times. This is a MediaTemple Dedicated Virtual 4.0 with Plesk 11. Plesk 11 is the only thing essentially different from the other servers I've set this up on.
I've verified that pcre-devel is installed. I've compiled APC from source as well as used pecl to install it. No difference.
I also tried downgrading to APC 3.0.19, with no love.
linux php centos6 pecl alternative-php-cache
When I run php -v
I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: php_pcre_exec in Unknown on line 0
This isn't my first rodeo. I've setup APC multiple times. This is a MediaTemple Dedicated Virtual 4.0 with Plesk 11. Plesk 11 is the only thing essentially different from the other servers I've set this up on.
I've verified that pcre-devel is installed. I've compiled APC from source as well as used pecl to install it. No difference.
I also tried downgrading to APC 3.0.19, with no love.
linux php centos6 pecl alternative-php-cache
linux php centos6 pecl alternative-php-cache
edited Sep 11 '12 at 14:55
user130370
asked Sep 11 '12 at 13:10
clifgriffinclifgriffin
1012
1012
1
Why not just use the packages provided by the distribution (and you forgot to mention which you're using)?
– Michael Hampton♦
Sep 11 '12 at 13:23
It's CentSO 6. If there are any yum packages for this, I haven't seen them.
– clifgriffin
Sep 11 '12 at 13:39
php-pecl-apchas been in the repos for quite some time.
– Michael Hampton♦
Sep 11 '12 at 15:00
For whatever, reason, it's not in my repos. "No package php-pecl-apc available." (please let me know if I'm missing something obvious...not an expert on this stuff)
– clifgriffin
Sep 11 '12 at 15:04
I suspect Plesk. But you'd have to ask MT to be sure.
– Michael Hampton♦
Sep 11 '12 at 15:08
|
show 2 more comments
1
Why not just use the packages provided by the distribution (and you forgot to mention which you're using)?
– Michael Hampton♦
Sep 11 '12 at 13:23
It's CentSO 6. If there are any yum packages for this, I haven't seen them.
– clifgriffin
Sep 11 '12 at 13:39
php-pecl-apchas been in the repos for quite some time.
– Michael Hampton♦
Sep 11 '12 at 15:00
For whatever, reason, it's not in my repos. "No package php-pecl-apc available." (please let me know if I'm missing something obvious...not an expert on this stuff)
– clifgriffin
Sep 11 '12 at 15:04
I suspect Plesk. But you'd have to ask MT to be sure.
– Michael Hampton♦
Sep 11 '12 at 15:08
1
1
Why not just use the packages provided by the distribution (and you forgot to mention which you're using)?
– Michael Hampton♦
Sep 11 '12 at 13:23
Why not just use the packages provided by the distribution (and you forgot to mention which you're using)?
– Michael Hampton♦
Sep 11 '12 at 13:23
It's CentSO 6. If there are any yum packages for this, I haven't seen them.
– clifgriffin
Sep 11 '12 at 13:39
It's CentSO 6. If there are any yum packages for this, I haven't seen them.
– clifgriffin
Sep 11 '12 at 13:39
php-pecl-apc has been in the repos for quite some time.– Michael Hampton♦
Sep 11 '12 at 15:00
php-pecl-apc has been in the repos for quite some time.– Michael Hampton♦
Sep 11 '12 at 15:00
For whatever, reason, it's not in my repos. "No package php-pecl-apc available." (please let me know if I'm missing something obvious...not an expert on this stuff)
– clifgriffin
Sep 11 '12 at 15:04
For whatever, reason, it's not in my repos. "No package php-pecl-apc available." (please let me know if I'm missing something obvious...not an expert on this stuff)
– clifgriffin
Sep 11 '12 at 15:04
I suspect Plesk. But you'd have to ask MT to be sure.
– Michael Hampton♦
Sep 11 '12 at 15:08
I suspect Plesk. But you'd have to ask MT to be sure.
– Michael Hampton♦
Sep 11 '12 at 15:08
|
show 2 more comments
1 Answer
1
active
oldest
votes
First install the pecl package from yum repo and then use the below command to install the apc.
pecl install apc
that's it.
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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%2fserverfault.com%2fquestions%2f426332%2fapc-module-causing-strange-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First install the pecl package from yum repo and then use the below command to install the apc.
pecl install apc
that's it.
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
add a comment |
First install the pecl package from yum repo and then use the below command to install the apc.
pecl install apc
that's it.
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
add a comment |
First install the pecl package from yum repo and then use the below command to install the apc.
pecl install apc
that's it.
First install the pecl package from yum repo and then use the below command to install the apc.
pecl install apc
that's it.
edited Sep 11 '12 at 15:50
quanta
43.8k15116197
43.8k15116197
answered Sep 11 '12 at 15:07
RajRaj
1928
1928
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
add a comment |
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
Yes, I used that method. As I said above "I've compiled APC from source as well as used pecl to install it. No difference."
– clifgriffin
Sep 11 '12 at 15:09
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f426332%2fapc-module-causing-strange-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
1
Why not just use the packages provided by the distribution (and you forgot to mention which you're using)?
– Michael Hampton♦
Sep 11 '12 at 13:23
It's CentSO 6. If there are any yum packages for this, I haven't seen them.
– clifgriffin
Sep 11 '12 at 13:39
php-pecl-apchas been in the repos for quite some time.– Michael Hampton♦
Sep 11 '12 at 15:00
For whatever, reason, it's not in my repos. "No package php-pecl-apc available." (please let me know if I'm missing something obvious...not an expert on this stuff)
– clifgriffin
Sep 11 '12 at 15:04
I suspect Plesk. But you'd have to ask MT to be sure.
– Michael Hampton♦
Sep 11 '12 at 15:08