It turns out that /usr/sbin/tar on my Solaris 10 system is not statically linked (there is no /usr/sbin/static, and I checked ldd tar). Does anyone know where I can get a statically-linked tar, or should I just suck it up and copy all of the library dependencies over? I can script that; I&#39;m just annoyed that I have to.<br>
<br><div class="gmail_quote">On Sun, Aug 21, 2011 at 4:47 PM, Kevin McGregor <span dir="ltr">&lt;<a href="mailto:kevin.a.mcgregor@gmail.com">kevin.a.mcgregor@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;ll just try this:<div><span style="color:rgb(51, 51, 51);font-family:monospace;font-size:11px;line-height:16px;background-color:rgb(255, 255, 255)">/usr/bin/cp /usr/sbin/static/tar /tmp<br>
/usr/bin/dd if=file.tar | /usr/bin/chroot /tmp ./tar xf -</span></div><div><br></div><div>And see what happens. It&#39;s a short-term situation, so this should be sufficient.<div><div></div><div class="h5"><br><br><div class="gmail_quote">
On Sun, Aug 21, 2011 at 1:13 PM, John Lange <span dir="ltr">&lt;<a href="mailto:john@johnlange.ca" target="_blank">john@johnlange.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You can always download and compile GNU tar on Solaris if you need it.<br>
I had to do that once some years back because of some Solaris bug that<br>
prevented me from untaring.<br>
<br>
It only takes a few minutes and saves a lot of time in the long run<br>
trying to figure out the Solaris tar equivalents of the GNU tar<br>
commands you&#39;re used to.<br>
<font color="#888888"><br>
John<br>
</font><div><div></div><div>_______________________________________________<br>
Roundtable mailing list<br>
<a href="mailto:Roundtable@muug.mb.ca" target="_blank">Roundtable@muug.mb.ca</a><br>
<a href="http://www.muug.mb.ca/mailman/listinfo/roundtable" target="_blank">http://www.muug.mb.ca/mailman/listinfo/roundtable</a><br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br>