On Sun, 29 Jan 2012 20:49:00 +0100 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. 

Yeah, static linking is not actually that static nowadays. When linking,
GCC warns about this.

If fossil runs in chroot/stripped system and needs to resolve hosts, you
need to put the related dynamic libraries into chroot/stripped system.

-- 
Dmitry Chestnykh
http://www.codingrobots.com
_______________________________________________
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