Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 31 Dec 2015 21:34:29 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Musl bug, or, am I losing my mind?

* 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

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.