On Tue, Oct 8, 2013 at 7:32 AM, Sami Halabi <[email protected]> wrote: > Hi, > i have a box with FreeBSD-9.1-Release. > I did freebsd-update and since then i get: > > root@6:/root # jexec 1 /bin/csh > /lib/libc.so.7: unsupported file layout > root@6:/root # > > i see /lib/libc.so.7 was updated > > as i read in some forums, i did: > root@6:/root # ldconfig /lib /usr/lib /usr/local/lib > root@6:/root # > > any hints to fix that? > i did once again freebsd-update fetch install, and that didn't help. > maybe i can rollback? > > Thanksin advance,
Does the jail host have a 32-bit (i386) kernel and userland? You would get that error if you tried to run 64-bit software on a 32-bit host. Perhaps you accidentally upgraded your jail to an amd64 image? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
