Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 03:50:39 -0800
From:      Boris <koester@x-itec.de>
To:        "Tomlinson, Drew" <Drew.Tomlinson@lc.ca.gov>
Cc:        "'FreeBSD Questions (E-mail)'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Command Line To Extract Tarball?
Message-ID:  <192054273.20001218035039@x-itec.de>
In-Reply-To: <BA5D0CE1CBB2D411B6AA00A0CC3F02390CBD88@ldcmsx01.lc.ca.gov>
References:  <BA5D0CE1CBB2D411B6AA00A0CC3F02390CBD88@ldcmsx01.lc.ca.gov>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Drew,

Sunday, December 17, 2000, 3:57:14 PM, you wrote:

TD> As you can tell from this question, I am a newbie.  Anyway, I'm trying to
TD> find the correct command to extract
TD> /usr/home/tomlinson_dr/download/dynip_3.00.tar to the same directory.  The
TD> command I'm using is a follows:

TD> tar x dynip_3.00.tar
TD> tar: can't open /dev/rsa0 : Device not configured

Here is a general example

cd /usr/home......
tar zxvf dynip*.tar.gz
cd <the new generated directory, mostly the same as the progname>
./configure
make
make install


-- 
Best regards,
 Boris                            mailto:koester@x-itec.de




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?192054273.20001218035039>