php-apcu with imscp 1.4.1

  • I used apcu for my nextcloud installation. After update to imscp 1.4.1 apcu doesn't seems to be installed anymore. i tried to fix this with apt-get install but it's returning errors.
    I know i'm dumb but maybe you have a clue what the problem is?


    i seem to found the error under the new repos it's known as php-apcu and not php5-apcu

    Edited 3 times, last by batZen ().

  • Code
    1. aptitude remove php5-apcu
    2. aptitude purge php5-apcu
    3. aptitude install php-apcu
    4. phpenmod apcu
    5. service php5.6-fpm restart

    For me it worked like that