> > G'day, > > I'm using woody and I got an error while trying to > execute this command: > > chroot /chroot/named /sbin/ldconfig -v > > This is the error that my terminal gave me: > > chroot: cannot execute usr/sbin/ldconfig: No such file > or directory > > While the 'ldconfig' file is right in my sbin folder. > Even I can directly execute 'ldconfig --version' in my > terminal. > > Any suggestions and help would appreciate. > Thanks, > > > Phillip. >
isn't the command mant to reside in the chroot? meaning that there would need to be a copy of ldconfig in the physical location of /chroot/named/sbin/ instead of /sbin/ ? I thought once you gave chroot the 'new root' it would look under that for any extra commands. just a thought cheers Michael -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
