3
A
回答
12
4
yum install php-pear php-devel httpd-devel pcre-devel gcc make
pecl install apc
2
我使用雷米庫。 (CentOS版本6.5,PHP 5.4) 您可以通過以下命令
yum --enablerepo=remi list php54*
yum --enablerepo=remi list php54* | grep apc
我得到了以下的APC包
php54-php-pecl-apcu.x86_64 4.0.7-1.el6.remi @remi
現在你可以用下面的命令來安裝APC
yum install php54-php-pecl-apcu --enablerepo=remi
列出可用的包
相關問題
- 1. Yum模塊沒有找到可行
- 2. 在Ubuntu上找不到食譜yum?
- 3. 安裝python開發包沒有yum
- 4. 錯誤:Fedora-22 chroot沒有yum
- 5. Yum失敗 - 沒有啓用回購。
- 6. 沒有找到
- 7. 沒有找到
- 8. 沒有找到
- 9. 如何找到帶有YUM或RPM的文件?
- 10. weka.classifiers.neural.lvq沒有找到
- 11. difference_type沒有找到
- 12. System.ComponentModel.DataAnnotations.Schema沒有找到
- 13. toolkitscriptmanager.cs沒有找到
- 14. Morris.js沒有找到
- 15. @WicketHomePage沒有找到
- 16. org.springframework.orm.hibernate4沒有找到
- 17. libQtDeclarative.so沒有找到
- 18. stbuild沒有找到
- 19. pdo.php沒有找到
- 20. Virtualenvwrapper沒有找到
- 21. GLU.dll沒有找到
- 22. Smarty_Internal_TemplateCompilerBase沒有找到
- 23. tbb.dll沒有找到
- 24. RANLIB沒有找到
- 25. ApplicationDbContext.Create沒有找到
- 26. 當沒有找到
- 27. phpsh沒有找到
- 28. Microsoft.Activities沒有找到
- 29. rmarkdown:pandoc:pdflatex沒有找到
- 30. JFactory沒有找到
同時我發現有一個php *過濾器,這就是爲什麼它沒有顯示php-pecl-apc。 – codiac 2013-04-12 10:06:20