Douglas Allan Tutty <[EMAIL PROTECTED]> writes: > > > I'm speechless. This is the low water mark on misc@ this week. > > > > How can you call it a low water mark art? I wasn't speechless, > > I laughed my ass off. I needed the humor this morning, I'm hung > > over and spent the morning in a stupid meeting. That message made > > my day. > > > > Definately not a low water mark ;) > > My applogies. I don't get the humour. [...] > Could some kind soul gently explain the humour?
I suggest you strip away all those heavy symbols from /usr/lib/libc.so.* that makes it really slim and not wasting a lot of memory: $ ls -l libc.so.40.3 -rw-r--r-- 1 art art 3969130 Mar 23 10:09 libc.so.40.3 $ strip -s libc.so.40.3 $ ls -l libc.so.40.3 -rw-r--r-- 1 art art 603504 Mar 23 10:10 libc.so.40.3 Then you might see the humor. //art

