Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!news.mathworks.com!enews.sgi.com!decwrl!purdue!mozo.cc.purdue.edu!not-for-mail From: willey@purdue.edu (Mark Willey) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: xfm-1.3.2 problem Date: 9 Dec 1996 04:13:25 GMT Organization: Purdue University Lines: 23 Message-ID: <58g3l5$278@mozo.cc.purdue.edu> References: <32AAF708.3A33@capsella.demon.co.uk> NNTP-Posting-Host: hillres55-109.cc.purdue.edu X-Newsreader: TIN [UNIX 1.3 950824BETA PL0] Martin Whitehead (mwhitehead@capsella.demon.co.uk) wrote: : I have just installed xfm-1.3.2 and xpm-3.4h under : NetBSD1.1 on my : amiga A4000. When I type xfm <CR>, I get the : response: : : /usr/libexec/ld.so: xfm: libXpm.so.4.8: No such : file or directory : : What does this mean? All the 3 files (ld.so, xfm, : and libXpm.so.4.8) are : in the search path. Did you ldconfig the libXpm path? ldconfig /usr/lib ldconfig -m /usr/local/lib ldconfig -m /usr/X11R6/lib Put those lines (or similar) in your /etc/rc.local and run them as root. Mark