mess-mate wrote:
Randy McMurchy <[EMAIL PROTECTED]> wrote:
| mess-mate wrote these words on 12/05/05 07:06 CST:
| | > ERROR: libmawt.so: cannot open shared object file: No such file or
| > directory
| > | > I've checked 'check_libofficebean.so' and it's there.
| > Any hint ?
| | Looks to me like you need to create the libmawt.so symlink as shown
| on the JDK page. That instruction may be new, so when you installed
| JDK it may not have been there, I'm not sure how long the instruction
| has been there to create the link.
| | Anyway, looks to me like you simply need to create that link and
| restart the OOo build.
| Thanks for your reply.
I've founded that hint about creating a link to libmawt.so, but
didn't:
- found libmawt.so at all
- and from where do i create that link ?
ln -sf motif21/libmawt.so /opt/jdk/jdk-1.5.0-precompiled/jre/lib/i386/

jdk 1.5.0-5 is installed in /opt, so
/opt/jdk/jdk-1.5.0-precompiled/jre/lib/i386/ is right.

but no motif21 nor in /opt nor in OO.

have i omitted installing somewhat ?

Best regards

mess-mate
Sorry found libmawt.so in
/opt/jdk/jdk-1.5.0-precompiled/jre/lib/i386/headless/
but no motif21

mess-mate

You should have /opt/jdk/jdk-1.5.0-precompiled/jre/lib/i386/motif21/libmawt.so.

A relative symlink should be created in /opt/jdk/jdk-1.5.0-precompiled/jre/lib/i386/ directory.

I build it locally, and haven't had a binary installation for a long time here, but I test it on my mail server since it's not limited to 56k dialup. :-)

[EMAIL PROTECTED] ~# ls -l /opt/jdk/jdk-precompiled-1.5.0_06/jre/lib/i386/motif21/libmawt.so -rwxr-xr-x 1 root root 2718156 2005-11-10 15:11 /opt/jdk/jdk-precompiled-1.5.0_06/jre/lib/i386/motif21/libmawt.so [EMAIL PROTECTED] ~# ls -l /opt/jdk/jdk-precompiled-1.5.0_06/jre/lib/i386/libmawt.so lrwxrwxrwx 1 root root 18 2005-12-02 17:07 /opt/jdk/jdk-precompiled-1.5.0_06/jre/lib/i386/libmawt.so -> motif21/libmawt.so
[EMAIL PROTECTED] ~#

Do you have a file /opt/jdk/jdk-precompiled-1.5.0/jre/lib/i386/motif21/libmawt.so? If not, then your JDK installation is broken
(assuming that /opt/jdk/jdk -> jdk-precompiled-1.5.0)

-- DJ Lucas

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to