| View previous topic :: View next topic |
| Author |
Message |
honp Guru

Joined: 25 Sep 2006 Posts: 325 Location: Good old Prague, Czech rep.
|
Posted: Fri Jan 16, 2009 3:44 pm Post subject: Lotus notes 8.02 64b problem. |
|
|
Hi, after some difficuilties i installed Lotus notes client 8.02, but when i try to run it:
| Code: | | ./notes: error while loading shared libraries: libgnomeprint-2-2.so.0: wrong ELF class: ELFCLASS64 |
| Code: | ldd ./notes
linux-gate.so.1 => (0xf7f99000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7f45000)
libresolv.so.2 => /lib32/libresolv.so.2 (0xf7f30000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7f2c000)
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/32/libstdc++.so.6 (0xf7e43000)
libm.so.6 => /lib32/libm.so.6 (0xf7e1c000)
libc.so.6 => /lib32/libc.so.6 (0xf7cd9000)
libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf7ccc000)
/lib/ld-linux.so.2 (0xf7f7d000)
|
CHOST="x86_64-pc-linux-gnu"
Do you know what with it? |
|
| Back to top |
|
 |
depontius Advocate

Joined: 05 May 2004 Posts: 2156
|
Posted: Fri Jan 16, 2009 5:01 pm Post subject: |
|
|
How did you get Notes to install? As far as I know, the only official Notes clients for Linux are 32-bit, available as .rpm or .deb. Your immediate problem looks to be that you're trying to load a 64-bit version of libgnomeprint from the 32-bit Notes client. I'm not sure if one of the app-emulation/emul-linux-x86 libraries covers this or not. You might be better off trying to do this in a 32-bit chroot. I believe that once upon a time, I either hard-linked or copied the X unix socket into a chroot, so that the chroot could use the desktop. At the moment, I don't remember how I found it - I dropped 64-bit for 32-bit years ago - because in my situation it didn't really buy me anything. _________________ .sigs waste space and bandwidth |
|
| Back to top |
|
 |
RAPHEAD Tux's lil' helper

Joined: 20 Jun 2003 Posts: 85
|
Posted: Sat May 12, 2012 6:36 pm Post subject: |
|
|
Hi,
I'm having the same Problem on a 64 bit Gentoo system with Notes 8.5.3.
Can you point out your solution to this?
thanks |
|
| Back to top |
|
 |
depontius Advocate

Joined: 05 May 2004 Posts: 2156
|
Posted: Sat May 12, 2012 8:41 pm Post subject: |
|
|
Several years back, a friend suggested using a chroot32. I'm using my employer-developed distribution, and THEY got Notes working, not me. _________________ .sigs waste space and bandwidth |
|
| Back to top |
|
 |
|