Re: /bin/sh is needed by

2002-11-14 Thread John Summerfield
On Thu, 14 Nov 2002, Felix Yoyok S. Aditias wrote:

 Hi,
 I use suse 7.0 with kernel 2.16. When I install tomcat, the following
 message came out :

 rootlbii:/master/tomcat3-3.3.1-4  rpm -ihv servletapi3-3.3.1-1.noarch.rpm
 error: failed dependencies:
 /bin/shis needed by servletapi3-3.3.1-1
 /bin/shis needed by servletapi3-3.3.1-1

 I checked that file sh exists :

 rootlbii:/master/tomcat3-3.3.1-4  ls -l  /bin/sh
 -rwxr-xr-x2rootroot   462084 Nov 14 14:00 sh

 The version of my rpm is 4.0.4. Anyone could address me where the problem
 is?

For some reason the rpm database doesn't have /bin/sh in it.

This is one of those times a knowledgable administrator can happily
rpm --upgrade --nodeps package-name




--


Cheers
John.

Please, no off-list mail. You will fall foul of my spam treatment.
Join the Linux Support by Small Businesses list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb



Re: /bin/sh is needed by

2002-11-14 Thread Daniel Jarboe
I'm on a RH system, but 

$ rpm -qf /bin/sh
bash-2.05-8

If you can find whatever rpm is supposed to provide /bin/sh in your
distro then you might want to do a rpm --justdb on it so you won't get
dependency errors for this in the future.

~ Daniel

-Original Message-
From: John Summerfield [mailto:summer;computerdatasafe.com.au] 
Sent: Thursday, November 14, 2002 3:42 AM
To: [EMAIL PROTECTED]
Subject: Re: /bin/sh is needed by


On Thu, 14 Nov 2002, Felix Yoyok S. Aditias wrote:

 Hi,
 I use suse 7.0 with kernel 2.16. When I install tomcat, the following
 message came out :

 root@lbii:/master/tomcat3-3.3.1-4  rpm -ihv
servletapi3-3.3.1-1.noarch.rpm
 error: failed dependencies:
 /bin/shis needed by servletapi3-3.3.1-1
 /bin/shis needed by servletapi3-3.3.1-1

 I checked that file sh exists :

 root@lbii:/master/tomcat3-3.3.1-4  ls -l  /bin/sh
 -rwxr-xr-x2rootroot   462084 Nov 14 14:00 sh

 The version of my rpm is 4.0.4. Anyone could address me where the
problem
 is?

For some reason the rpm database doesn't have /bin/sh in it.

This is one of those times a knowledgable administrator can happily
rpm --upgrade --nodeps package-name




--


Cheers
John.

Please, no off-list mail. You will fall foul of my spam treatment.
Join the Linux Support by Small Businesses list at
http://mail.computerdatasafe.com.au/mailman/listinfo/lssb



Re: /bin/sh is needed by

2002-11-14 Thread Felix Yoyok S. Aditias
Thanks to John  Daniel, installation works fine with --nodeps

:)-Original Message-
:)From: John Summerfield [mailto:summer;computerdatasafe.com.au]
:)Sent: 14 Nopember 2002 15:42
:)To: [EMAIL PROTECTED]
:)Subject: Re: /bin/sh is needed by
:)For some reason the rpm database doesn't have /bin/sh in it.
:)
:)This is one of those times a knowledgable administrator can happily
:)rpm --upgrade --nodeps package-name
:)
:)