Displaying 2 results from an estimated 2 matches for "smcautoc".
2003 Jan 03
1
OpenSSH, Solaris 8, and BSM works with BSM patch, but must disable privilege separation
...------------------
Turning on Sun BSM auditing requires you to:
Apply the OpenSSH 3.5p1 BSM patch
Disable privilege separation in OpenSSH /usr/local/etc/sshd_config file
You need these applications installed prior to the patch install (you can get the packages from sunfreeware.com):
autoconf 2.53 (SMCautoc)
m4 1.4 (SMCm4)
patch 2.5.4 (SMCpatch)
Perl 5.00503 or higher (SMCperl)
cp openssh-3.5p1.tar.gz /tmp
cp patch.tar.gz /tmp
cd /tmp
gunzip patch.tar.gz
tar xvf patch.tar
gunzip openssh-3.5p1.tar.gz
tar xvf openssh-3.5p1.tar
cd openssh-3.5p1
/usr/local/bin/patch -p0 < ../openssh-vs-bsm/patch-bs-3....
2003 Sep 07
1
Iconv support - Samba 3.0rc2/Solaris 9 (sparc)
...SUNWisolx
SUNWjiu8
SUNWjiu8x
SUNWkiu8
SUNWkiu8x
SUNWtiu8
SUNWtiu8x
The following are Sunfreeware packages installed, some of which were used to
comile Samba:
root@thechief2 # for i in `pkginfo|grep SMC|awk '{print $2}'`; do pkginfo -l
$i|egrep 'PKGINST|VERSION'; done
PKGINST: SMCautoc
VERSION: 2.57
PKGINST: SMCautom
VERSION: 1.7.2
PKGINST: SMCbison
VERSION: 1.875
PKGINST: SMCflex
VERSION: 2.5.4a
PKGINST: SMCgawk
VERSION: 3.1.1
PKGINST: SMCgcc
VERSION: 3.3
PKGINST: SMCgettext
VERSION: 0.11.5
PKGINST: SMCgrep
VERSION: 2.5...