On Jan 29, 2012, at 20:36 , Remigiusz Modrzejewski wrote:

> I've hit a surprising obstacle. I've tried to use Fossil, the binary from the 
> website, on a heavily stripped down Linux system. But trying to clone end 
> with:
> 
> fl: can't resolve host name: dev.lrem.net
> 
> I traced the problem to be lack of libnss_dns.so.2. 

Nah, should read more carefully. The trace actually reads like this:

open("/lib/libnss_dns.so.2", O_RDONLY)  = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\20\0\0\0\0\0\0"..., 
512) = 512
close(8)                                = 0
open("/usr/lib/libnss_dns.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
munmap(0xf7746000, 8285)                = 0
write(2, "\rfl: can't resolve host name: de"..., 43) = 43

No other indication what's wrong in strace. For ltrace, I get:

ltrace: Couldn't find .dynsym or .dynstr in "/usr/bin/fossil"

But I'm already getting too lazy to continue, sunday evening projects are meant 
to be pure fun ;) I'll pick up from here later this week.


Kind regards,
Remigiusz Modrzejewski



_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to