List Info

Thread: wrong "Suggested resolutions" when try to install httpd by hand




wrong "Suggested resolutions" when try to install httpd by hand
user name
2006-12-26 14:18:04
when I try to install httpd by the rpm command I got:

# rpm -ivh
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm
warning:
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm:
V3DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
        apr >= 0.9.4-24.2 is needed by
httpd-2.0.52-28.ent.centos4.i386
        httpd-suexec is needed by
httpd-2.0.52-28.ent.centos4.i386
        libapr-0.so.0 is needed by
httpd-2.0.52-28.ent.centos4.i386
        libaprutil-0.so.0 is needed by
httpd-2.0.52-28.ent.centos4.i386
    Suggested resolutions:
       
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-0.9.4-2
4.5.c4.2.i386.rpm
       
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-util-0.
9.4-21.i386.rpm
       
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/httpd-suexe
c-2.0.52-28.ent.centos4.i386.rpm

should I just get the rpm package name and not the
full path?

I know that yum is the easy way but .... sometimes I
like to run the rpm command 

thanks
roger

__________________________________________
RedHat Certified Engineer ( RHCE )
Cisco Certified Network Associate ( CCNA )

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
wrong "Suggested resolutions" when try to install httpd by hand
user name
2006-12-26 14:30:47
> when I try to install httpd by the rpm command I got:
>
> # rpm -ivh
>
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm
> warning:
>
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm:
> V3DSA signature: NOKEY, key ID 443e1821
> error: Failed dependencies:
>         apr >= 0.9.4-24.2 is needed by
[snip]

This is basic package management stuff, please read the rpm
manual.

-- Daniel

_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
wrong "Suggested resolutions" when try to install httpd by hand
user name
2006-12-26 14:39:20
Roger PeXa Escobio wrote:
> when I try to install httpd by the rpm command I got:
> 
> # rpm -ivh
>
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm
> warning:
>
/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm:
> V3DSA signature: NOKEY, key ID 443e1821
> error: Failed dependencies:
>         apr >= 0.9.4-24.2 is needed by
> httpd-2.0.52-28.ent.centos4.i386
>         httpd-suexec is needed by
> httpd-2.0.52-28.ent.centos4.i386
>         libapr-0.so.0 is needed by
> httpd-2.0.52-28.ent.centos4.i386
>         libaprutil-0.so.0 is needed by
> httpd-2.0.52-28.ent.centos4.i386
>     Suggested resolutions:
>        
>
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-0.9.4-2
4.5.c4.2.i386.rpm
>        
>
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/apr-util-0.
9.4-21.i386.rpm
>        
>
/home/buildcentos/CENTOS/en/4.0/i386/CentOS/RPMS/httpd-suexe
c-2.0.52-28.ent.centos4.i386.rpm
> 
> should I just get the rpm package name and not the
> full path?
> 
> I know that yum is the easy way but .... sometimes I
> like to run the rpm command 

rpm -e rpmdb-CentOS
and try again 

( or you can just work out the right solvepath for rpm's
macros, look in 
/etc/rpm for more info )

-- 
Karanbir Singh : http://www.karan.org/ :
2522219icq
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
wrong "Suggested resolutions" when try to install httpd by hand
user name
2006-12-26 15:13:44
--- danieldkpobox.com wrote:

/media/cdrecorder/CentOS/RPMS/httpd-2.0.52-28.ent.centos4.i3
86.rpm:
> > V3DSA signature: NOKEY, key ID 443e1821
> > error: Failed dependencies:
> >         apr >= 0.9.4-24.2 is needed by
> [snip]
> 
> This is basic package management stuff, please read
> the rpm manual.
my problem was not about howto solve dependencies by
hand.
I just wanted to point a very small, and cosmetic, bug
I expect to be show _just_ the package name and not
the _full_ path to the packages that solve the
dependencies problem
I guess the way to solve this is to fix some spec
file, I dont know for sure, and there is a great
probability that I get the same problem with RHEL too
(upstreams bug  ) but I
felt I should report this
because in this yum-update-apt days, when dependencies
are auto solved, there was a chance nobody know the
problem  yet

cu
roger

__________________________________________
RedHat Certified Engineer ( RHCE )
Cisco Certified Network Associate ( CCNA )

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
wrong "Suggested resolutions" when try to install httpd by hand
user name
2006-12-26 15:24:17
--- Karanbir Singh <mail-listskaran.org> wrote:
> rpm -e rpmdb-CentOS
> and try again 

nice workaround 

> 
> ( or you can just work out the right solvepath for
> rpm's macros, look in 
> /etc/rpm for more info )

shame on me 
I dont know why I though sometime I got just the
packages names and not the full path to the package
rpm name but, from the macros.solve file, I should
allways had got the full path :-(

ok, now I know howto show the righ output
thanks
roger

__________________________________________
RedHat Certified Engineer ( RHCE )
Cisco Certified Network Associate ( CCNA )

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
wrong "Suggested resolutions" when try to install httpd by hand
user name
2006-12-26 21:23:05
On Tue, 26 Dec 2006 07:13:44 -0800 (PST)
Roger "Peņa" Escobio <orkcuyahoo.com> wrote:
> my problem was not about howto solve dependencies by
> hand.
> I just wanted to point a very small, and cosmetic, bug
> I expect to be show _just_ the package name and not
> the _full_ path to the packages that solve the
> dependencies problem

Jikes, sorry for misreading your e-mail. My apologies .

-- Daniel
_______________________________________________
CentOS-devel mailing list
CentOS-develcentos.org
http://lists.centos.org/mailman/listinfo/centos-devel
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )