Subject: Re: execve call from Linux emul to NetBSD native problem ?
To: None <10.50@free.fr>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 11/24/2003 11:01:39
On Nov 24,  4:53pm, 10.50@free.fr (10.50@free.fr) wrote:
-- Subject: Re: execve call from Linux emul to NetBSD native problem ?

| The "offending" lines look like this :
| 
| #OPERA_LD_PRELOAD="${LD_PRELOAD}"
| #export OPERA_LD_PRELOAD
| 
| Stange enough, this seems to both setenv OPERA_LD_PRELOAD and 
| LD_PRELOAD to (nil), that is to say "" or (char *) 0 :) Remember lisp 
| and (nil) ? ;)

That is funny, it should not set LD_PRELOAD...

| > | PS : by the way, the LD_DEBUG variable seems to have no effect. I 
| have 
| > | the debug output with or without it.
| 
| > That is not supposed to work this way. There should be no output 
| unless
| > LD_DEBUG is set. ISTR it was this way four years ago.
| 
| I'll try on my personal machine tonight, but I doubt having a different 
| behaviour. By the way, I had also to comment out the line :
| 
| DPADD+=	${CLIBOBJ}/libc_pic.a
| 
| in order to make ld.so_elf individually.

Ok, I will look into this myself if I have the time.

christos