Search the web
Sign In
New User? Sign Up
rpm-list · Redhat RPM List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21319 - 21348 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21319
(In Red Hat) whenever an older package (or parts of it) is needed (and doesn't collide with the newer one, e.g. different library so version) a compatibility ...
Axel Thimm
Axel.Thimm@...
Send Email
May 1, 2003
9:08 am
21320
I'm having some trouble getting an rpm to build. I setup a different directory structure with BUILD, RPMS, SOURCES, SPECS, SRPMS & tmp where the builds should...
David M. Fetter
dfetter@...
Send Email
May 1, 2003
6:50 pm
21321
... Hunches: 1. The build $PATH gets to /usr/ucb/cc before a real compiler (either gcc or /opt/SUNWspro/bin/cc). If you want to use gcc, and guessing from your...
Paul Heinlein
heinlein@...
Send Email
May 1, 2003
7:01 pm
21322
Indeed. It turns out that the rpmrc default is to have "optflags: sparc64 -O2 -m64 -mcpu=ultrasparc", however that doesn't seem to work and according to the...
David M. Fetter
dfetter@...
Send Email
May 1, 2003
7:11 pm
21323
Hi, I'm running vanilla RH9. I'm trying to update one of RH packages, namely libtiff-3.5.7. More precisely I want to re-enable LZW compression (the patent is...
Hugues Talbot
Hugues.Talbot@...
Send Email
May 2, 2003
1:51 am
21324
... [snip] ... rpm -qi specspo rpm -e specspo echo 'curse you, red hat. your new rpm translation scheme may be easier' echo 'for you, but sucks for third-party...
Matthew Miller
mattdm@...
Send Email
May 2, 2003
2:04 am
21325
Thanks Matthew, I was wading my way through the rpm source code when you replied. Phew, I'm not crazy after all. Cheers ... Hugues Talbot, CSIRO Mathematical &...
Hugues Talbot
Hugues.Talbot@...
Send Email
May 2, 2003
3:12 am
21326
Hello, I have packaged my product using rpm. This gets installed under /opt/<test> directory. I installed the base version of the product say 2.0. Now we have...
Manjula Ramachandra (...
mramacha@...
Send Email
May 2, 2003
11:30 am
21327
... right. You could have tried also -e, followed by -i. Does it work? And what does -ql say? Cheers, Michael ...
Michael Kuss
kuss@...
Send Email
May 2, 2003
12:17 pm
21328
... [ ... ] There are at least two reasons for using compatibility packages: 1. Although rpm can keep different versions of a package, "upgrade" mode (rpm -U)...
Toralf Lund
toralf@...
Send Email
May 2, 2003
12:44 pm
21329
situation: red hat 9 upgraded rpm 4.2-1, from ftp.rpm.org i downloaded apt-0.5.5cnc5 from freshrpms.net, and *every* attempt to install it generates a seg...
Robert P. J. Day
rpjday@...
Send Email
May 2, 2003
12:48 pm
21330
Hello, ... From: rpm-list-admin@... [mailto:rpm-list-admin@...] On Behalf Of Michael Kuss Sent: Friday, May 02, 2003 5:30 PM To:...
Manjula Ramachandra (...
mramacha@...
Send Email
May 2, 2003
1:01 pm
21331
On Fri, 2 May 2003, Manjula Ramachandra (mramacha) wrote: snipped ... ... strange, no clue. ... You should be able to answer that by yourself, don't you? And...
Michael Kuss
kuss@...
Send Email
May 2, 2003
1:18 pm
21332
... Then why not also for the kernel packages which are most fragile to accidental upgrades? ... Effectively this is a posterior splitting of packages, so why...
Axel Thimm
Axel.Thimm@...
Send Email
May 2, 2003
1:50 pm
21333
... This sounds like you are doing the actual moving of files in your %post and %postun scripts. So doing an erase (-e), run's the %postun script, and then ...
Troy Dawson
dawson@...
Send Email
May 2, 2003
2:10 pm
21334
Hi, I'm attempting to install a forum which requires both MySQL and php. I am getting a failed dependency for a MySQL RPM when attempting to install the ...
DB
rpm-redhat@...
Send Email
May 2, 2003
6:13 pm
21335
... Your php is compiled against the 3.23.x series of MySQL. Recompile the php rpm, or use the older MySQL rpms. -matt ...
Matthew Kent
matt@...
Send Email
May 2, 2003
6:23 pm
21336
Hi matt, OK great thanks for that info - I had a hunch I did not have the correct version of php. The only problem is - that version of PHP is the latest ...
DB
rpm-redhat@...
Send Email
May 2, 2003
6:26 pm
21337
Recompile it against sources; or mend the specfile for php and rebuild it against 4.x packages. ... _______________________________________________ Rpm-list...
Geoffrey Pan
gpan@...
Send Email
May 2, 2003
6:44 pm
21338
Sorry for the delay in answering to this, but I've been really busy. Your impressions on encap are not true. It's true that the most obvious use is to manage...
Carlos Villegas
villegas@...
Send Email
May 2, 2003
6:52 pm
21339
Thanks Geoffrey, I tried doing an rpm -f php-4.2.2-8.0.7 to force a re compile but got the error - "rpm -ivh --force php-4.2.2-8.0.7 error: open of...
DB
rpm-redhat@...
Send Email
May 2, 2003
7:38 pm
21340
I am trying to find a work around this bug. I don't know if anyone but me even sees it anymore. My spec file is attached. Please respond with something, even...
Jonathan Gardner
jgardner@...
Send Email
May 2, 2003
7:54 pm
21341
... Either add a BuildRoot: directive or disable filechecks by adding to spec file %undefine __check_files 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@......
Jeff Johnson
jbj@...
Send Email
May 2, 2003
9:09 pm
21342
For example the php mod against sources? Would I just run rpm -ivh --force php-4.2.2-8.0.7? I tried that and got an error even though PHP is already...
DB
rpm-redhat@...
Send Email
May 2, 2003
9:23 pm
21343
Recompile? or reinstall? To recompile it, get the SRPM, install it, and do 'rpm -ba <spec file>' To reinstall it, you have to have the actual package, which...
Bart Whiteley
bwhiteley@...
Send Email
May 2, 2003
9:29 pm
21344
First you need to download a Source RPM. These are distinguished by .src.rpm at the end of the file name. Then you need to make sure you have rpm-build...
Joseph Tate
jtate@...
Send Email
May 2, 2003
9:33 pm
21345
Hi, Thanks, tried that and got... warning: /etc/php.ini saved as /etc/php.ini.rpmsave Also no response or command prompt, had to close the connection and re ...
DB
rpm-redhat@...
Send Email
May 2, 2003
10:23 pm
21346
Hi, When I ran rpm -e php or rpm -e MySQL or rpm -e MySQL --nodeps, my telnet connection freezes up. I don't get a returned prompt and the only way I can ...
DB
rpm-redhat@...
Send Email
May 2, 2003
11:17 pm
21347
... killall -9 rpm; rm -f /var/lib/rpm/__* try it again. -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam...
Jesse Keating
hosting@...
Send Email
May 2, 2003
11:20 pm
21348
why in the heck doesn't https://listman.redhat.com/mailman/listinfo/rpm-list have a subscribe are? i have tried what i think are the correct steps to...
clearthink
clearthink@...
Send Email
May 2, 2003
11:22 pm
Messages 21319 - 21348 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help