xcache install issue

After you get it to install, then you will need to add the config information to the php.ini file as mentioned on the setup page link above.

I also installed the /admin folder from /xcache1.1.2 into one of my domains and then you can use it to see exactly what and how it's performing.

You will need to set the password and user name in the config file for xcache though.

and I will still do a write up on this, I have another server to do next week and I will keep better notes.
 
After you get it to install, then you will need to add the config information to the php.ini file as mentioned on the setup page link above.

I also installed the /admin folder from /xcache1.1.2 into one of my domains and then you can use it to see exactly what and how it's performing.

You will need to set the password and user name in the config file for xcache though.

and I will still do a write up on this, I have another server to do next week and I will keep better notes.
you removed what you previously wrote in that post!! :P

so after build all is completed

Code:
yum -y install autoconf
remove php* from etc/yum.conf
run xcache guide as normal
?
 
Ya that was just something I did, it was found not to be needed but is ok too. :)

yum -y install autoconf

when that is completed, you can put back the php* in the yum.conf file.

then run the xcache install again
 
so when should i take out php*? before installing autoconf? do i need to leave it out to run xcache installtion?
 
take it out for the yum -y install autoconf

put it back after that

All that does is tell yum not to update or install any php programs, directadmin controls the php through it's updates.

then run install again
 
Yes, I'm a little anal about updating things... lol

The only tricky parts I think you may have is inserting the xcache conf info into the php.ini file... make sure you insert it before the zend config info.
 
think it was only autoconf was the problem once that was installed everything worked fine....
Code:
[root@uk xcache-1.2.2]# php -v
PHP 5.2.10 (cli) (built: Jul 25 2009 10:10:36)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
7.10am off to sleep a few hours.. :)
 
Now that this thread is a total mess.... at least you got it... lol

on the next server I will be installing suhosin as well.
 
oh my, :P il give that ago when i wake up, if you try before me, post any issues :P lol
 
Back
Top