Yes, thanks, you have been very helpful.<br>I was able to get it working by using a hack where I got the address of the function from libc.so from another cross-compiled program.<br>However, if I have to make this more stable, I will have to see whats going wrong with dlopen.<br>

<br>-Earlence<br><br><div class="gmail_quote">On Sun, Jul 17, 2011 at 2:34 AM, Rob Landley <span dir="ltr"><<a href="mailto:rob@landley.net">rob@landley.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On 07/16/2011 02:16 PM, Earlence Fernandes wrote:<br>
</div><div class="im">> note that I modify PATH and LD_LIBRARY_PATH to _include_ the bin/ and<br>
> lib/ of the native compiler.<br>
> otherwise, the executable does not run.<br>
> and I specify an absolute path in dlopen, so I dont see how it can get<br>
> confused.<br>
><br>
> -Earlence<br>
<br>
</div>You have the source to uClibc, you could always read the dlopen source<br>
and see what it's doing.  (That's what I'd do if I had a test<br>
environment for this...)<br>
<font color="#888888"><br>
Rob<br>
</font></blockquote></div><br>