Displaying 20 results from an estimated 45 matches for "elfclass32".
2008 Jul 02
3
could not import module ELFCLASS32
Sorry if this is the wrong list, but doing a code checkout via Mercurial
produces the following:
#hg clone http://xenbits.xensource.com/xen-3.2-testing.hg
destination directory: xen-3.2-testing.hg
requesting all changes
adding changesets
abort: could not import module ELFCLASS32!
transaction abort!
rollback completed
Is there a workaround for this right now?
--
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
joe@netmusician.org
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
h...
2015 Mar 11
3
libdriver_msql.so
...on signal 15
Mar 11 15:19:04 dadd3041 postfix/master[3597]: daemon started -- version
2.11.1, configuration /etc/postfix
Mar 11 15:19:25 dadd3041 dovecot: auth: Error:
dlopen(/usr/lib/dovecot/modules/auth/libdriver_mysql.so) failed:
/usr/lib/dovecot/modules/auth/libdriver_mysql.so: wrong ELF class:
ELFCLASS32
Mar 11 15:19:25 dadd3041 dovecot: auth: Fatal: Unknown database driver
'mysql'
Mar 11 15:19:25 dadd3041 dovecot: master: Error: service(auth): command
startup failed, throttling for 2 secs
Mar 11 15:19:25 dadd3041 dovecot: imap-login: Disconnected: Auth process
broken (disconnected before a...
2008 Mar 26
1
wrong ELF class error
...-liconv
LDSHFLAGS = -G -L/usr/local/lib -R/usr/local/lib -lthread
LDFLAGS = -L/usr/local/lib -R/usr/local/lib -lthread
PIE_CFLAGS =
PIE_LDFLAGS =
Generating smbd/build_options.c
Building include/proto.h
ld.so.1: sort: fatal: /usr/local/lib/libiconv_plug.so: wrong ELF class: ELFCLASS32
creating /lib001/samba_binaries/samba-3.0.23a/source/include/proto.h
<>
and it just sits there until I break out of it <CTRL-\>
Has anyone encountered this? Any idea what this 'wrong ELF class' means? I
am hoping someone will have come across this and offer some suggestion as...
2013 Nov 27
20
[PATCH 0/4] efi: PE header generation fix
The PE headers of the generated efi file were quite buggy. And since OVMF
perform a few consistency checks, syslinux was unable to run on it. I don't
pretend to have a thorough understanding of the PE+ headers, some bugs may
remain. :)
Celelibi (4):
efi: Fix PE header field rva_and_sizes_nr
efi: Location, size and alignment of .text section
efi: Useless relocations in PE file
efi: PE
2013 Dec 01
0
[PATCH v2 4/4] efi: PE file size differ from in-memory size
...39;so_size' is the file size of the ELF shared object.
+ * 'so_memsz' is the size of the ELF shared object once loaded.
* 'data_size' is the size of initialised data in the shared object.
* 'class' dictates how the header is written
* For 32bit machines (class == ELFCLASS32), the optional
@@ -44,7 +44,7 @@ typedef Elf64_Addr Elf_Addr;
* header includes PE32+header fields
*/
static void write_header(FILE *f, __uint32_t entry, size_t data_size,
- __uint32_t so_size, __uint8_t class)
+ __uint32_t so_memsz, __uint8_t class)
{
struct optional_hdr o_hdr;
st...
2013 Nov 27
0
[PATCH 4/4] efi: PE file size differ from in-memory size
...39;so_size' is the file size of the ELF shared object.
+ * 'so_memsz' is the size of the ELF shared object once loaded.
* 'data_size' is the size of initialised data in the shared object.
* 'class' dictates how the header is written
* For 32bit machines (class == ELFCLASS32), the optional
@@ -44,7 +44,7 @@ typedef Elf64_Addr Elf_Addr;
* header includes PE32+header fields
*/
static void write_header(FILE *f, __uint32_t entry, size_t data_size,
- __uint32_t so_size, __uint8_t class)
+ __uint32_t so_memsz, __uint8_t class)
{
struct optional_hdr o_hdr;
st...
2015 Mar 11
1
libdriver_msql.so
...ysql.so
>>
>
> stupid idea, i guess without install the package proper
>
> Mar 11 15:19:25 dadd3041 dovecot: auth: Error:
>> dlopen(/usr/lib/dovecot/modules/auth/libdriver_mysql.so) failed:
>> /usr/lib/dovecot/modules/auth/libdriver_mysql.so: wrong ELF class:
>> ELFCLASS32
>> Mar 11 15:19:25 dadd3041 dovecot: auth: Fatal: Unknown database driver
>> 'mysql'
>>
>
> likely the result of mix package and self compile instead use google
> https://packages.debian.org/de/sid/dovecot-mysql
>
>
2005 May 23
1
[LLVMdev] Sparc build error
...he tblgen executable builds successfully but it seems to use the
wrong version of libstdc++ :
% /home/vadve/vadve/llvm-sparc/Debug/bin/tblgen --help
ld.so.1: /home/vadve/vadve/llvm-sparc/Debug/bin/tblgen: fatal: /home/
vadve/lattner/local/x86-fc1/gcc-3.4.2/lib/libstdc++.so.6: wrong ELF
class: ELFCLASS32
Killed
This version of tblgen was just created successfully in the same
build on Solaris, so I don't know why the x86-fc1 version of libstdc+
+ is getting used. My tree is configured as:
/home/vadve/vadve/llvm/configure --prefix=/localhome/vadve/llvm
--enable-targets=host-only
I v...
2009 Sep 11
2
No 64 bit binary for Fax for Asterisk
...'m using is:
2.6.26-1-amd64 #1 SMP Fri Mar 13 17:46:45 UTC 2009 x86_64 GNU/Linux
Consequently, on load it presents an error:
[Sep 12 10:25:35] WARNING[31306]: loader.c:368 load_dynamic_module:
Error loading module 'res_fax.so': /usr/lib/asterisk/modules/res_fax.so:
wrong ELF class: ELFCLASS32
Is there any plan to provide a 64 bit binary for my architechture?
I've installed the ia32-libs package as well, but no success.
--
Cheers,
Matt Riddell
Director
_______________________________________________
http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoi...
2004 Aug 02
1
readline, 64bit solaris build
...for rl_callback_read_char in -lreadline
> configure:21307: cc -xarch=v9 -o conftest -xO5 -xlibmil -dalign
> -I/usr/local/include -L/us
> r/local/lib conftest.c -lreadline -ldl -ltermcap -lm >&5
> ld: warning: file /usr/local/lib/libreadline.a(callback.o): wrong ELF
> class: ELFCLASS32
> Undefined first referenced
> symbol in file
> rl_callback_read_char conftest.o
> ld: fatal: Symbol referencing errors. No output written to conftest
> configure:21313: $? = 1
> configure: failed program was:
> |...
2010 Aug 15
1
Yum broken after x86_64 upgrade
...isk. Now that the machine is running 64-bit, I
notice that Yum is broken, failing with the following error:
~~~
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib/python2.4/site-packages/rpm/_rpmmodule.so: wrong ELF class: ELFCLASS32
~~~
OK, so I thought I could fix this by installing the dependency. After digging
through a bunch of cascading dependencies using rpm, I got to the elfutils,
which didn't want to install until I used the --ignorearch switch on rpm.
However, when I try to install the 64-bit version of rpm-libs...
2005 Mar 06
1
testers sought for script to interpret ELF/klibc executables
..._INTERP gives offset and
# size of the interpreter filename in the executable
# - extract that filename and strip trailing null byte.
#
use warnings;
use strict;
sub PATH_MAX () {4096;}
sub SZ_ELF32HDR () {52;}
sub SZ_ELF64HDR () {64;}
# Elf32_Ehdr->e_ident[4]: are variables 32 or 64 bit
sub ELFCLASS32 () {1;}
sub ELFCLASS64 () {2;}
# Elf32_Ehdr->e_type: whether it's an executable, core, object
# file or something else entirely.
sub ET_EXEC () {2;}
sub ET_DYN () {3;}
#
# ELF Private header
#
sub SZ_ELF32PHDR {32;}
sub SZ_ELF64PHDR {56;}
# Elf32_Phdr->p_type.
sub PT_INTERP () {3;} #...
2010 Dec 16
2
centos 5.5 x64 bit issues on sun blade X6270 SERVER MODULE
...(!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 16 21:17:19 2010
(==) Using config file: "/etc/X11/xorg.conf"
dlopen: /usr/lib64/xorg/modules/drivers/ast_drv.so: wrong ELF class:
ELFCLASS32
(EE) Failed to load /usr/lib64/xorg/modules/drivers/ast_drv.so
(EE) Failed to load module "ast" (loader failed, 7)
(EE) No drivers available.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known pro...
2003 Jan 07
1
klibc-0.72 released
This adds [f]getc() and fgets() for parsing config files. Probably hard
to avoid. Still trying to decide if I actually want to add system() or not.
-hpa
2009 Oct 31
0
[LLVMdev] make llvm-ld to link 64-bits libs???
...l
I'm using my tool to build whole-program bitcode file for big projects,e.g.
openldap,apache,BIND
I found that llvm-ld can only link the libraries in
/usr/lib,/lib,/X11/(whatever),which causes some errors like "Error opening
'/usr/lib/libm.so': /usr/lib/libm.so: wrong ELF class: ELFCLASS32
" (I'm using Fedora 11 X86_64)
I just add
LibPaths.push_back("/usr/X11R6/lib");
LibPaths.push_back("/usr/lib64");
LibPaths.push_back("/lib64");
in front of the original relative codes in the llvm-ld.cpp,it works.
I wonder that is there any more elegent m...
2015 Mar 11
0
libdriver_msql.so
...ib/dovecot/modules/auth/libdriver_mysql.so
stupid idea, i guess without install the package proper
> Mar 11 15:19:25 dadd3041 dovecot: auth: Error:
> dlopen(/usr/lib/dovecot/modules/auth/libdriver_mysql.so) failed:
> /usr/lib/dovecot/modules/auth/libdriver_mysql.so: wrong ELF class:
> ELFCLASS32
> Mar 11 15:19:25 dadd3041 dovecot: auth: Fatal: Unknown database driver
> 'mysql'
likely the result of mix package and self compile instead use google
https://packages.debian.org/de/sid/dovecot-mysql
-------------- next part --------------
A non-text attachment was scrubbed...
Name...
2007 Mar 06
0
Newbie: xm is failing on FC5- Xen3.0.4.1
...3ab5b0ede.bb101e77d
4a3-root/usr/lib/python/xen/xm/main.py", line 51, in ?
File
"/obj/RPM_BUILD_DIRECTORY/tmp/xen-3.0.4.1-3.0.4.1-0603ab5b0ede.bb101e77d
4a3-root/usr/lib/python/xen/util/security.py", line 25, in ?
ImportError: /usr/lib/python/xen/lowlevel/acm.so: wrong ELF class:
ELFCLASS32
Any ideas and help is really appreciated.
I wonder where the /obj/RPM_BUILD_DIRECTOR.... exist. ?
-CD
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Aug 24
1
wine monopolizes the sound
...oss.so.0: wrong ELF class: ELFCLASS64
It concerns other libraries called after the first, I changed them to 32 bits versions (btw, it calls libraries from /usr/lib instead of /usr/lib32) but I still get errors such as
error while loading shared libraries: libpulsecommon-0.9.23.so: wrong ELF class: ELFCLASS32
Any help would be welcomed.
Thanks.
2013 Dec 01
0
[PATCH v2 3/4] efi: Useless relocations in PE file
...r_sz;
__uint32_t reloc_start, reloc_end;
@@ -82,7 +80,7 @@ static void write_header(FILE *f, __uint32_t entry, size_t data_size,
fwrite(&hdr, sizeof(hdr), 1, f);
memset(&c_hdr, 0, sizeof(c_hdr));
- c_hdr.nr_sections = 2;
+ c_hdr.nr_sections = 1;
c_hdr.nr_syms = 1;
if (class == ELFCLASS32) {
c_hdr.arch = IMAGE_FILE_MACHINE_I386;
@@ -122,7 +120,7 @@ static void write_header(FILE *f, __uint32_t entry, size_t data_size,
o_hdr_pe32p.entry_point = entry;
o_hdr.initialized_data_sz = data_size;
fwrite(&o_hdr_pe32p, sizeof(o_hdr_pe32p), 1, f);
- memset(&e_hdr_pe32p, 0,...
2004 Nov 29
0
core dump during make check when building 64-bit R on Solaris 8/9
...tudio
8. Make was successful but I have a core dump during a make check. By
the way, this problem also happens on my Solaris 8 machine though I did
not get a core dump. I do not have 64-bit versions of the readline,
tcl/tk, libncurses, etc libraries so these caused configure not to use
them with ELFCLASS32 errors.
I use the following flags in config.site:
CC="cc -xarch=v9"
CFLAGS="-xO5 -xlibmil -dalign"
F77="f95 -xarch=v9"
FFLAGS="-xO5 -xlibmil -dalign"
CXX="CC -xarch=v9"
I pasted the make check error messages below:
$ make check
collecting example...