> Bordelon wrote:
>
> I am fairly new to the Unix (esp. Linux) world. I am trying to set up
> a small Linux server for my client in an effort to demonstrate its
> capabilities as a web server. Unfortunately, I am having troubles
> installing the JDK. It is probably an error between the chair and
> desk, but if anyone can help me out, please reply. Here are the steps
> I took:
>
> 1. On my Windows Machine (I know, I know), I downloaded the glibc
> version of 1.1.6 from the blackdown web site
> 2. Then I FTPed the file over to the Linux box.
> 3. Finally, I ran "tar xzvf jdk1_1_6-v2-glibc_tar.gz"
>
> It unpacks a bunch of header files (*.h) under the directory:
> ./jdk1.1.6/include
> Than it returns the message "tar:skipping to next file header"
Sounds like the file got corrupted along the way. Are you sure the ftp
from Windows to Linux was a binary ftp? Otherwise it will do
conversions
of CR/LF to CR and things that are a bad idea with binary files! Just
looking at your filename it seems that Windows has decided that the
extra
periods in the filename are a bad idea and changed them. Try to either
get the Windows side to send the file without changes to Linux or just
get the file from within Linux.
> That's it.
>
> I would really appreciate any help.
>
> Thanks,
> Michael Bordelon
Brad Pepers
[EMAIL PROTECTED]