On Thu, Aug 06, 2009 at 11:16:22PM +0200, Chris Pickett wrote: > On 8/6/09, Danek Duvall <danek.duvall at sun.com> wrote: > > Running "ksh --version" reports "sh (AT&T Research) 93t 2008-11-04". It's > > build 118 of OpenSolaris. > > There's your problem: You're using an old ksh version. Could you > please install ksh93 from > http://www.opensolaris.org/os/project/ksh93-integration/downloads/2009-07-02/ > and try again?
That seems to have fixed the net-snmp issue, but now I'm hanging in the procmail build, and rtorrent failed to link. I'll give it another go, see if those are consistent. Note that I just unpacked the libraries and the ksh executables from that tarball: gtar --wildcards -jtvf ksh93_integration_20090702_snapshot_i386.tar.bz2 \ usr/lib/lib\* usr/lib/amd64/lib\* usr/bin\*/ksh\* Running "ksh --version" reports a date of 2009-06-22 now, as I would expect given the text of that page. Danek