[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] OpenSSH 3.0.1??



Hi RF,


Is a package for openssh 3.0.1 going to be built for the RaQ's
(specifically a 3i in my case)?

Sorry, wouldn't know that. ;-)

 I tried downloading it and running the
install of the SRPM using:
  rpm --rebuild openssh...

But it requires gnome-lib-devel and XFree86-devel to be installed, which
subsquently require a bunch of other things installed as their
dependencies, and probably so on.  I'd like to just point my RaQ at a nice
little .pkg file, if anyone knows of any... :)

Yikes, stay away from X, Gnome or anything that has a "graphical" hint to it. ;-)

Not to worry. Roughly, do this:

1) rpm -ivh openssh-[blaat].src.rpm
2) cd /usr/src/redhat/SPECS
3) edit openssh[*].spec to not create X type-o-thingies
4) rpm -ba openssh[*].spec
5) clean up after the mess
6) rpm -Fvh /usr/src/redhat/RPMS/[arch]/openssh-3.0[*].rpm

Sumfin like that... Nico

P.S. Log into the ftp-server you got your SRPM from and read the README. It says no RH62 rpms will be made anymore.