[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ftp security
- Subject: Re: [cobalt-users] ftp security
- From: Goetz Lohmann <goetz.lohmann@xxxxxx>
- Date: Mon Sep 8 16:00:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Jim Dory schrieb:
>> so I guess ... get proftpd-1.2.8 source tarball ... compile it with a
>> stackguard
>> enabled gcc and change the existing proftpd-1.2.4 (???) to the new one.
>>
> This stackguard enabled gcc is new to me, so will have to do some
> googling. The question I have is how to install it without breaking
> anything. Does it overwrite the gcc that is installed - and if so,
> maybe that is no problem? Thanks again.
after watching my files ;-)
# rpm -qa|grep sg-
sg-cpp-1.1.2-30_SG201_cobalt
sg-egcs-1.1.2-30_SG201_cobalt
I noticed that I installed the RaQ550 compiler a while ago which works still fine on my RaQ4 ...
you might get them from:
# rpm -Uvh ftp://ftp.cobalt.sun.com/pub/products/raq550/RPMS/sg-cpp-1.1.2-30_SG201_cobalt.i386.rpm
# rpm -Uvh ftp://ftp.cobalt.sun.com/pub/products/raq550/RPMS/sg-egcs-1.1.2-30_SG201_cobalt.i386.rpm
get proftpd-1.2.8 (better use the 1.2.8 stable the the 1.2.9 RC)
# cd /tmp
# wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.8.tar.bz2
# tar -jxvf proftpd-1.2.8.tar.bz2
# cd proftpd-1.2.8
# ./configure --with-modules=mod_tls --prefix=/usr --sysconfdir=/etc
# make
maybe then copy the files by your own or do a make install
the compiled files are:
ftpcount --> /usr/bin/
ftpshut --> /usr/sbin/
ftptop --> /usr/bin/
ftpwho --> /usr/bin/
proftpd --> /usr/sbin/
maybe you could also do a RPM file but you have to change the configure line in proftpd.spec first
happy ftping ... ;-)