[lkb] LKB under Ubuntu on Mac

Stephan Oepen oe at csli.Stanford.EDU
Fri Jul 21 02:49:09 CEST 2006


hi emily,

> I've done the automated install, and added the requisite lines
> to my .emacs.  

  [...]

> Does anyone have any ideas about why this file isn't being found?

  [...]

> Warning: Loading sys:climxm.so failed with error:
>   libXm.so.3: cannot open shared object file: No such file or directory.

i suspect you are not using the `dot.emacs' file installed as part of
the DELPH-IN tree?  i recommend you actually include that file in your
personal `.emacs', e.g.

  (let ((root (or (getenv "DELPHINHOME") "/home/ebender/delphin")))
    (if (file-exists-p (format "%s/lkb/etc/dot.emacs" root))
      (load (format "%s/lkb/etc/dot.emacs" root) nil t t)))

the DELPH-IN `dot.emacs' actually adjusts LD_LIBRARY_PATH, such as to
include the DELPH-IN library directory, i.e. enabling the LKB to see
the correct Motif library.  likewise, [incr tsdb()], as of late, will
look for an external library, which again depends on LD_LIBRARY_PATH
including the appropriate, platform-specific DELPH-IN directory.

in case you were actually including the DELPH-IN `dot.emacs' already,
please let me know.  we are keen to make the automated installer work 
well across the various platforms!

                                                     all best  -  oe

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++ Universitetet i Oslo (IFI); Boks 1080 Blindern; 0316 Oslo; (+47) 2285 7989
+++     CSLI Stanford; Ventura Hall; Stanford, CA 94305; (+1 650) 723 0515
+++       --- oe at csli.stanford.edu; oe at ifi.uio.no; stephan at oepen.net ---
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



More information about the lkb mailing list