Sponsored Content
Operating Systems Linux Fedora Install memcached on Suse 11 SP2 Post 302847727 by karlochacon on Tuesday 27th of August 2013 03:48:04 PM
Old 08-27-2013
Install memcached on Suse 11 SP2

hi guys

I am trying to install this extension for php named memcached but I am not really able to do it

PECL :: Package :: memcached

I have Suse 11 SP2 installed without any registration (I mean installed not paying subscription) so my question

is there a way to install it like in CentOS - Fedora like this post?

RHEL / CentOS 6 Linux Install Memcached High Performance Distributed Memory Object Cache Server

thanks a lot
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to install Suse Linux 8.1?

Can anyone tell me how to install Suse Linux 8.1? :( (6 Replies)
Discussion started by: Micheal
6 Replies

2. SuSE

Best Repository for SUSE 10.1 install?

I've made a few attempts at an OpenSuse10.1 clean install using a boot.iso and network repository install dir. I've succesfully done a few network installs before and know what I'm doing with the procedure, however I seem to be getting problems with the connection to the remote repository. It's... (0 Replies)
Discussion started by: Mark Ward
0 Replies

3. UNIX for Dummies Questions & Answers

How to install Cygwin on Windows XP SP2

Please can anyone help me with how to install cygwin on a windows Xp SP2 platform, I cant seem to get it to work? (1 Reply)
Discussion started by: jimoney
1 Replies

4. UNIX for Dummies Questions & Answers

Where are the repositories located in SUSE SLES 10 SP2

Hi, In SUSE SLES 10 SP2 where are the software repositories located? In CENTOS they are in /etc/yum.repositories or something like that. What does SLES use? (1 Reply)
Discussion started by: mojoman
1 Replies

5. Red Hat

Install Suse from RedHat

Hi, There are two systems: (1) HP server under RedHat Linux with CD drive. (2) Notebook under Windows Vista with DVD drive. Now I want to install Suse Linux on the HP server, but the installation media is a DVD. How can I do it? Thank you much in advance! (3 Replies)
Discussion started by: aixlover
3 Replies

6. UNIX for Dummies Questions & Answers

Suse 10 SP2 VNC Password

hi guys I've configured some CentOS where you can set a password for VNC and that password is requested before connecting to the normal user login But I found that Suse 10 SP3 has no such thing basically it has this configuration under /etc/xinetd.d/vnc service vnc1 { ... (2 Replies)
Discussion started by: kopper
2 Replies

7. High Performance Computing

Job Schedular for Suse Enterprise SLES 11 SP2

We have a server with 160 hyper-threaded cpu's threads and 2Tb of RAM. I need to implement command line job queue and parallel thread usage for multiple user environment kindly suggest necessary tools to be installed. I have understanding that sun grid engine like applications are available for... (0 Replies)
Discussion started by: vaibhavvsk
0 Replies
Dancer::Session::Memcached(3pm) 			User Contributed Perl Documentation			   Dancer::Session::Memcached(3pm)

NAME
Dancer::Session::Memcached - Memcached-based session backend for Dancer VERSION
version 0.202 DESCRIPTION
This module implements a session engine based on the Memcache API. Session are stored as memcache objects via a list of Memcached servers. CONFIGURATION
The setting session should be set to "memcached" in order to use this session engine in a Dancer application. A mandatory setting is needed as well: "memcached_servers", which should contain a comma-separated list of reachable memecached servers (can be either address:port or sockets). Here is an example configuration that uses this session engine session: "memcached" memcached_servers: "10.0.1.31:11211,10.0.1.32:11211,10.0.1.33:11211,/var/sock/memcached" DEPENDENCY
This module depends on Cache::Memcached. SEE ALSO
See Dancer::Session for details about session usage in route handlers. AUTHOR
Alexis Sukrieh <surkia@sukria.net> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Alexis Sukrieh. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.12.4 2011-10-21 Dancer::Session::Memcached(3pm)
All times are GMT -4. The time now is 09:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy