Skip to content
Menu
  • Company
    • About Us
    • Store
    • Contact Us
  • E – Seva Kendra Common Service Center
  • Products And Services
  • Join our Social Network
  • Search
  • Company
    • About Us
    • Store
    • Contact Us
  • E – Seva Kendra Common Service Center
  • Products And Services
  • Join our Social Network

Instarr Softwares Ichalkaranji

Good sales people are first to be hired and last to be fired - Mr Shiv Khera

Memcached script


#!/bin/bash

#This script is only applicable if you installed xampp 5.6.32 from this link https://www.apachefriends.org/download.html
#this is script has to be run only once

apt-get update -y

#install memcached cache server
apt install memcached

sudo apt-get update

#downloading required packages for compiling memcache extension of php
sudo apt-get install build-essential libtool autoconf unzip wge

export PHP_AUTOCONF=/usr/bin/autoconf

export PHP_PREFIX=/opt/lampp/bin/php

#Download memcache

wget http://pecl.php.net/get/memcache-2.2.7.tgz

tar -zxf memcache-2.2.7.tgz

cd memcache-2.2.7

/opt/lampp/bin/phpize

./configure --enable-memcache --with-zlib-dir=/opt/lampp --with-php-config=/opt/lampp/bin/php-config

make

make install

make test

# append to php.ini

echo "extension=memcache.so" >> /opt/lampp/etc/php.ini

/opt/lampp/ctlscript.sh restart apache

  • Web Development Course HTML | CSS | Javascript
  • Mysql Database Course
  • PHPmyadmin Course
  • PHP Coding Course
  • Image OCR to Text
  • Solutions to Problems
  • New Instarr Email yourname.instarr@gmail.com
  • Sign Up to Trello for your daily work assignments
  • Keep Open Whatsapp in PC
  • Install XAMPP to Linux
  • Create Gmail Email Templates for Marketing
  • PDF Tools
  • Files Shared instarrcom@gmail.com
  • Learning Center

Copyright © 2025 Instarr Softwares Ichalkaranji. All Rights Reserved.

Codilight Theme by FameThemes