Port-sparc64 archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Compiling Perl in 32 bit chroot on sparc64 failing
On Sat, Jul 13, 2019 at 08:11:57PM +0000, John Klos wrote:
> kver -r 8.0 -p sparc chroot /usr/sandbox_8.0 /bin/sh
> /usr/local/lib/libkver.so: invalid ELF class 2; expected 1
#define ELFCLASS32 1 /* 32-bit objects */
#define ELFCLASS64 2 /* 64-bit objects */
You have a 64 bit libkver.so and something tries to load it in the sandbox?
Martin
Home |
Main Index |
Thread Index |
Old Index