Re: What's the easiest way to deal with dependencies???

2003-10-20 Thread Ed Wilts
On Fri, Oct 17, 2003 at 01:51:43PM -0500, Rigler, Steve wrote: > Assuming we're talking about the same Tora: > > Name: tora Relocations: (not relocateable) > Version : 1.3.9.2 Vendor: Red Hat, Inc. > Release : 1

Re: SUMMARY: What's the easiest way to deal with dependencies???

2003-10-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Oct 2003 15:51:37 -0700 (PDT), Dave Martini 1 wrote: > Hi and thanks to everyone that replied to my message there were > many of you. I learned from your replies that the RH 9 version > of tora that I had originally downloaded would probab

SUMMARY: What's the easiest way to deal with dependencies???

2003-10-17 Thread Dave Martini 1
Hi and thanks to everyone that replied to my message there were many of you. I learned from your replies that the RH 9 version of tora that I had originally downloaded would probably cause me problems on RH AS 2.1 since this version is based on 7.3. I coudln't find a version of tora for 7.3 so I

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Dave Martini 1
Hi thank I do already have that package installed # pm -qa|grep rpmdb rpmdb-redhat-9-0.20030313 David > From [EMAIL PROTECTED] Fri Oct 17 11:53 PDT 2003 > From: Michael Schwendt <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: What's the easiest way to

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rigler, Steve
> -Original Message- > From: Rodolfo J. Paiz [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2003 1:43 PM > To: [EMAIL PROTECTED] > Subject: Re: What's the easiest way to deal with dependencies??? > > > At 12:21 10/17/2003, you wrote: > >Ok I do

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Jason Dixon
On Fri, 2003-10-17 at 14:21, Dave Martini 1 wrote: > Ok I downloaded apt-get. By the way I have Red Hat > Enterprise AS 2.1 will the version of apt-get for Red Hat Linux 9 > work ok? From what I understand version 9 and AS 2.1 are the same > other than the clustering and multi processor etc. What

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rodolfo J. Paiz
At 12:51 10/17/2003, you wrote: Dave, Assuming we're talking about the same Tora: Name: tora Relocations: (not relocateable) Version : 1.3.9.2 Vendor: Red Hat, Inc. Release : 1 Build Date: Mon 17 Feb 200

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rigler, Steve
id. > > > > From [EMAIL PROTECTED] Fri Oct 17 10:34 PDT 2003 > > X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 > > content-class: urn:content-classes:message > > MIME-Version: 1.0 > > Subject: RE: What's the easiest way to deal with de

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 17 Oct 2003 09:10:21 -0700 (PDT), Dave Martini 1 wrote: > I am trying to install a 3rd. party package and there are many dependencies. > What's the best way to find these packages that it needs? [I don't cover package tools like Yum or APT-RP

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rodolfo J. Paiz
At 12:20 10/17/2003, you wrote: [EMAIL PROTECTED] bhughes]$ for dep in `cat /tmp/tora.deps`; do echo -n "$dep provided by "; rpm -q --redhatprovides $dep ;done libDCOP.so.4 provided by kdelibs-3.0.0-10 libgcc_s.so.1 provided by no package provides libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) provided by no

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rodolfo J. Paiz
At 12:21 10/17/2003, you wrote: Ok I downloaded apt-get. By the way I have Red Hat Enterprise AS 2.1 will the version of apt-get for Red Hat Linux 9 work ok? From what I understand version 9 and AS 2.1 are the same other than the clustering and multi processor etc. What does the i386 mean? Don't ta

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Dave Martini 1
quot;Rodolfo J. Paiz" <[EMAIL PROTECTED]> > Subject: Re: What's the easiest way to deal with dependencies??? > Mime-Version: 1.0 > X-AntiAbuse: This header was added to track abuse, please include it with any abuse > report > X-AntiAbuse: Primary Hostname - ri

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Bret Hughes
On Fri, 2003-10-17 at 12:32, Rodolfo J. Paiz wrote: > At 11:17 10/17/2003, you wrote: > >So let me see if I understand this. > > > >The dependency called libDCOP.so.4 > > > >is part of the package called > > > >kdelibs-3.1.4-3.src.rpm > > > >And to just get that one dependency I have to download th

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Dave Martini 1
MIME-Version: 1.0 > Subject: RE: What's the easiest way to deal with dependencies??? > X-MS-Has-Attach: > X-MS-TNEF-Correlator: > Thread-Topic: What's the easiest way to deal with dependencies??? > Thread-Index: AcOU09NBghlbsvb8Taa82FYLBTaPDgAADMwA > From: "Rigler,

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rodolfo J. Paiz
At 11:17 10/17/2003, you wrote: So let me see if I understand this. The dependency called libDCOP.so.4 is part of the package called kdelibs-3.1.4-3.src.rpm And to just get that one dependency I have to download the package kdelibs-3.1.4-3.src.rpm And extract this one file from that package?

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rigler, Steve
> -Original Message- > From: Dave Martini 1 [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2003 12:17 PM > To: [EMAIL PROTECTED] > Subject: Re: What's the easiest way to deal with dependencies??? > > > So let me see if I understand this. > >

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Dave Martini 1
there are many dependencies. David. > From [EMAIL PROTECTED] Fri Oct 17 09:43 PDT 2003 > From: [EMAIL PROTECTED] > X-X-Sender: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: What's the easiest way to deal with dependencies??? > MIME-Version: 1.0 > X-Loop: [EMAI

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rodolfo J. Paiz
At 10:53 10/17/2003, you wrote: I've dealt with this same issue (as I'm sure everyone has) and I have one question: Are you saying that a person should install the entire kdelibs-3.1-0 to get that one dependancy solved, or are you suggesting to somehow extract that one file from the kdelibs tar? De

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Reuben D. Budiardja
On Friday 17 October 2003 12:53 pm, Chris W. Parker wrote: > [EMAIL PROTECTED] > > on Friday, October 17, 2003 10:57 AM said: > > I don't know of a fast way but if you plug in the names one by one > > with google it usually finds them for instance the first one > > is

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Hal Burgiss
On Fri, Oct 17, 2003 at 09:53:04AM -0700, Chris W. Parker wrote: > > kdelibs-3.1-0 to get that one dependancy solved, or are you suggesting > to somehow extract that one file from the kdelibs tar? That would not work, since the rpm database would not know about "the one file". It only knows about

RE: What's the easiest way to deal with dependencies???

2003-10-17 Thread Chris W. Parker
[EMAIL PROTECTED] on Friday, October 17, 2003 10:57 AM said: > I don't know of a fast way but if you plug in the names one by one > with google it usually finds them for instance the first one > is part of kdelibs-3.1-0 I've dealt with this same issue (as I'm sure e

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread hanfamily
> I am trying to install a 3rd. party package and there are many dependencies. > What's the best way to find these packages that it needs? > I tried http://rpmfind.net and typed in some of the ones below > but some don't come up. Is the first column the actual name > of the package? Can I find thes

Re: What's the easiest way to deal with dependencies???

2003-10-17 Thread Rodolfo J. Paiz
At 10:10 10/17/2003, you wrote: I am trying to install a 3rd. party package and there are many dependencies. What's the best way to find these packages that it needs? up2date will automatically resolve all dependencies for Red Hat-supplied packages, and there are tools like yum, current, and apt-g

What's the easiest way to deal with dependencies???

2003-10-17 Thread Dave Martini 1
I am trying to install a 3rd. party package and there are many dependencies. What's the best way to find these packages that it needs? I tried http://rpmfind.net and typed in some of the ones below but some don't come up. Is the first column the actual name of the package? Can I find these on the R