On 6/22/06, <b class="gmail_sendername">Larry Brigman</b> <<a href="mailto:larry.brigman@gmail.com">larry.brigman@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 6/22/06, Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br>> On Wednesday 21 June 2006 7:44 pm, Larry Brigman wrote:<br>> > I am trying to build a simple system with dropbear installed but
<br>> > I cannot seem to get it to allow connections.<br>> ><br>> > I believe it has something to do with the kernel config or devices.<br>> ><br>> > I have busybox running with telnetd working.
<br>> ><br>> > Any help?<br>><br>> I find "dropbear -F -E" to be generally helpful. Tells you what it's doing,<br>> and why, right there on stderr...<br>><br>> Try getting it working via loopback on the same machine first.
<br>><br>libnss_files: symbol: _nss_files_parse_pwent GLIBC_PRIVATE not defined<br>in libc.so.6<br><br>It looks like mklibs got me or is that dropbear not linking to all the<br>libs explicitly such<br>that the elf file header doesn't have the right libs.
<br><br>I guess if I had used ulibc this would not be an issue.<br><br>Is there a way to have dropbear use something like that of busybox for password<br>access to remove this dependency or is that asking too much?</blockquote>
<div><br>Nope, this is a glibc thing. If you are using glibc, even if you statically link your application, you need libnss present on the system.<br></div><br></div>