Sami Halabi
2013-Oct-08 11:32 UTC
after freebsd-update: /lib/libc.so.7: unsupported file layout
Hi, i have a box with FreeBSD-9.1-Release. I did freebsd-update and since then i get: root at 6:/root # jexec 1 /bin/csh /lib/libc.so.7: unsupported file layout root at 6:/root # i see /lib/libc.so.7 was updated as i read in some forums, i did: root at 6:/root # ldconfig /lib /usr/lib /usr/local/lib root at 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, -- Sami Halabi Information Systems Engineer NMS Projects Expert FreeBSD SysAdmin Expert Network Admin
Sami Halabi
2013-Oct-08 11:57 UTC
after freebsd-update: /lib/libc.so.7: unsupported file layout
Hi, heads up: i did freebsd-update rollback on the specific jail and its working again.. it uninstalled the libc.so.7. whats strange is that this jail almost a clean jail nothing is running but cron, sshd and some shoutcat processes, in parallel i have 2 jails that have sshd/crond and much more processes (apache, dns, mysql....) that work after the update without a problem. Sami On Tue, Oct 8, 2013 at 2:32 PM, Sami Halabi <sodynet1 at gmail.com> wrote:> Hi, > i have a box with FreeBSD-9.1-Release. > I did freebsd-update and since then i get: > > root at 6:/root # jexec 1 /bin/csh > /lib/libc.so.7: unsupported file layout > root at 6:/root # > > i see /lib/libc.so.7 was updated > > as i read in some forums, i did: > root at 6:/root # ldconfig /lib /usr/lib /usr/local/lib > root at 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, > > > -- > Sami Halabi > Information Systems Engineer > NMS Projects Expert > FreeBSD SysAdmin Expert > Network Admin >-- Sami Halabi Information Systems Engineer NMS Projects Expert FreeBSD SysAdmin Expert
Ryan Stone
2013-Oct-08 20:50 UTC
after freebsd-update: /lib/libc.so.7: unsupported file layout
On Tue, Oct 8, 2013 at 7:32 AM, Sami Halabi <sodynet1 at gmail.com> wrote:> Hi, > i have a box with FreeBSD-9.1-Release. > I did freebsd-update and since then i get: > > root at 6:/root # jexec 1 /bin/csh > /lib/libc.so.7: unsupported file layout > root at 6:/root # > > i see /lib/libc.so.7 was updated > > as i read in some forums, i did: > root at 6:/root # ldconfig /lib /usr/lib /usr/local/lib > root at 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?