Php 8.4 memcached

Discussion in 'Installation/Configuration' started by Oitsuki, Jul 18, 2025.

  1. Oitsuki

    Oitsuki Member

    Hello,

    Juste a question . Do you have on your server memecached installed (ubuntu 24.04) ?
    If yes could you tell me the installation for 8.2 - 8.3 ?
    Thank you

    Code:
    Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
    Hit:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease               
    Hit:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease             
    Hit:5 http://security.ubuntu.com/ubuntu noble-security InRelease             
    Hit:4 https://rspamd.com/apt-stable noble InRelease               
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    All packages are up to date.
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    E: Unable to locate package php8.2-memcached
    E: Couldn't find any package by glob 'php8.2-memcached'
    root@vps:/home/ubuntu# pecl install memcached
    WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
    pecl/memcached can optionally use PHP extension "igbinary" (version >= 2.0)
    pecl/memcached can optionally use PHP extension "msgpack" (version >= 2.0)
    downloading memcached-3.3.0.tgz ...
    Starting to download memcached-3.3.0.tgz (92,669 bytes)
    .....................done: 92,669 bytes
    18 source files, building
    running: phpize
    sh: 1: phpize: not found
    ERROR: `phpize' failed
    
    
    
    
     
    Last edited: Jul 18, 2025
  2. remkoh

    remkoh Active Member HowtoForge Supporter

    Loose the 'd' at the end, php8.2-memcache
     

Share This Page