This may be a FAQ, but I've done some googling and tested out various command lines and I can't seem to see how to do this, I've peeked at the api docs...
Paul Nasrat
pauln@...
Jul 1, 2003 7:49 am
22210
Hi, I have this problem where I am trying to install postgres, but the version of linux I'm using is 7.1. In order for a successfull installaion I need to...
rishen arjun
rishen-a@...
Jul 1, 2003 8:33 am
22211
... rpm -q --specfile foo.spec --qf '%{URL}\n' Thanks. Peter _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Peter Bowen
pzb@...
Jul 1, 2003 10:31 am
22212
... Thanks, I managed to miss that option somehow. It partially works as it evaluates the packages the specfile would generate so %{url} works but things like...
Paul Nasrat
pauln@...
Jul 1, 2003 10:50 am
22213
Hi Rishun- By 7.1 I'm assuming you mean Redhat 7.1. It looks like the version of postgres you are trying to install was built for Redhat 9; the dependencies...
Aaron Hanson
a.hanson@...
Jul 1, 2003 4:27 pm
22214
HI, thanks for replying. I have over come the problem, but encounted another. I've installed Redhat 7.1 again with all of the packages. Can you give some...
The RPM web site [1] links to a site [2] with a Solaris 8 package of RPM 4.0.4. A Solaris 9 package is available elsewhere [3], but is not linked to by the RPM...
Jason.Catena@...
Jul 1, 2003 5:19 pm
22217
Is the perl-GD RPM available for RedHat 9 ? I could not find it on the Redhat 9.0 CD's nor in any RPM repositories. Paul ...
Paul Reilly
pareilly@...
Jul 1, 2003 11:19 pm
22218
If build-it-yourself is an option, check out then cpan2rpm module from CPAN: http://search.cpan.org/author/ECALDER/cpan2rpm-2.019/cpan2rpm This amazing utility...
Aaron Hanson
a.hanson@...
Jul 1, 2003 11:34 pm
22219
Hi, I have SuSE 8.1. Because I upgraded to the newer glibc-2.3, I cannot use the old RPM program, so I have to build my own. When I try to make rpm-4.1,...
Zarathustra
Zarathustra@...
Jul 2, 2003 8:05 am
22220
... Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!...
Rupak Mohan
rupak_mailman@...
Jul 2, 2003 8:38 am
22221
Hi All, I would like to install SendMail on my RedHat linux 7.1 system(Pentium 1) Please let me know the (stable)rpm version to install. Is Yes, plz let me...
Rupak Mohan
rupak_mailman@...
Jul 2, 2003 8:41 am
22222
... Yes, but those options are for cpanflute2, which != cpan2rpm. cpanflute2 is in the RPM-Specfile distribution: http://search.cpan.org/dist/RPM-Specfile/ ...
Ville Skyttä
ville.skytta@...
Jul 2, 2003 8:50 am
22223
Consider this spec file snippet (from RH docs): Requires: foo =S 42 How do I also require a specific version of foo? Requires: foo = 42:1.0-1 ?? Or maybe this ...
Frank Cusack
fcusack@...
Jul 2, 2003 8:56 am
22224
... Yes. -- \/ _______________________________________________ Rpm-list mailing list Rpm-list@... https://www.redhat.com/mailman/listinfo/rpm-list...
Ville Skyttä
ville.skytta@...
Jul 2, 2003 9:04 am
22225
... I believe that serial is deprecated in favour of Epoch, which provides a numeric "namespace". This post seems to backup the deprecation: ...
Paul Nasrat
pauln@...
Jul 2, 2003 9:05 am
22226
... Its not onlyt deprecated, it is ignored by rpm when doing version comparisons, and thus is pretty much useless. In the case of dependencies there may...
James Olin Oden
joden@...
Jul 2, 2003 11:43 am
22227
... Aaron, I thought cpanflute2 was part of the RPM::Specfile package/module. Is Chip Turner no longer maintaining it? Cheers...james ... ...
James Olin Oden
joden@...
Jul 2, 2003 11:44 am
22228
... Try the rpm at http://atrpms.physik.fu-berlin.de/name/perl-GD/ ... -- Axel.Thimm@......
Axel Thimm
Axel.Thimm@...
Jul 2, 2003 12:15 pm
22229
When exactly do you get additional version info like "(GLIBC_2.0)" in auto-generated requirements, and why? (I mean additional version info as in % rpm -q...
Toralf Lund
toralf@...
Jul 2, 2003 2:11 pm
22230
... See "objdump -p /lib/libc.so.6" and "objdump -p /bin/ls" "Version definitions" and "Version References" section in this output. See...
Artur Frysiak
wiget@...
Jul 2, 2003 2:21 pm
22231
Yes; sorry and thanks James and Ville for the correction. cpanflute2 is in the RPM:Specfile module. -Aaron ... _______________________________________________ ...
Aaron Hanson
a.hanson@...
Jul 2, 2003 3:56 pm
22232
Hi All, I was trying to install an rpm, and there was no space left on /var. When I did I got the following output: [root@berlin root]# rpm -Uvh...
James Olin Oden
joden@...
Jul 2, 2003 4:00 pm
22233
Hi all, I realize this has been kind of a hot topic recently but it never really got resolved as far as I can tell. I am trying to get a recent version of RPM...
White, Chad (MED)
chad.white@...
Jul 2, 2003 8:33 pm
22234
Hello, I have been trying to install Frontpage Extensions to a Linux server (Redhat 7.3) by following some directions that have you download apache, php,...
Debbie Odle
debbie@...
Jul 2, 2003 8:42 pm
22235
... The problem is that you're trying to build rpms on a system that doesn't have the software development packages installed, all those -devel packages....
Jesse Keating
hosting@...
Jul 2, 2003 8:51 pm
22236
Chad, I have successfully built RPM 4.1 on Solaris using GCC 2.95.1 and without Python support but using the included libelf. I just needed to make some...
lrtaylor@...
Jul 2, 2003 11:14 pm
22237
When doing: rpm -bb /usr/src/packages/SPECS/cups.spec I get: parse error in expression /usr/src/packages/SPECS/cups.spec:46: \ parseExpressionBoolean returns...
manuel Silva
manuelsilva22@...
Jul 3, 2003 1:48 am
22238
I have an rpmbuild tree and I built an app. from the src.rpm. Now I want to apply a hack in a file in the the build tree and rebuild it so I can produce a...