On Thu, Jun 06, 2002 at 10:59:13AM -0500, scott.list wrote:
> 
> I'm trying to install openssh on an updated RH 6.1 box.
> I have downloaded the .src.rpm's
> I attempted:  rpm --rebuild  openssh-3.2.3p1-1.src.rpm

You'll have to install the .src.rpm and edit the spec file
since it doesn't detect RHL 6.x builds dynamically.

rpm -ivh openssh-3.2.3p1-1.src.rpm
vi /usr/src/redhat/SPECS/openssh.spec

You'll see a build6 option (from memory) in the spec file.
Change its value.

rpm -ba /usr/src/redhat/SPECS/openssh.spec

Emmanuel



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to