Re: [expert] SRPM installation?

1999-12-19 Thread Axalon Bloodstone
On Sat, 18 Dec 1999, Denis Havlik wrote: > :>Is there a trick to installing source RPMs? I > :>downloaded samba-2.0.5a-3mdk.src.rpm from one of the > :>mandrake mirrors, and installed it using 'rpm -ivh' (like all the binaries > :>I do successfully). When I then > :>query for the file list,

Re: [expert] SRPM installation?

1999-12-19 Thread Denis Havlik
:>Is there a trick to installing source RPMs? I :>downloaded samba-2.0.5a-3mdk.src.rpm from one of the :>mandrake mirrors, and installed it using 'rpm -ivh' (like all the binaries :>I do successfully). When I then :>query for the file list, I get told it isn't installed? srpm!=rpm "Source"

RE: [expert] SRPM installation?

1999-12-18 Thread Axalon Bloodstone
e.? > > -Original Message- > > From: Axalon Bloodstone [SMTP:[EMAIL PROTECTED]] > > Sent: Saturday, December 18, 1999 2:47 PM > > To: [EMAIL PROTECTED] > > Subject:Re: [expert] SRPM installation? > > > > On Sat, 18 Dec 1999, Sha

Re: [expert] SRPM installation?

1999-12-18 Thread Barry Marler
>From the rpm man page: rpm --rebuild + When invoked this way, rpm installs the named source package, and does a prep, compile and install. In addition, --rebuild builds a new binary package. When the build has completed, the build directory is removed (as in --clean) and the the sources

Re: [expert] SRPM installation?

1999-12-18 Thread Dan Swartzendruber
At 12:07 AM 12/19/99 +0100, Davor Cengija wrote: >On Sat, 18 Dec 1999, Dan Swartzendruber wrote: > > > > >Is there a trick to installing source RPMs? I > >downloaded samba-2.0.5a-3mdk.src.rpm from one of the > >mandrake mirrors, and installed it using 'rpm -ivh' (like all the binaries > >I do su

RE: [expert] SRPM installation?

1999-12-18 Thread Schiavon, Jose
is how do I patch Samba and make the binaries once the source is installed wit rpm -ivh ...? > -Original Message- > From: Axalon Bloodstone [SMTP:[EMAIL PROTECTED]] > Sent: Saturday, December 18, 1999 2:47 PM > To: [EMAIL PROTECTED] > Subject: Re: [expert] SRPM instal

Re: [expert] SRPM installation?

1999-12-18 Thread Shane Owenby
On Sat, Dec 18, 1999 at 03:46:57PM -0700, Axalon Bloodstone wrote: > On Sat, 18 Dec 1999, Shane Owenby wrote: > > On Sat, Dec 18, 1999 at 11:24:30AM -0500, Dan Swartzendruber wrote: > > > > > > Is there a trick to installing source RPMs? I > > > downloaded samba-2.0.5a-3mdk.src.rpm from one of

Re: [expert] SRPM installation?

1999-12-18 Thread Davor Cengija
On Sat, 18 Dec 1999, Dan Swartzendruber wrote: > >Is there a trick to installing source RPMs? I >downloaded samba-2.0.5a-3mdk.src.rpm from one of the >mandrake mirrors, and installed it using 'rpm -ivh' (like all the binaries >I do successfully). When I then >query for the file list, I get t

Re: [expert] SRPM installation?

1999-12-18 Thread Axalon Bloodstone
On Sat, 18 Dec 1999, Shane Owenby wrote: > On Sat, Dec 18, 1999 at 11:24:30AM -0500, Dan Swartzendruber wrote: > > > > Is there a trick to installing source RPMs? I > > downloaded samba-2.0.5a-3mdk.src.rpm from one of the > > mandrake mirrors, and installed it using 'rpm -ivh' (like all the b

Re: [expert] SRPM installation?

1999-12-18 Thread Stephen Carville
rpm is a package manager and you have to build the binares befaore installing. Go to wherever you have the SRPM and type: rpm --rebuild When the process is done -- if therea re no errors -- go to /usr/src/RPM/SRPMS/ and install the binary. On Sat, 18 Dec 1999, Dan Swartzendruber wrote: -Is th

Re: [expert] SRPM installation?

1999-12-18 Thread Shane Owenby
On Sat, Dec 18, 1999 at 11:24:30AM -0500, Dan Swartzendruber wrote: > > Is there a trick to installing source RPMs? I > downloaded samba-2.0.5a-3mdk.src.rpm from one of the > mandrake mirrors, and installed it using 'rpm -ivh' (like all the binaries > I do successfully). When I then > query

Re: [expert] SRPM installation?

1999-12-18 Thread Fabien Deschodt
> [root@sphinx local]# rpm -ivh samba-2.0.5a-3mdk.src.rpm > samba ## > [root@sphinx local]# rpm -ql samba-2.0.5a-3mdk.src.rpm > package samba-2.0.5a-3mdk.src.rpm is not installed Well, that will never work, whether it is an src.rpm or not. When you

Re: [expert] SRPM installation?

1999-12-18 Thread Ivan J. Wagner
It installs files in the /usr/src/RPM/SOURCES/ and /usr/src/RPM/SPECS/ directory. On Sat, 18 Dec 1999, Dan Swartzendruber wrote: > > Is there a trick to installing source RPMs? I > downloaded samba-2.0.5a-3mdk.src.rpm from one of the > mandrake mirrors, and installed it using 'rpm -ivh' (like

[expert] SRPM installation?

1999-12-18 Thread Dan Swartzendruber
Is there a trick to installing source RPMs? I downloaded samba-2.0.5a-3mdk.src.rpm from one of the mandrake mirrors, and installed it using 'rpm -ivh' (like all the binaries I do successfully). When I then query for the file list, I get told it isn't installed? [root@sphinx local]# rpm -ivh