Magueta
10-21-2004, 12:10 AM
Hello everyone,
I was trying to update apache 2 and I got the message that I needed newer versions of certain libraries so I went to rpmsearch to download the package libapr0-2.0.52-3.i586.rpm which apparently includes the other two that I need to get Apache updated. I know downloading things manually and installing them manually is a little clunky but I just don't have the time to setup apt or some other utility that would allow me to keep all my packages up to date. Anyway, when I try to install the libraries package I get the error below.
rpm -i libapr0-2.0.52-3.i586.rpm <-- command
warning: libapr0-2.0.52-3.i586.rpm: V3 DSA signature: NOKEY, key ID efb694ea
file /usr/lib/libapr.so.0 from install of libapr0-2.0.52-3 conflicts with file from package httpd-2.0.40-21.11
file /usr/lib/libaprutil.so.0 from install of libapr0-2.0.52-3 conflicts with file from package httpd-2.0.40-21.11
Why won't it just replace the older files? I've used rpm -i, rpm -U, and it was contemplating --force that I decided I should probably ask someone.
What's the proper command to get the job done?
Joe
I was trying to update apache 2 and I got the message that I needed newer versions of certain libraries so I went to rpmsearch to download the package libapr0-2.0.52-3.i586.rpm which apparently includes the other two that I need to get Apache updated. I know downloading things manually and installing them manually is a little clunky but I just don't have the time to setup apt or some other utility that would allow me to keep all my packages up to date. Anyway, when I try to install the libraries package I get the error below.
rpm -i libapr0-2.0.52-3.i586.rpm <-- command
warning: libapr0-2.0.52-3.i586.rpm: V3 DSA signature: NOKEY, key ID efb694ea
file /usr/lib/libapr.so.0 from install of libapr0-2.0.52-3 conflicts with file from package httpd-2.0.40-21.11
file /usr/lib/libaprutil.so.0 from install of libapr0-2.0.52-3 conflicts with file from package httpd-2.0.40-21.11
Why won't it just replace the older files? I've used rpm -i, rpm -U, and it was contemplating --force that I decided I should probably ask someone.
What's the proper command to get the job done?
Joe