cent os yum으로 mysql 설치시 오류 사항 오류 사항중 패키지를 찾을 수 없음을 뜰 경우 cat /etc/yum.conf 을 확인하여 exclude= 를 확인할것 이곳에 적혀 있다면, 이후 업데이트시 제외하고 업데이트를 할 것을 명령했기에 무시하고 스킵되어 찾을 수 없다고 나온다. 더보기 tmp #yum clean allLoaded plugins: fastestmirrorCleaning up EverythingCleaning up list of fastest mirrors [root@cpins]# yum updateLoaded plugins: fastestmirrorDetermining fastest mirrorsExcluding mirror: data.nicehosting.co.kr * addons: ftp.daum.net * atomic: www6.atomicorp.comExcluding mirror: data.nicehosting.co.kr * base: ftp.daum.netExcluding mirror: data.nicehosting.co.kr * extras: ftp.daum.netE.. 더보기 Centos YUM 으로 php 5.3버전 업데이트 centos php yum update 출처 : http://ezgreg.tistory.com/57 지난 2009년 11월 19일, PHP 5.3.1 이 릴리즈 되면서 5.3대로 업데이트를 해보자는 생각을 구글링을 하다 YUM으로 업데이드 할 수 있는 레포지토리를 찾았습니다. # rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy # wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo 이렇게 Repository를 추가하시고 인스톨이나 업데이트를 하실 분은 아래의 명령어를 알맞게 사용하시면 됩니다. - 최초 설치 시 - # yum --enablerepo=webtati.. 더보기 이전 1 ··· 23 24 25 26 27 28 29 ··· 31 다음