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 |
||
(One intermediate revision by one other user not shown) | |||
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]] | Note - when compiling tar on Solaris 5.8, I find I have to add '''-DCHAR_BIT=8''' to my CFLAGS variable. | ||
[[Category:Solaris|tar]] |
Latest revision as of 01:37, 8 January 2009
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.
Note - when compiling tar on Solaris 5.8, I find I have to add -DCHAR_BIT=8 to my CFLAGS variable.