سلام ، آره ، sent os هست ، مشکلش رو حل کردم ،
این کد رو زدم ،
کد PHP:
export PHP_AUTOCONF=/usr/local/bin/autoconf 
الان نصب کردمش ، تغییری تو سرعت ندیدم فعلا ، تو بیوش نوشته بود ، نویسندش یکی از نویسنده های لایت اسپید بوده ؛ من الان سرور رو با fastcgi کانفیگ کردم ، تو آموزشش تو سایت directadmin هم این رو توصیه کرده بود ، فکر کنم یه جا هم نوشته بود بهتر کار میکنه ، دوباره یه نفر دیگه هم گفت سرورت رو بر اساس زیر کانفیگ کن
کد PHP:
Apache2 mpm event wmod_fcgid PHP-CGI w/XCache opcode cacher
البته همین سوال رو از نویسندش پرسیده بودن گفته بود :

کد PHP:
Do you (the author of XCacheknow  apc,  eaccelerator,  phpa,  truck-mmcache ?
Yeahi know them very well.

I noticed phpa (PHP Acceleratorlong ago, and looked at truck-mmcache around the time it was still being actively maintainedSadly phpa's project died and never updated its code to support newly released versions of PHP. So I used truck-mmcache for a period of time, but... it hanged or crashed continously after being under high load. I noticed APC later, but I've been reading both APC/truck-mmcache source for a long time (I couldn't have writen XCache if I hadn't read them), discovering that APC code is simpler and more beautiful than mmcache's. Features are good, but I believe that stability is more important. So I finally turned to run APC online -- simpler often means more stable. mmcache forked eaccelerator later and they setup  www.eaccelerator.net, running  trac.

But why do you write XCache after that? Why not contribute to ea/apc?
I DID filing bug report, submiting patches to both  http://pecl.php.net/bugs/search.php?cmd=display&package_name[=APC&status=All apc bug report system] and  truck-mmcache on sf.net and interactive with communicate with  zoeloelip, one of the main  developer of eaccelerator. He'
s the first one read my XCache sourcelong before XCache is published onlineI'm not sure, but i guess the idea he rewrite ea_dasm.c is base on my Disassembler idea in XCache :)

There are many reasons for me to write XCache instead of using APC or EA:

Something too big to be made into them (ea/apc).
I have many new ideas on opcode cacher, but I just can'
break their cacher to prove my ideas.
To prove my programming skillsMaking project oneself isn't that simple. With only programming skill is far insufficient, you need to become project admin, designing how the project will be, foresee the cost and benefits ... blah blah
To conclude, I'
ve finished writting XCache for quite a long timebefore then I had used APCAlthough it was quite stable for a php4 with flock() configuration it had become unstable once I upgraded my server to a dual cpu (4 threaded cpubecause it flock()ed badly so XCache was used instead and seems to have solved the problem.

ea/apc is still good opcode cacher, as long as it's maintained actively, and if it's stable for you.

What's special in XCache?
see FeatureList.

btw. I myself, focus XCache on study for stable, for code generating. 
دلیلتون رو میگید؟