From owner-freebsd-questions Sat Jun 5 11:25:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by hub.freebsd.org (Postfix) with ESMTP id 4AE7A14E05 for ; Sat, 5 Jun 1999 11:25:08 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2221.bossig.com [208.26.242.221]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id LAA09260; Sat, 5 Jun 1999 11:25:02 -0700 (PDT) Message-ID: <37596B46.D485CACF@3-cities.com> Date: Sat, 05 Jun 1999 11:24:06 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: vagner@ginger.dhis.org Cc: questions@FreeBSD.ORG Subject: Re: bin file References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vagner@ginger.dhis.org wrote: > > here is the output of ls -laFo > > drwxr-xr-x 2 root wheel - 512 Jun 5 10:20 ./ > drwxr-xr-x 35 root wheel - 10752 Jun 5 10:19 ../ > -rw------- 1 root wheel - 35580 Jun 5 10:19 FreeBSD-HamLog-0.9.1.bin I looked at your file and it looks like an ELF file. So I did the following chmod 744 FreeBSD-HamLog-0.9.1.bin ./FreeBSD-HamLog-0.9.1.bin which produced the message /usr/libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found Now we have exceeded both of our knowledge points and it will take someone else to figure out what to do. It looks like it is looking for a library that I don't have. Kent > > On 05-Jun-99 Kent Stewart wrote: > > > > > > vagner@ginger.dhis.org wrote: > >> > >> ok i am stupid... i got a file that > >> ends in .bin.gz so i gunzip it now > >> it is a .bin file, how do i > >> make it back into the original files from here? > > > > What did you download? > > > > Are you sure it isn't a directory something like usr.bin from a > > distribution tree. Do an 'ls -laFo', which I have aliased as ll, and see > > if see something like > > drwxr-xr-x 209 root wheel - 3584 May 4 11:30 usr.bin/ > > > > In /usr/ports/net/dgd-lpmud/files, I have a file called Makefile.bin. It > > is a text file that I can list with more. > > > > When you download the bin files for an installation, you end up with > > bin.aa,bin.ab,...,bin.dx. They have to be concatenated together. The > > shell script install.sh does it by executing the following line > > cat bin.?? | tar --unlink -xpzf - -C ${DESTDIR:-/} > > > > Since you weren't very specific, there are many answers that don't > > apply. > > > > Kent > >> > >> ---------------------------------- > >> Vetex > >> C/O L. Vagner > >> 3600 W. Mountain Drive > >> Flagstaff, AZ 86001 > >> Webpage: nadxa.com > >> E-Mail: vagner@ginger.vagner.com > >> Date: 05-Jun-99 > >> Time: 10:25:14 > >> > >> Windows Exception Error: noun: Meaning- > >> With the exception of a reboot anything > >> you do will fail to recover the system. > >> ---------------------------------- > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kstewart@3-cities.com > > http://www.3-cities.com/~kstewart/index.html > > > > Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR > > http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html > > ---------------------------------- > Vetex > C/O L. Vagner > 3600 W. Mountain Drive > Flagstaff, AZ 86001 > Webpage: nadxa.com > E-Mail: vagner@ginger.vagner.com > Date: 05-Jun-99 > Time: 11:00:13 > > Windows Exception Error: noun: Meaning- > With the exception of a reboot anything > you do will fail to recover the system. > ---------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message