D
Dragouf
Guest
I have the same problem.
lsattr /usr/lib64/apr-1/build
return : no such file or directory.
lsattr /usr/lib64/apr-1/build
return : no such file or directory.
if you have both .i386 and .x86_64 installed of apr and apr-util and are using x86_64 installs of everything, you just need to do
rpm -e --justdb apr.i386
rpm -e --justdb apr-util.i386
and the upgrade will run as normal. seems that having both binaries installed is bad
Execute command rpm -U --test /root/parallels/APACHE_2.2.22/dist-rpm-CentOS-5-x86_64/packages/apr-1.4.6-12051419.x86_64.rpm
error: Failed dependencies:
libapr-1.so.0 is needed by (installed) apr-util-1.2.7-11.el5_5.2.i386
libapr-1.so.0 is needed by (installed) subversion-1.6.11-7.el5_6.4.i386
I suppose that it will update only the x86_64 package of arp and leave the old package of i386.# rpm -e --justdb apr.i386
just install a newer subversion:
cd
wget http://pkgs.repoforge.org/subversion/subversion-1.6.6-1.el5.rfx.x86_64.rpm
rpm -Uvh subversion-1.6.6-1.el5.rfx.x86_64.rpm
wget http://pkgs.repoforge.org/subversion/mod_dav_svn-1.6.6-1.el5.rfx.x86_64.rpm
rpm -Uvh mod_dav_svn-1.6.6-1.el5.rfx.x86_64.rpm
Installing the package apr-util-devel-1.4.1-12051418.i386, apr-util-1.4.1-12051418.i386, apr-devel-1.4.6-12051418.i386, apr-1.4.6-12051418.i386
error: unpacking of archive failed on file /usr/lib/apr-1/build: cpio: rename failed - Is a directory
.
.
Find directly required packages for psa-php5-configurator-1.6.2-cos5.build110120608.16.x86_64
Find directly required packages for apr-1.4.6-12070410.x86_64
Installing the package apr-1.4.6-12070410.x86_64
error: Failed dependencies:
libapr-1.so.0 is needed by (installed) apr-util-1.2.7-11.el5_5.2.i386
libapr-1.so.0 is needed by (installed) subversion-1.6.11-10.el5_8.i386
~emptyExecute command /usr/local/psa/admin/bin/send-error-report install
Error: Installation will not continue
Warning! Not all packages were installed.
Please check if your system services are operable.
Please, contact product technical support.
# rpm -q --queryformat '%{name}-%{version}-%{release}.%{arch}\n' apr
apr-1.2.7-11.el5_6.5.x86_64
apr-1.2.7-11.el5_6.5.i386
# rpm -q --queryformat '%{name}-%{version}-%{release}.%{arch}\n' apr-util
apr-util-1.2.7-11.el5_5.2.x86_64
apr-util-1.2.7-11.el5_5.2.i386
i386 version of subversion package was also removed as a dependency.# yum remove apr-util.i386
Guys, do you have the same problem when you try upgrade to 11 version?