andrewk9 wrote:
> I think I'm being a bit thick here - how do install those packages? They seem 
> to be tar.gz files of all the files that a package would contain, but pkgadd 
> complains when I try to install them.

When you untar them, you should be in a directory which will
then have subdirectories for each package - in that parent,
run "pkgadd -d ." to tell pkgadd to look for packages in the
current directory.   (When using directory format packages,
-d takes the parent dir as argument - when using single-file
format (aka "stream" format) packages, -d is the file itself.)

-- 
        -Alan Coopersmith-           alan.coopersmith at sun.com
         Sun Microsystems, Inc. - X Window System Engineering

Reply via email to