Complete.Org: Mailing Lists: Archives: discussion: February 2004:
[aclug-L] Re: File too short
Home

[aclug-L] Re: File too short

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: File too short
From: "Arnold Cavazos Jr." <abcjr@xxxxxxxxx>
Date: Wed, 4 Feb 2004 17:11:24 -0600
Reply-to: discussion@xxxxxxxxx

Short explanation

Staticly linked binaries require no shared libraries to run.  Dynamicly 
linked binaries definately require shared libraries to run (i.e. this 
thread).

root@abcjr-->/<--# ldd /usr/bin/ls
/usr/bin/ls:
        libm.so.2 => /lib/libm.so.2 (0x28124000)
        libc.so.5 => /lib/libc.so.5 (0x2813d000)
        libcrypt.so.2 => /lib/libcrypt.so.2 (0x28218000)
        libutil.so.4 => /lib/libutil.so.4 (0x28231000)

root@abcjr-->/<--# ldd /rescue/ls
ldd: /rescue/ls: not a dynamic executable




On Wed, Feb 04, 2004 at 05:04:32PM -0600, Jesse Kaufman wrote:
> <idiot>
> not sure i understand ... could someone explain?
> </idiot>
> 
> -g-
> 
> 
> On Wed, 2004-02-04 at 16:50, Arnold Cavazos Jr. wrote:
> > <troll>
> > This is why up until recently FreeBSD had a staticly linked /bin and 
> > /sbin.  This is why current FreeBSD systems wih dynamicly linked /bin 
> > and /sbin have a /rescue directory.
> > </troll>
> 
> -- 
> "...Look straight in the mirror, watch it come clearer
> I look like a painter, behind all the grease
> But paintings creating, and I'm just erasing
> A crystal-clear canvas is my masterpiece..."
>       'When I Fall' - Barenaked Ladies
> 
> -- This is the discussion@xxxxxxxxx list.  To unsubscribe,
> visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
> 

-- 
Arnold Cavazos, Jr.             abcjr at abcjr . net
-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]