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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
47 - 45 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC