Displaying 8 results from an estimated 8 matches for "rpmrebuild".
Did you mean:
rpmbuild
2015 Dec 17
2
getting Google Earth to work.
...>
> is a continual pain.
>
> I'm attempting to follow the instructions here:
> http://forums.fedoraforum.org/showpost.php?p=1650497&postcount=27
>
> (yes, I know it's a fedora forum (but the same stupid mistake
> persists in the GE packages) but apparently the rpmrebuild binary
> is nolonger available, at least not in Centos (specifically,
> CentOS-7.2.1511). As I know little about all the various rpm
> tools, I don't know how to do what is described there without
> rpmrebuild.
>
> rpmbuild --rebuild seems to ONLY build from a source archive,...
2007 Jun 23
1
rpmrebuild or rpmbuild question
Hello
I have compiled php on a server, but want to upgrade and recompile it
with new features.
is rpmbuild or rpmrebuild capable of compiling or adding these new
features ? or I should
download the source and run ./configure again ? what about yum ? it was
great if yum or
rpmbuild could save the current config and just add the new extensions.
Thanks
2015 Dec 17
0
getting Google Earth to work.
....
> >
> > I'm attempting to follow the instructions here:
> > http://forums.fedoraforum.org/showpost.php?p=1650497&postcount=27
> >
> > (yes, I know it's a fedora forum (but the same stupid mistake
> > persists in the GE packages) but apparently the rpmrebuild binary
> > is nolonger available, at least not in Centos (specifically,
> > CentOS-7.2.1511). As I know little about all the various rpm
> > tools, I don't know how to do what is described there without
> > rpmrebuild.
> >
> > rpmbuild --rebuild seems to ONL...
2015 Dec 17
1
getting Google Earth to work.
...t; I'm attempting to follow the instructions here:
> > > http://forums.fedoraforum.org/showpost.php?p=1650497&postcount=27
> > >
> > > (yes, I know it's a fedora forum (but the same stupid mistake
> > > persists in the GE packages) but apparently the rpmrebuild binary
> > > is nolonger available, at least not in Centos (specifically,
> > > CentOS-7.2.1511). As I know little about all the various rpm
> > > tools, I don't know how to do what is described there without
> > > rpmrebuild.
> > >
> > > r...
2015 Dec 17
0
getting Google Earth to work.
is a continual pain.
I'm attempting to follow the instructions here:
http://forums.fedoraforum.org/showpost.php?p=1650497&postcount=27
(yes, I know it's a fedora forum (but the same stupid mistake persists
in the GE packages) but apparently the rpmrebuild binary is nolonger
available, at least not in Centos (specifically, CentOS-7.2.1511).
As I know little about all the various rpm tools, I don't know how to
do what is described there without rpmrebuild.
rpmbuild --rebuild seems to ONLY build from a source archive, so it
doesn't seem to do...
2007 Jun 07
1
User unknown in local recipient table? Dovecot LDA/Postfix
This probably is a postfix problem, but I think there are lots of postfix
experts/users on this list, and have heard a lot good things about this
list, so I am just giving it a try. Thanks in advance!
I am using dovecot-1.0.0-8_56.src.rpm downloaded from atrpms.net, and
rebuilt from it(rpmrebuild ...). Postfix is 2.4.3.
I followed documents at http://wiki.dovecot.org/LDA and LDA/Postfix, and
used passwd-file (created /etc/passwd.dovecot file) both as password
Database and User database. I can send emails, but not receiving, keep
getting the "User unknow error". Do I need to ch...
2016 Nov 20
1
Skype for Centos Desktop
On 11/17/16 22:23, geo wrote:
>
>
> On 11/17/2016 07:47 PM, Peter wrote:
>> On 18/11/16 11:01, Liam O'Toole wrote:
>>> On 2016-11-17, Rodrigo Pichi?ual Norin
>>> <rodrigo.pichinual at gmail.com> wrote:
>>>> Hi all.
>>>>
>>>> I search info in the web about how to install skype on centos 6.5, but
>>>> just
2012 Feb 23
9
32bit and 64bit version of a package
Hi,
I''m trying to write a recipe to install the latest libstdc++ in both
32bit and 64bit flavors and running into issues. Yum only wants to
install the 64bit version if I do:
yum install libstdc++
If I do something like:
package { "libstdc++.i386" : ensure => latest }
It tells me "nothing to do"
Any suggestions on the right way to do this?
Thanks!
Alan
--