Re: Configure options in RPM?

2001-03-21 Thread Paul Lussier
In a message dated: Tue, 20 Mar 2001 15:59:23 PST Ken Ambrose said: Hiya -- I'm trying to build some stuff from source RPMs, and I don't know how to do configure options, and I don't off-hand see it in the manpage, either. Have you tried the book Maximum RPM? It's freely available from RH's

Re: Configure options in RPM?

2001-03-21 Thread Mark Komarinski
http://www.rpm.org/ Official home for RPM. -Mark Paul Lussier wrote: In a message dated: Tue, 20 Mar 2001 15:59:23 PST Ken Ambrose said: Hiya -- I'm trying to build some stuff from source RPMs, and I don't know how to do configure options, and I don't off-hand see it in the manpage,

Re: Configure options in RPM?

2001-03-21 Thread Bruce Dawson
Changing the ./configure options is highly dependent on how they put the RPM together. But the general principle is: 1. Install the source RPM: $ rpm -ivh foo.bar.src.rpm 2. If they do the configure in the SPEC file, then you can change it there: $ vi

Configure options in RPM?

2001-03-20 Thread Ken Ambrose
Hiya -- I'm trying to build some stuff from source RPMs, and I don't know how to do configure options, and I don't off-hand see it in the manpage, either. Specifically, I want to do a configure --without-authldap but I have no idea how to do this with a source RPM. Do I actually have to unzip

Re: Configure options in RPM?

2001-03-20 Thread Mike McKernan
Ken == Ken Ambrose [EMAIL PROTECTED] wrote the following on Tue, 20 Mar 2001 15:59:23 -0800 (PST) Ken Hiya -- I'm trying to build some stuff from source RPMs, and I Ken don't know how to do configure options, and I don't off-hand Ken see it in the manpage, either. Specifically, I want