Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Thu, 31 Dec 2015 20:50:55 +0000 (UTC)
From: Guided Muscle <atguarded-gizmo@...oo.com>
To:  <musl@...ts.openwall.com>
Subject: Re: Musl bug, or, am I losing my mind?

Rich,

file cdb yields
cdb: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

Obviously, I was able to compile and link a simple file like cdb. LOL.

Relax, you will give yourself a heart attack.
--
GM

--------------------------------------------
On Thu, 12/31/15, Rich Felker <dalias@...c.org> wrote:

 Subject: Re: [musl] Musl bug, or, am I losing my mind?
 To: musl@...ts.openwall.com
 Date: Thursday, December 31, 2015, 3:35 PM
 
 On Thu, Dec 31, 2015 at
 09:34:29PM +0100, Szabolcs Nagy wrote:
 >
 * Guided Muscle <atguarded-gizmo@...oo.com>
 [2015-12-31 17:31:02 +0000]:
 > >
 Recompiled and installed musl 1.1.12 freshly downloaded from
 the musl web site.
 > > configure;make
 -j2;make install.
 > > 
 > > Oops - just read the INSTALL file in
 the musl 1.1.12 directory. I'm using gcc 4.90.
 > > Installed gcc 4.8; recompiled musl
 1.1.12; 
 > > configure;make -j2;make
 install.
 > > 
 >
 > Test:
 > > lua test.lua | ../cdb
 -c c.cdb
 > > cdb: (stdin): bad
 format
 > > 
 > 
 > i think you still use the old libc.so
 > make install cannot override /lib/ld-*.so
 without root
 > 
 >
 run
 > 
 > lua test.lua
 | musl-build-dir/libc.so ../cdb -c c.cdb
 
 I think he was trying to
 static-link, but adding -static to CFLAGS
 does not do that. It needs to be in LDFLAGS.
 
 Rich
 

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.