We are on testing stage for our new x86_64 Centos OS, where we currently fixing the 32GB RAM problem..
so after finish the installation, we try to update the OS and there's some error complaining about subversion. As googling around I found that on this 64bit OS it's include also with 32bit package, so that is why some conflict occur.
so after finish the installation, we try to update the OS and there's some error complaining about subversion. As googling around I found that on this 64bit OS it's include also with 32bit package, so that is why some conflict occur.
file /usr/share/xemacs/site-packages/lisp/psvn.el from install of subversion-1.5.5-0.1.el5.rf conflicts with file from package subversion-1.4.2-2.el5
Solutions :
1) we have to remove the subversion.i386
2) update the x86_64 subversion
shell> yum erase subversion.i386
shell> yum update subversion
yattta!~
Comments