Re: rpm question

2003-07-31 Thread Jack Bowling
** Reply to message from Barry Johnson <[EMAIL PROTECTED]> on Thu, 31 Jul 2003 08:18:35 -0400 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of RedHat Mailing List > Sent: Wednesday, July 30, 2003 11:40 PM > To: [EMAIL PROTECTED] > Subject: rpm quest

Re: rpm question

2003-07-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 20:40:19 -0700, RedHat Mailing List wrote: > RedHat 9, fresh install. > > rpm -i perl-CGI-2.81-88.i386.rpm > > Entered the command and nothing happened for 10 minutes and it seemed my session had > locked up, so I disconnected

Re: rpm question

2003-07-31 Thread Leonard den Ottolander
Hi Ed, Wrap your lines please. > Now, just running rpm -qa doesn't seem to work. I entered the command > 10 minutes ago and it's still sitting there with no apparent activity. Have a look in /var/lib/rpm and see if there are any __db* files. Delete these and see if that fixes things. Maybe y

RE: rpm question

2003-07-31 Thread Barry Johnson
I have run into similar weird problems with rpm, sometimes just rebuilding the rpm database fixed my problems. Rpm --rebuilddb as root Barry Johnson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RedHat Mailing List Sent: Wednesday, July 30, 2003 11:40

RE: RPM question

2003-01-09 Thread Mobeen Azhar
Thanks a bunch Anand Buddhdev, I will check that out. --Moby -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Anand Buddhdev Sent: Thursday, January 09, 2003 17:02 To: [EMAIL PROTECTED] Subject: Re: RPM question - Original Message - From

Re: RPM question

2003-01-09 Thread Anand Buddhdev
- Original Message - From: "Mobeen Azhar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 11:44 PM Subject: RPM question > rpm -qa | grep XXX shows package XXX installed. I need to remove XXX from > the RPM database without making any other changes to the sys

Re: rpm question

2002-06-24 Thread Emmanuel Seyman
On Mon, Jun 24, 2002 at 03:43:09PM -0700, Steve Lee wrote: > my rpm database seem to have !#@d up. i tried to do a > rpm --rebuilddb What is the output of "rpm --rebuilddb -v -v" ? The last 20 lines should suffice. Emmanuel ___ Redhat-list mailin

Re: RPM question..

2002-06-12 Thread cgalpin
On Wed, 12 Jun 2002, Paul Thomas wrote: > > Actually I'm trying to unpack and install some of these rpm's on > another machine (Slackware) that has some drive space, etc. > > Sorry to seem so inept. I'm used to working with tarballs that I > can plant anywhere I want. Then get the tarball. Or get

Re: RPM question..

2002-06-12 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 12 June 2002 07:58 pm, Paul Thomas wrote: I'll paste from several different mails here... > How do I verify the package is good? I downloaded the distribution > snapshot from ftp://ftp.redhat.com. rpm -K [packagename] will check the md

Re: RPM question..

2002-06-12 Thread Paul Thomas
On Wed, 12 Jun 2002, Joseph V Moss wrote: > > On Wed, 12 Jun 2002, Joseph V Moss wrote: > > > > > > > > There's one more thing you should look at when examining an RPM to see what > > > it's going to install on your system: the install scripts. > > > > > > rpm -q --scripts somerpm.arch.rpm >

Re: RPM question..

2002-06-12 Thread Joseph V Moss
> > On Wed, 12 Jun 2002, Joseph V Moss wrote: > > > > > There's one more thing you should look at when examining an RPM to see what > > it's going to install on your system: the install scripts. > > > > rpm -q --scripts somerpm.arch.rpm > > > > should let you see what changes the rpm will mak

Re: RPM question..

2002-06-12 Thread Paul Thomas
On Wed, 12 Jun 2002, Joseph V Moss wrote: > > There's one more thing you should look at when examining an RPM to see what > it's going to install on your system: the install scripts. > > rpm -q --scripts somerpm.arch.rpm > > should let you see what changes the rpm will make besides just insta

Re: RPM question..

2002-06-12 Thread Joseph V Moss
There's one more thing you should look at when examining an RPM to see what it's going to install on your system: the install scripts. rpm -q --scripts somerpm.arch.rpm should let you see what changes the rpm will make besides just installing new files. > > On Wed, 12 Jun 2002, Paul Thomas wr

Re: RPM question..

2002-06-12 Thread Paul Thomas
On Wed, 12 Jun 2002, Paul Thomas wrote: > > On Wed, 12 Jun 2002, Michael Fratoni wrote: > > > > rpm2cpio SysVinit-2.77-2.i386.rpm | cpio -dim --no-absolute-filenames > > > > > > I get a 'broken pipe' error:( > > > > Hrmm, > > I don't have that version available at present. Have you verified

Re: RPM question..

2002-06-12 Thread Paul Thomas
On Wed, 12 Jun 2002, Michael Fratoni wrote: > > rpm2cpio SysVinit-2.77-2.i386.rpm | cpio -dim --no-absolute-filenames > > > > I get a 'broken pipe' error:( > > Hrmm, > I don't have that version available at present. Have you verified that the > rpm is good? It works here with a slightly diffe

Re: RPM question..

2002-06-12 Thread Paul Thomas
On Wed, 12 Jun 2002, Michael Fratoni wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 12 June 2002 04:19 am, Paul Thomas wrote: > > Yes! This is what I need to do, thanks! The only trouble is when > > I try: > > > > rpm2cpio SysVinit-2.77-2.i386.rpm | cpio -dim --no-abs

Re: RPM question..

2002-06-12 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 12 June 2002 04:19 am, Paul Thomas wrote: > Yes! This is what I need to do, thanks! The only trouble is when > I try: > > rpm2cpio SysVinit-2.77-2.i386.rpm | cpio -dim --no-absolute-filenames > > I get a 'broken pipe' error:( Hrmm, I do

Re: RPM question..

2002-06-12 Thread Paul Thomas
Yes! This is what I need to do, thanks! The only trouble is when I try: rpm2cpio SysVinit-2.77-2.i386.rpm | cpio -dim --no-absolute-filenames I get a 'broken pipe' error:( Thanks again, --Paul On Tue, 11 Jun 2002, Michael Fratoni wrote: > Don't use rpm at all for this. You can use rpm2c

Re: RPM question..

2002-06-11 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 11 June 2002 08:37 pm, Matthew Bradford wrote: > Paul, > Check out the man page for rpm (man rpm) and look up the part that > talks about the --root option. This should be what you're looking for. Not likely to do what he wants, I don

Re: RPM question..

2002-06-11 Thread Matthew Bradford
Paul, Check out the man page for rpm (man rpm) and look up the part that talks about the --root option. This should be what you're looking for. - matt - Original Message - From: "Paul Thomas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 4:13 PM Subject:

Re: RPM question..

2002-06-11 Thread Brian Ashe
Paul Thomas, On Tuesday June 11, 2002 06:42, you said something about: > On Tue, 11 Jun 2002, Brian Ashe wrote: > > Paul Thomas, > > > > On Tuesday June 11, 2002 04:13, you said something about: > > > Hi, > > > > > > I made a directory called 'work'. In it I put an rpm package. I > > > would like

Re: RPM question..

2002-06-11 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 11 June 2002 04:13 pm, Paul Thomas wrote: > Hi, > > I made a directory called 'work'. In it I put an rpm package. I > would like to unpack this package and install itself with directory > tree in a subdirectory of the 'work' directory. I do

Re: RPM question..

2002-06-11 Thread Paul Thomas
On Tue, 11 Jun 2002, Brian Ashe wrote: > Paul Thomas, > > On Tuesday June 11, 2002 04:13, you said something about: > > Hi, > > > > I made a directory called 'work'. In it I put an rpm package. I > > would like to unpack this package and install itself with directory > > tree in a subdirectory

Re: RPM question..

2002-06-11 Thread Brian Ashe
Paul Thomas, On Tuesday June 11, 2002 04:13, you said something about: > Hi, > > I made a directory called 'work'. In it I put an rpm package. I > would like to unpack this package and install itself with directory > tree in a subdirectory of the 'work' directory. I don't want rpm > to install th

Re: rpm question

2002-03-30 Thread Manuel A. Camacho Q.
Try rpm --rebuilddb first. -Manuel. ann kok wrote: > Hi all > > After upgrade db3, I used rpm -qa but got > Segmentation fault > > How do I do it? > > Thank you > > > > __ > Do You Yahoo!? > Yahoo! Greetings - send holiday greetings for Ea

Re: RPM question

2001-12-05 Thread Ed Wilts
On Tue, Dec 04, 2001 at 08:46:40PM -0800, Ian Dobson wrote: > I installed perl from source, not from and rpm and now any time I install > anything that depends on perl it says > error failed dependancies: > /usr/bin/perl is needed by whatever.rpm > > I do have a /usr/bin/perl and it does work, a

Re: RPM question

2001-12-05 Thread Leonard den Ottolander
Hi Ian, > Ya, I thought about that, but perl is only one of them, I have a good > 30 or 40 perl modules installed that were installed through cpan If these are modules that are not in the distro it is unlikely that you will find any dependencies on them. In 7.2 one or two of t

Re: RPM question

2001-12-05 Thread Mike Burger
The modules are of no consequence, as far as the RPM database goes, from what I've seen. On Tue, 4 Dec 2001, Ian Dobson wrote: > Ya, I thought about that, but perl is only one of them, I have a good > 30 or 40 perl modules installed that were installed through cpan, so > I'd also have to ge

Re: RPM question

2001-12-05 Thread Mike Burger
Oooo...--justdb? I didn't know about that switch. On Wed, 5 Dec 2001, Brian Ashe wrote: > Hi Ian, > > On Tuesday, December 04, 2001, 11:46:40 PM, you babbled something about: > > ID> I installed perl from source, not from and rpm and now any time I install > ID> anything that depends on perl

Re: RPM question

2001-12-05 Thread Mike Burger
Install the latest Perl RPM. On Tue, 4 Dec 2001, Ian Dobson wrote: > I installed perl from source, not from and rpm and now any time I install > anything that depends on perl it says > error failed dependancies: > /usr/bin/perl is needed by whatever.rpm > > I do have a /usr/bin/perl and it doe

Re: RPM question

2001-12-04 Thread Ian Dobson
Ya, I thought about that, but perl is only one of them, I have a good 30 or 40 perl modules installed that were installed through cpan, so I'd also have to get those rpm's, I was just wondering if you could update the rpm database to include other stuff withough actually going to the trouble o

Re: RPM question

2001-12-04 Thread Brian Ashe
Hi Ian, On Tuesday, December 04, 2001, 11:46:40 PM, you babbled something about: ID> I installed perl from source, not from and rpm and now any time I install ID> anything that depends on perl it says ID> error failed dependancies: ID> /usr/bin/perl is needed by whatever.rpm ID> I do have a /u

Re: rpm question

2001-11-12 Thread BobH
Charles, Thanks. Better get my glasses checked. I skipped over the -F arguement. Thanks again, Bob [EMAIL PROTECTED] wrote: > > On Mon, 12 Nov 2001, BobH wrote: > > > Hi, > > I am going to update my RH7.2 install before recompiling the kernel and > > trying my had at iptables. To make

Re: rpm question

2001-11-12 Thread cgalpin
On Mon, 12 Nov 2001, BobH wrote: > Hi, > I am going to update my RH7.2 install before recompiling the kernel and > trying my had at iptables. To make life easier I used IglooFTP-PRO to > download ALL the updates from the RH site and burned them to a CD. Now if > I do a rpm -Uvh * from the mo

Re: RPM Question

2000-06-06 Thread Glen Lee Edwards
On Wed, 7 Jun 2000, Mark Bayles wrote: > >I have been trying to install a RPM package and it seems I have struck >some type of issue while installing a package. > >I am trying to install DBI-perl-bin-0.93-1.i386.rpm > >When I try to install it says it's already installed. Then when I try >to un

Re: RPM Question

2000-06-06 Thread Bret Hughes
"Mikkel L. Ellertson" wrote: > > > > > > Try rpm -e DBI-perl-bin-0.93-1 without the .i386.rpm. RPM lists the > package name > in it's data base, and the package name does not include the arc-type or > the rpm > extension. Good advice but my guess is that the version info won't be in the package

Re: RPM Question

2000-06-06 Thread Mikkel L. Ellertson
At 10:49 AM 6/7/00 +1000, Mark Bayles wrote: > >I have been trying to install a RPM package and it seems I have struck >some type of issue while installing a package. > >I am trying to install DBI-perl-bin-0.93-1.i386.rpm > >When I try to install it says it's already installed. Then when I try >