Server :: Unable To Install Memcached With PHP 5.2 On CentOS?

Nov 19, 2010

So I just got a new centOS box with PHP 5.1.something but I wanted it on PHP 5.2, initialy running

Code:
yum update php
returned
Code:
php-pecl-memcache-2.2.6-1.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: php-zend-abi = 20050922 is needed by package php-pecl-memcache-2.2.6-1.el5.x86_64 (installed)

[Code].....

View 1 Replies


ADVERTISEMENT

CentOS 5 :: How To Install Memcached Via Yum

Dec 18, 2009

How to install Memcached via yum? I tried

yum install memcached memcache

but no packages found. Should I install it from sources or other rep?

View 4 Replies View Related

CentOS 5 Server :: Updating Memcached Fails - Error With Rpm Check Debug Vs Depsolve

Aug 17, 2010

I am trying to run yum update on my CentOS 5.3 server, 32-bit, but it responds with the following:

Quote:Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
memcached is needed by (installed) memcached-selinux-1.2.8-1.el5.i386

Complete (1, [u'Please report this error in [URL]...

View 1 Replies View Related

CentOS 5 :: Memcached Not Running / Solution For This?

Feb 25, 2011

I recently updated CentOS and PHP from 5.2 to 5.3. I ran into this issue though code...

I attempted to re-install memcached and got memcache.so moved to the appropriate module folder and updated php.ini. I am not sure if the updates removed other dependencies or if this is related to my CentOS update.

View 1 Replies View Related

CentOS 5 :: Unable To Install Centos 5.5 X86_64 On Vmware Server 2.0.2?

Nov 6, 2010

I have an i5 Thinkpad running Windows 7 64-bit. VT is enabled in the BIOS. I have installed vmware server v 2.0.2 but am unable to install Centos 5.5 x86_64 as a guest OS. The steps that I followed are as follows:1. Created a new VM, specifying RHEL 5 64-bit as the intended guest OS (per vmware documentation - Centos is not available as a selection2. Downloaded all 8 iso files for Centos v5.5 64-bit3. Modified the CD/DVD drive to 'connect at power' and use an iso with the path pointing to the x86_64 iso 1 of 8When I power up the VM, the console window displays 'ISOLINUX 3.11 2005-09-02 Copyright (C) 1994-2005 H. Peter Anvin' and nothing else. The installation splash screen never appears. As a test, I downloaded the first of 7 iso files for the 32-bit version of Centos 5.5 and pointed the CD/DVD drive to that iso. In that case, the installation starts as expected. I would really like to get the 64-bit version installed and running.

View 3 Replies View Related

CentOS 5 Server :: Unable To Complete Install 'exceptions.ValueError Invalid Install Location

Aug 28, 2010

when i do a paravirtualised install coz fully grey out (how do you get round this) and ftp install path is ftp://192.168.1.1:65354/bie764.iso

i get error:

Unable to complete install 'exceptions.ValueError Invalid install location: Opening URL ftp://tj:tj@192.168.1.1:65354/bie764.iso failed.
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/create.py", line 724, in do_install
dom = guest.start_install(False, meter = meter)

[code]...

does it not accept ftp passwords.. what ftp server program (with autostart so it works with crossover linux as i know no other way start apps with that. can try to insta wine but need rpm) will work

View 1 Replies View Related

Server :: Unable To Install CentOS On Netbook Using USB

Jun 19, 2011

I am trying to install CentOS on my netbook and I am referring the following documentation: [URL]

However, after completing the steps mentioned in the documentation when I plug in the USB to boot in CentOS it says: Unable to find the kernel load image and then sits at the boot: prompt.

View 6 Replies View Related

CentOS 5 Networking :: Unable To Port 8080 On CentOS VPS Server

May 30, 2011

i am not able to port 8080 on my CentOS VPS server.I have followed all the instuctions as mentioned on iptables wiki page.Also I am able to telnet my ip address and port number, But can not access from browser.

View 6 Replies View Related

CentOS 5 :: Unable To Connect To Remote Centos MySql Server Using PHP?

Aug 8, 2011

I have two Centos 5 servers one running Asterisk with PHP installed and another sever running as a MySql Database server, at the moment when I try run simple script to see if I can connect to the remote server I get the following error.Quote:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

View 2 Replies View Related

Debian :: Memcached With Igbinary Not Working

Oct 29, 2015

php5-memcached is working without problems but has no igbinary support.

So i did:

Code: Select allwget https://pecl.php.net/get/memcached-2.2.0.tgz
tar -xzvf memcached-2.2.0.tgz
cd memcached-2.2.0
phpize
./configure --enable-memcached-igbinary
make
make test
make install

And also put
Code: Select allextension = /usr/lib/php5/20131226/memcached.so
in the php.ini

But memcached is not loading??

It's Nginx with FPM/FastCGI PHP 5.6.14-0+deb8u1

View 0 Replies View Related

Red Hat / Fedora :: Open Port For Memcached?

Feb 5, 2010

Im new to RHEL5, but comfortable with linux in general. Im trying to setup a dedicated memcached server for my webservers.

currently our setup is as follows:
a load balancer,
two servers attached to the load balancer
a new server to run dedicated memcached
Ive installed memcached and started the service.

[Code]...

View 1 Replies View Related

CentOS 5 Server :: TFTP-server Unable To Send Files To Clients Outside It Subnet?

Sep 9, 2011

I have tftp-server running on Centos 5. Clients which are on the same subnet as the server are able to get and put without problems. I have a client that is across the internet that is having trouble getting files from my tftp server. A tcpdump reveals that the client is requesting the same file over and over again. In /var/log/messages, I am see the following error repeated over and over until the client finally gives up.

localhost in.tftpd[12727]: tftpd: read: No route to host

View 1 Replies View Related

CentOS 5 Server :: Unable To Test SASL On Mail Server

Nov 23, 2009

I followed the Wiki guide for configuring my Postfix server for SASL / TLS. I don't get any errors and I assume it's working but when I try and test SASL (saslauthd), I don't get the response noted according to the Wiki and I don't understand why.

View 3 Replies View Related

Server :: Unable To Start X In Centos

Oct 19, 2010

# startx
xauth: creating new authority file /root/.serverauth.18174
X Window System Version 7.1.1
Release Date: 12 May 2006

[Code]....

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. Couldnt get a file descriptor referring to the console

i have used these commands also

mknod /dev/tty0 c 4 0
chmod 660 /dev/tty0

View 2 Replies View Related

Server :: Confiuring DNS On CentOS 5.4 But Unable To Resolve?

Apr 20, 2011

I am confiuring DNS on CentOS 5.4 but unable to resolve.The configuration files and output of commands is given below.IP Address=192.168.0.66

/etc/resolv.conf
nameserver 192.168.0.66
nameserver 127.0.0.1

[code]....

View 1 Replies View Related

CentOS 5 :: Unable To Start Ldap Server?

Jun 10, 2009

using centos 5.2

unbale to start ldap server.

see below info

[root@system ~]# yum install openldap
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base:

[Code]....

View 5 Replies View Related

CentOS 5 Server :: Can't Install Debian Xen Guest With Virt-installer [Centos 5.3]?

May 3, 2009

I have tried to install debian 5.0 and 4.0 without any luck. I have both tried virt-manager and virt-install with both debian-501-i386-netinst.iso, and full dvd. I't always gives me the same error:Starting install.Could not find an installable distribution at '/xen/debian-501-i386-netinst.iso'

[Code]...

View 2 Replies View Related

CentOS 5 :: Unable To Install The 5.3

Jul 9, 2009

I tried to install centos 5.3 on my dell pc. I downloaded the large 3.69 gb dvd iso. file from 5 seperate mirror sites and burned the disk images. When I boot it did the disk checks and they have been all good. The problem I'm having is it starts the boot process lets me get to the partition settings and then goes to formating the harddrive then when it starts the install part it goes for a few minutes then gives me a error that it cant find a file (not allways the same file) and says the install sorce is missing a file or is corrupted. This is why I have spent a few days downloading from different mirror sites to see if that was the issue, they all cant be bad.

When I first attempted the install it installed grub for multi boots I dont think this has any problem with finding the files but who knows. I looked up on how to uninstall grub and you can not from the info on there site.The box is a dell pent 4 with one gig ram, two ide hard drives and it ran windows xp. I intalled fedora on the box and it ran fine w/ no install errors I just need to try and set up a server so I can install webgui's cms webhosting wre software. In there forums they said centos 5 is the best os for what I want to do.

View 9 Replies View Related

CentOS 5 :: Unable To Install YUM

Jan 26, 2011

I've downloaded the YUM RPM to a flash drive and double-clicked it in an attempt to install the RPM. Package Manager reported that the RPM is already installed. Oddly enough, when I try to open Package Manager itself, I get an error, "Unable to retrieve repository metadata. This could be caused by not having a network connection available." and the >Details are "Cannot retrieve repository metadata (repomd.xml) for repository: c5-media. Please verify its path and try again." (A network connection IS available...I'm posting from the server, right now!)

If I click on the Repository Manager button, I get the attached picture and assume that sll is well with those different configurations.

View 2 Replies View Related

CentOS 5 :: Unable To Install 5.7

Sep 21, 2011

I have a very urgent problem that is nailing me down for days now: I was running CentOS 5.7 x86_64 very successful in a VM here. Now i wanted to install it on a native system here. So i burned the 8 ISOs to 8 CDs.

When i started the installation however, it is booting correct, (continue in GUI mode) and then finally asking me for installation language/keyboard layout, then it comes up with "CD Not Found" - "The CentOS CD was not found in any of your CDROM drives. Please insert the CentOS CD and press OK to retry" - what i did, several times, without success.

Next try: The DVD image. So i installed a torrent client, downloaded both ISOs, burned them several hours later -> same result. after going through the first steps (selecting install language and keyboard layout): "CD Not Found" - "The CentOS CD was not found in any of your CDROM drives. Please insert the CentOS CD and press OK to retry" - what i did, several times, without success.

So, last try: The NetInstall image. Downloaded the ISO, burned it, and yah! Finally, i can install CentOS. It took almost 6 hours to get through the installation. I got one error (Can't download 'something i don't remember'), i said retry, and it continued. So but now it hangs after startup. Mouse cursor is visible, blue nice 'wait' anim is playing, that's it.

I'd really want to reinstall it, and i don't trust the net install (i probably screwed up something else) - so how can i fix this damn CD drive issue? is the drive (oem something standard IDE thing) not supported or what?

View 1 Replies View Related

CentOS 5 :: Install An Icecast Server On Centos 5 VPS Hosted Through Phurix?

Jul 1, 2010

I've been trying for the past week to install an icecast server on my centos 5 VPS hosted through phurix.

I've tried compiling it, installing it from RPM. but im getting nowhere. Has anybody had any luck installing it, who wouldn't mind explaining how they went about it?

I've searched google for hours on end and all I can come up with is generic cent os 4 guides that just wont work. Im not the best when in comes to linux. I do a great job of copying and pasting to a shell prompt and can use ftp etc.

if this is any use.. heres the last output from my last attempt and compiling it...

[root@vps613 icecast-2.3.2]# ./configure --prefix=/usr/local/icecast
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no

[Code]...

View 1 Replies View Related

Server :: Unable To Use Centos 5.X SAMBA PDC With LDAP Backend

Jun 9, 2011

I've tried to followed exactly the steps in:

[URL]

on how to setup Samba PDC w/ LDAP backend. I've reach far up to page two of the tutorial. However I'm stucked in the middle of the part of page two:

[URL]

in the part of the Start the LDAP Samba installation up and I should type the :

#useradd user1
#smbldap-useradd -a -G 'Domain Users' -m -s /bin/bash -d /home/user2 -F "" -P user1

I get this error:

Error looking for next uid in sambaDomainName=sambaDomain,dc=DOMAINNAME:No such object at /usr/lob/perl5/vendor_perl/5.8.8/smbldap_tools.pm line 1194.why does this appear, Is there any configurations missing?

View 1 Replies View Related

Server :: Unable To Setup Replication In MySQL 5.0.77 On CentOS 5.5

Jun 21, 2010

I am looking into setting up replication in a production environment but currently this is on two test machines. I am following the documentation at [URL] but I am unable to get past "16.1.1.10 Setting the Master Configuration on the Slave". When I do the CHANGE MASTER TO I am getting a syntax error for some reason. What am I doing wrong? These servers run "CentOS release 5.5 (Final)" and "MySQL 5.0.77-log Source distribution" installed via yum. The only changes from default are that I created a single database on the master before doing the table lock and dump, then everything else has been done exactly to what the documentation states, but is still failing.

The option skip-networking is not in the config file on either server and neither one runs SELinux or any firewall.

mysql> CHANGE MASTER TO
-> MASTER_HOST='192.168.1.220'
-> MASTER_USER='repl'
-> MASTER_PASSWORD='removed'

[Code]....

View 3 Replies View Related

CentOS 5 Networking :: Unable To Get Internet Access To 5 Server

Jan 17, 2009

I've installed centos 5 on an old computer with success and it works great.I can access the web server hosted on the centos server from any computer on the wireless and wired local network. I can also use ssh (putty) and nx client from any computer on the local network (wired and wireless) to access the centos server.On the wireless router I've configured a port forwarding to the wireless network interface on the centos server. I can access the centos server from the outside (internet) through this port forwarding both through http and ssh or nx client.MY problem is that I can't access the centos server from the internet through the wired network interface. Any attempt to view a web page or login with ssh or the nx client will timeout.

View 9 Replies View Related

CentOS 5 :: Unable To Gain Access To Server Locally?

Jun 30, 2009

We have a server were we no longer seem to be able to gain access, neither locally or remotely.When we try to connect via SSH we get a "Connection Refused". We have checked that it's not our standard firewall blocking the request, so it can either be the local firewall (which we disabled when installing) or that the process isn't running.However, when we try to login locally on the machine (as root) all we get is "Login failed". We've tried restarting the machine in single user mode to change the root password, and while we can do this succesfully, it still doesn't give us access when rebooting the machine afterwards.No other users (besides the standard users created when installing) are available on the server, so we can't say if this is a problem with the root account, or with logging on in general.

View 1 Replies View Related

CentOS 5 Server :: KickStart Unable To Retrieve Stage2.img

Sep 14, 2010

I recently set up a kickstart server using Centos 5. I copied all 7 of the centos 5 install cd's to the tree. I made the install cd, it boots fine. I'm using http, when I'm prompted, I put in the web site: 1.1.1.1 and the Centos directory of /network-install/RPM

I get the following error:

Unable to retrieve [URL]

I've been told the double slashes after the ip address is not a problem, and I've tested that through a browser, by browsing the same location. (not sure if
that's a valid test, but it did find the directory and display the files.)

View 2 Replies View Related

CentOS 5 Server :: Unable To Access Resume Device?

Sep 23, 2011

I face a problem with my server after i rebooted it i got a message on start up tell me that " Unable to access resume device (label=swap-sdb3) " and the system doesn't startup

the error message exactly is

Unable to access resume device (lable=swap-sdb3)
Creating root device.
Mounting root filesystem.
[ 3.305354] EXT-fs (md1) : error : unable to read superplock
mount: error mounting /dev/root on sysroot as ext3 : invalid argument

[Code]....

View 4 Replies View Related

CentOS 5 :: Unable To Install Eclipse CDT 4.0?

Jun 3, 2009

I need to install Eclipse CDT 4.0 (or 5) for centos 5. I have the final version of centos 5.3.

I downloaded the Eclipse CDT version from here CDT 4.0 for Fedora and I tried to install the RPM as root.

# rpm -i eclipse-cdt-4.0.3-1.fc9.i386.rpm. The result for this command is:
warning: eclipse-cdt-4.0.3-1.fc9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
eclipse-cvs-client is needed by eclipse-cdt-4.0.3-1.fc9.i386

[Code].....

View 3 Replies View Related

5 :: Unable To Install CentOS 5.3 From DVD / Enable This?

Jun 4, 2009

A problem with installing CentOS 5.3 from DVD ...
I downloaded the CentOS-5.3-i386-bin-DVD.iso, after recording an image on DVD
Start the installation, selecting Installation Method, chose Local CDROM - Message on my screen: "CD Not Found"

P.S. md5sum matches with this website developer

What a problems?

View 2 Replies View Related

CentOS 5 :: Unable To Install Wine (nothing To Do)?

Jun 26, 2009

Let me start by saying I'm new to CentOS. But we're getting a server with CentOS soon so I'm experimenting on a virtual machine for the moment. One of the things I'm going to test requires me to have wine installed on the CentOS box. I found that to install wine I need to use the command "yum install wine". When doing this nothing really happens. I get the following output on the screen:

Loading mirror speeds from cached hostfile
* base: centos.crazyfrogs.org
* updates: base: centos.crazyfrogs.org
* addons: base: centos.crazyfrogs.org
* extras: base: centos.crazyfrogs.org
Setting up Install Process
Parsing package install arguments
No package wine available Nothing to do.

I've already issued the "yum upgrade" command but my problem still remains.

Does anybody know of this issue or is there anybody who can help me with this?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved