Solaris tar: Difference between revisions
m (New page: When installing Tomcat I get this error on Solaris 10: <geshi lang="bash"> $ gunzip apache-tomcat-6.0.14.tar.gz && tar xf apache-tomcat-6.0.14.tar && mv apache-tomcat-6.0.14 tomcat && /bi...) |
mNo edit summary |
||
Line 10: | Line 10: | ||
The solution is to install and use GNU's tar. | The solution is to install and use GNU's tar. | ||
[[Category:Solaris]] | [[Category:Solaris|tar]] |
Revision as of 12:30, 31 March 2008
When installing Tomcat I get this error on Solaris 10:
<geshi lang="bash"> $ gunzip apache-tomcat-6.0.14.tar.gz && tar xf apache-tomcat-6.0.14.tar && mv apache-tomcat-6.0.14 tomcat && /bin/rm apache-tomcat-6.0.14.tar tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file ... </geshi>
The solution is to install and use GNU's tar.