Date: Fri, 28 Jul 1995 08:45:10 +0930 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: Matthew.White@cs.cmu.edu Cc: freebsd-questions@freefall.cdrom.com Subject: Re: libXpm/Xemacs problem Message-ID: <199507272315.IAA08116@genesis.atrad.adelaide.edu.au> In-Reply-To: <8k5w8Vm00ggL9Evg0=@cs.cmu.edu> from "Matthew.White@cs.cmu.edu" at Jul 27, 95 12:43:13 pm
next in thread | previous in thread | raw e-mail | index | archive | help
Matthew.White@cs.cmu.edu stands accused of saying: > > I've just added the package xemacs-19.11 from the 2.0.5R disc. pkg_add > reports no problems, but xemacs still won't start. When I type 'xemacs > &', I get the following error message: > > ld.so: xemacs: libXpm.so.4.5: Undefined error: 0 That usually means that the library referred to hasn't been loaded into ld.so's cache by ldconfig. This may be because you've added it but not run ldconfig to update ld.so, or because you don't have libXpm installed. > I checked '/usr/X11R6/lib' and there was no reference to libXpm at all. > Besides, all the shared libraries are '.6.0', aren't they? Suspicious, > I did a 'find / -name "libXpm.so.4.5" -print' and, of course, came up > empty. > > Any ideas? I guess you could try installing libXpm. It's on the disk. Either reboot afterwards, or look in /etc/rc for an example of how to run ldconfig to pick up the new library. > -Matt -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] My car has "demand start" - Terry Lambert [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507272315.IAA08116>