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;








0















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.










share|improve this question



















  • 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-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











  • I suspect Plesk. But you'd have to ask MT to be sure.

    – Michael Hampton
    Sep 11 '12 at 15:08

















0















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.










share|improve this question



















  • 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-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











  • I suspect Plesk. But you'd have to ask MT to be sure.

    – Michael Hampton
    Sep 11 '12 at 15:08













0












0








0








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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-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











  • I suspect Plesk. But you'd have to ask MT to be sure.

    – Michael Hampton
    Sep 11 '12 at 15:08












  • 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-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











  • 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










1 Answer
1






active

oldest

votes


















0














First install the pecl package from yum repo and then use the below command to install the apc.



pecl install apc


that's it.






share|improve this answer

























  • 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













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
);



);













draft saved

draft discarded


















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









0














First install the pecl package from yum repo and then use the below command to install the apc.



pecl install apc


that's it.






share|improve this answer

























  • 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















0














First install the pecl package from yum repo and then use the below command to install the apc.



pecl install apc


that's it.






share|improve this answer

























  • 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













0












0








0







First install the pecl package from yum repo and then use the below command to install the apc.



pecl install apc


that's it.






share|improve this answer















First install the pecl package from yum repo and then use the below command to install the apc.



pecl install apc


that's it.







share|improve this answer














share|improve this answer



share|improve this answer








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

















  • 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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?