Re: Language Pack 6.5.1 German [ScanMail found this email to be virus-free.]
[email protected] Mon, 15 Nov 2004 11:39:09 +0100
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote on 15.11.2004 10:44:23: > Hello to all, > > I want to install Domino 6.5.1 on SuSE 9.1 with Language Pack German. > The Installation of Domino 6.5.1 is easy, but when I want to install > the Language Pack it appears thr following message: > > Running Installshield Wizard > Error occurred during initialization of VM > Unable to load native library: /tmp/isjoquS1u/lib/i386/libjava.so: > symbol_libc_wait, version GLIBC_2.0 not defined in file libc.so.6 > with link time reference > > > what can I do to solve the problem? > > Michael Widmaier Hi! The problem is that Sun used an internal symbol of the C library which isn't available anymore (for quite some time, in fact). Work around this by downloading and compiling ftp://people.redhat.com/drepper/libcwait.c with 'gcc -shared -fpic -o libcwait.so libcwait.c' and then use 'LD_PRELOAD=/path/to/libcwait.so the-program args...' to start the program. Additionally you'd better install libstdc(++) backwards compatibilty libaries/ packages. At the end of the day there's no guarantée that it works. But i would consider waiting for Lotus to certify LSB 2.0 for Lotus Domino 6.5 to use it with SuSE or some other distribution of preference. Mit freundlichem Gruß/ kind regards Stefan Schreiner