Re: statically linked version of genpkglist and gensrclist ?

Steven Shiau <[email protected]> Wed, 02 Feb 2005 11:05:44 +0800
Newsgroups gmane.linux.conectiva.apt-rpm
Message-ID <[email protected]>
I did like this:
in FC3,
export LD_ASSUME_KERNEL=2.4.1
statifier /usr/bin/gensrclist gensrclist-static-2.4

Run it in sarge. Still failed.
----------------------------------
strace ./gensrclist-static-2.4
execve("./gensrclist-static-2.4", ["./gensrclist-static-2.4"], [/* 15 
vars */]) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
----------------------------------

Thanks.

Jeff Pitman wrote:
> On Tuesday 01 February 2005 21:28, Steven Shiau wrote:
> 
>>Any idea ?
>>Thanks in advance.
> 
> 
> NPTL.  Try LD_ASSUME_KERNEL=2.4.1; just a wild, wild guess.
>