You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Philip Heath <Ph...@wnco.com> on 2001/07/31 17:39:53 UTC

installation on solaris

Hi,

I am trying to untar the July 18 distribution for solaris using the following command:

tar -xvf xerces-c1_5_1-SolCC.tar.gz

and it fails with directory checksum errors.  I tried adding the -i option to tar command but it still doesn't work.  Am I doing something wrong?

Thanks,
Philip Heath


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: installation on solaris

Posted by John Warriner <jo...@choicehotels.com>.
Philip Heath wrote:
> 
> Hi,
> 
> I am trying to untar the July 18 distribution for solaris using the following command:
> 
> tar -xvf xerces-c1_5_1-SolCC.tar.gz
> 
Looks like you need -z option, ie: tar -zxvf xerces-c1_5_1-SolCC.tar.gz

jw

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org