Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!newsfeed.ACO.net!Austria.EU.net!EU.net!gatech!howland.reston.ans.net!news-e1a.megaweb.com!newstf01.news.aol.com!uunet!in2.uu.net!clover.cleaf.com!not-for-mail From: dweaver@clover.cleaf.com (David Weaver) Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: where can I get libXmu.s0.6.0 Date: 25 Jul 1995 11:10:49 -0500 Organization: Cloverleaf Technologies Lines: 18 Message-ID: <3v3529$nh0@clover.cleaf.com> References: <3uutof$so2@eng_ser1.erg.cuhk.hk> NNTP-Posting-Host: clover.cleaf.com X-Newsreader: TIN [UNIX 1.3 941109BETA PL0] : I had recently install XFree86-3.1.1 with Xserver XF86_Mach64. When Itry to : startx. The system reported to me the message: ld.so:xinit: libXmu.so.6.0 : File : or directory not found. Can anybody tell me where can I get the : libXmu.so.6.0 XFree86 3.1.1 should have come with libXmu.so.6.0. It should be in /usr/X11R6/lib. If it isn't there then you probably didn't install the XFree lib archive, called XF311lib.tar.gz (or something like that). If /usr/X11R6/lib/libXmu.so.6.0 exists, then you simply forgot to do this: ldconfig /usr/X11R6/lib That tells the dynamic linker where the X Window System libraries are located. This command should be in your /etc/rc file if you plan to use X regularly.