Hi! I have 2 questions : 1. I heard about an best and all policy with yum for 64bit arch .. how can i change the policy to best as is annoying to have doubled packages when i need only the 64bit ones ...
2. i try to update the apache and i have this : --> Processing Dependency: /usr/share/magic.mime for package: httpd --> Finished Dependency Resolution httpd-2.2.3-22.el5.centos.1.x86_64 from updates has depsolving problems --> Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.1.x86_64 (updates) Error: Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.1.x86_64 (updates)
and [root@rd yum.repos.d]# ls -la /usr/share/magic.mime lrwxrwxrwx 1 root root 15 Apr 14 11:58 /usr/share/magic.mime -> file/magic.mime [root@rd yum.repos.d]# ls -la /usr/share/file/magic.mime -rw-r--r-- 1 root root 31150 Jan 21 05:43 /usr/share/file/magic.mime
any idea?
Thanks! Adrian
Adrian Sevcenco wrote:
Hi! I have 2 questions :
- I heard about an best and all policy with yum for 64bit arch .. how
can i change the policy to best as is annoying to have doubled packages when i need only the 64bit ones ...
- i try to update the apache and i have this :
--> Processing Dependency: /usr/share/magic.mime for package: httpd --> Finished Dependency Resolution httpd-2.2.3-22.el5.centos.1.x86_64 from updates has depsolving problems --> Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.1.x86_64 (updates) Error: Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.1.x86_64 (updates)
and [root@rd yum.repos.d]# ls -la /usr/share/magic.mime lrwxrwxrwx 1 root root 15 Apr 14 11:58 /usr/share/magic.mime -> file/magic.mime [root@rd yum.repos.d]# ls -la /usr/share/file/magic.mime -rw-r--r-- 1 root root 31150 Jan 21 05:43 /usr/share/file/magic.mime
any idea?
Thanks! Adrian
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Adrian, previous posts show a yum clean all will fix this HTH
Rob Kampen wrote:
Adrian Sevcenco wrote:
Hi! I have 2 questions :
- I heard about an best and all policy with yum for 64bit arch .. how
can i change the policy to best as is annoying to have doubled packages when i need only the 64bit ones ...
- i try to update the apache and i have this :
--> Processing Dependency: /usr/share/magic.mime for package: httpd --> Finished Dependency Resolution httpd-2.2.3-22.el5.centos.1.x86_64 from updates has depsolving problems --> Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.1.x86_64 (updates) Error: Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.1.x86_64 (updates)
and [root@rd yum.repos.d]# ls -la /usr/share/magic.mime lrwxrwxrwx 1 root root 15 Apr 14 11:58 /usr/share/magic.mime -> file/magic.mime [root@rd yum.repos.d]# ls -la /usr/share/file/magic.mime -rw-r--r-- 1 root root 31150 Jan 21 05:43 /usr/share/file/magic.mime
any idea?
Thanks! Adrian
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Adrian, previous posts show a yum clean all will fix this HTH
Thanks! Duh! it was to late in the night :(
Adrian