[centos 5.6 問題] 裝唔到httpd-devel no packetage

本帖最後由 hkbilly828 於 2011-8-31 20:40 編輯

裝唔到 httpd-devel
佢話no packetage found
我是centos5.6 x64
求ching教教

httpd-devel no packeage #adore# plz

你有冇串錯字? httpd-devel

TOP

你串錯字-,-

TOP

今日小TIPS:
"devel" 全寫應為develop  即開發的意思
httpd-devel 即httpd既開發用套件  亦即headers之類既野

TOP

回復 2# lazyfai


    sorry 我打錯字
httpd-devel 都係無...

TOP

正常都會有喎。你睇下:
http://mirror.centos.org/centos/5/updates/x86_64/RPMS/

除非你 network 有問題去唔到 repo server

TOP

本帖最後由 hkbilly828 於 2011-9-1 00:17 編輯
正常都會有喎。你睇下:


除非你 network 有問題去唔到 repo server
lazyfai 發表於 2011-8-31 23:47


試過無 知唔知點搞
  1. [root@s1 ~]# yum install httpd-devel
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4. * base: mirror.vpshosting.com.hk
  5. * extras: mirror.vpshosting.com.hk
  6. * updates: mirror.vpshosting.com.hk
  7. Excluding Packages in global exclude list
  8. Finished
  9. Setting up Install Process
  10. No package httpd-devel available.
  11. Nothing to do
複製代碼
yum install httpd-devel.x86_64
都無

TOP

本帖最後由 cwchan3618 於 2011-9-1 02:56 編輯

回復 7# hkbilly828

yum install httpd-devel.x86_64
都無


我裝到。你有冇自已改過 /etc/yum.repos.d/CentOS-Base.repo 呀?vpshosting.com.hk 都不在官方 mirror list 內。
  1. [root@vm16 ~]# yum install httpd-devel.x86_64
  2. Loaded plugins: fastestmirror
  3. Determining fastest mirrors
  4. * base: ftp.cuhk.edu.hk
  5. * extras: ftp.cuhk.edu.hk
  6. * updates: ftp.cuhk.edu.hk
  7. base                                                     | 2.1 kB     00:00
  8. extras                                                   | 2.1 kB     00:00
  9. updates                                                  | 1.9 kB     00:00
  10. updates/primary_db                                       | 725 kB     00:01
  11. Setting up Install Process
  12. Resolving Dependencies
  13. --> Running transaction check
  14. ---> Package httpd-devel.x86_64 0:2.2.3-45.el5.centos.1 set to be updated
  15. --> Processing Dependency: apr-util-devel for package: httpd-devel
  16. --> Processing Dependency: apr-devel for package: httpd-devel
  17. --> Running transaction check
  18. ---> Package apr-devel.x86_64 0:1.2.7-11.el5_6.5 set to be updated
  19. ---> Package apr-util-devel.x86_64 0:1.2.7-11.el5_5.2 set to be updated
  20. --> Processing Dependency: openldap-devel for package: apr-util-devel
  21. --> Processing Dependency: db4-devel for package: apr-util-devel
  22. --> Processing Dependency: expat-devel for package: apr-util-devel
  23. --> Running transaction check
  24. ---> Package db4-devel.x86_64 0:4.3.29-10.el5_5.2 set to be updated
  25. ---> Package expat-devel.x86_64 0:1.95.8-8.3.el5_5.3 set to be updated
  26. ---> Package openldap-devel.x86_64 0:2.3.43-12.el5_6.7 set to be updated
  27. --> Processing Dependency: cyrus-sasl-devel >= 2.1 for package: openldap-devel
  28. --> Running transaction check
  29. ---> Package cyrus-sasl-devel.x86_64 0:2.1.22-5.el5_4.3 set to be updated
  30. --> Finished Dependency Resolution

  31. Dependencies Resolved

  32. ================================================================================
  33. Package              Arch       Version                      Repository   Size
  34. ================================================================================
  35. Installing:
  36. httpd-devel          x86_64     2.2.3-45.el5.centos.1        updates     149 k
  37. Installing for dependencies:
  38. apr-devel            x86_64     1.2.7-11.el5_6.5             updates     238 k
  39. apr-util-devel       x86_64     1.2.7-11.el5_5.2             base         53 k
  40. cyrus-sasl-devel     x86_64     2.1.22-5.el5_4.3             base        1.4 M
  41. db4-devel            x86_64     4.3.29-10.el5_5.2            base        2.0 M
  42. expat-devel          x86_64     1.95.8-8.3.el5_5.3           base        129 k
  43. openldap-devel       x86_64     2.3.43-12.el5_6.7            updates     1.6 M

  44. Transaction Summary
  45. ================================================================================
  46. Install       7 Package(s)
  47. Upgrade       0 Package(s)

  48. Total download size: 5.5 M
  49. Is this ok [y/N]:
複製代碼

TOP

yum clean all
之後再嚟過

TOP