Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9314873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T02:14:45+00:00 2026-06-19T02:14:45+00:00

Below is my phpinfo() output for memcached memcached memcached support enabled Version 2.1.0 libmemcached

  • 0

Below is my phpinfo() output for memcached

memcached

memcached support   enabled
Version 2.1.0
libmemcached version    1.0.4
Session support yes
igbinary support    no
json support    no

I’m using an AWS Linux AMI which is redhat based I believe and uses YUM.

How can I get igbinary support enabled?

Does this have to happen at memcached installation time? I have memcached already working so is there a way I can add this support in now?

thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T02:14:46+00:00Added an answer on June 19, 2026 at 2:14 am

    I used to compile the memcached stack manually, which included igbinary. This was before I started using the remi repo, which provides updated packages without all the overhead of manual compilation.

    Here are the notes I used when I used to compile igbinary manually:

    Had to scp the source from another computer due to lack of direct links, the next steps assume pecl/memcached files are local and extracted
    $ -> wget http://pecl.php.net/get/igbinary-1.1.1.tgz
    $ -> tar -xzvf igbinary-1.1.1.tgz
    $ -> cd igbinary-1.1.1
    $ -> phpize
    $ -> ./configure # No need for extra config params
    $ -> make
    $ -> make install # This should copy the resulting .so file to the php dir where all modules are stored
    $ -> /etc/init.d/httpd restart # I remember having to do this for phpinfo to reflect the setting correctly after the udpate
    

    Now, if you view your phpinfo (or php -i from cli) igbinary support should be set to yes.

    — Update —

    Be sure you have the following line in php.ini or igbinary.ini where php can read it:

    ; Enable igbinary extension module
    extension=igbinary.so
    

    — Update #2 —

    Forgot to mention, you need to compile memcached with the following flag in order for it to use igbinary:

    --enable-memcached-igbinary
    

    — Update #3 —

    In case anyone stumbles across this in the future. Manually maintaining the PHP stack along with commonly used extensions is a pain, and usually not worth the extra effort. You are better off using your distro’s package manager to handle all the heavy lifting, an example of installing php with memcached with igbinary support would look like:

    yum install php php-cli php-pecl-memcached php-pecl-igbinary
    

    If your distro’s upstream version of php is older and you wish to use a newer version, take a look at the REMI repo: http://blog.famillecollet.com/pages/Config-en

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Below is my form. Using jQuery I load a <select> element based on value
I use Php memcache on PHP Version 5.2.4-2ubuntu5.10 Below you can find the info
I have Linux Ubuntu 10.10 and when i run the below in a terminal:
Below is the code The Code: #include <iostream> using namespace std; class Rational {
This block of code shown below using a php header redirect works locally, but
Below is my shell script that I am trying to execute using PLINK on
I think it's a stupid queston below. As I know there is a phpinfo()
Below is a Linq query I'm using in one of my ASP MVC controllers.
Below is my code using ajax to dynamically change the image without refreshing the
Below is code to an inherited ComboBox. The issue is that the ComboBox is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.