php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79321 can not find required memcached.h with InnoDB Memcached Plugin(libmemcached.so)
Submitted: 2020-02-29 09:08 UTC Modified: 2020-02-29 10:09 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: fakhar_anwar123 at hotmail dot com Assigned:
Status: Suspended Package: mysqlnd_memcache (PECL)
PHP Version: 7.2.28 OS: Ubuntu 18.0.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fakhar_anwar123 at hotmail dot com
New email:
PHP Version: OS:

 

 [2020-02-29 09:08 UTC] fakhar_anwar123 at hotmail dot com
Description:
------------
I have issue with installing "mysqlnd memcache" plugin (mysqlnd_memcache.so) to use with InnoDB Memcached Daemon (having its "/usr/lib/mysql/plugin/libmemcached.so") on Ubuntu (Bionic) 18.0.4.

The problem is that the official installation instruction for "mysqlnd memcache" plugin wants "include/libmemcached/memcached.h" to be contained by the directory where libmemcached.so is stored. (In addition to use --with-libmemcached-dir=

B) i also need help in understanding this line in official documentation "This (the directory of libmemcached.so) directory has to contain the include/libmemcached/memcached.h file

Link to Official Documentation.
https://www.php.net/manual/en/memcached.installation.php

Test script:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-02-29 10:09 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2020-02-29 10:09 UTC] cmb@php.net
It seems to me that you are confusing mysqlnd_memcache and
memcached which are completely separate packages.

Anyhow, the mysqlnd_memcache plugin is unmaintained for many years
(last release was 2013-07-17), so it is unlikely to work with
current PHP/mysqlnd versions.  Until a maintainer steps forward, I
suspend this ticket.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 20:01:46 2025 UTC