From owner-freebsd-questions Sat Jul 1 09:38:07 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA24480 for questions-outgoing; Sat, 1 Jul 1995 09:38:07 -0700 Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA24471 for ; Sat, 1 Jul 1995 09:38:05 -0700 Received: from gilberto.physik.rwth-aachen.de by campino.informatik.rwth-aachen.de (4.1/campino-8) id AA08992; Sat, 1 Jul 95 18:37:38 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.8/8.6.9) id SAA15977; Sat, 1 Jul 1995 18:51:08 +0200 Message-Id: <199507011651.SAA15977@gilberto.physik.rwth-aachen.de> Subject: Re: Last (?) install q... To: handy@condor.physics.montana.edu (Brian Handy) Date: Sat, 1 Jul 1995 18:51:07 +0200 (MET DST) Cc: freebsd-questions@freefall.cdrom.com (user alias) In-Reply-To: <199507010910.JAA04166@condor.physics.montana.edu> from "Brian Handy" at Jul 1, 95 09:10:58 am From: Christoph Kukulies Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1046 Sender: questions-owner@FreeBSD.org Precedence: bulk > > > OK...I think I've got things up and running... > > I was trying to install fvwm. First, tried the package_add > route, and got: > > condor % /usr/X11R6/bin/fvwm > ld.so: fvwm: libXpm.so.4.5: Undefined error: 0 I had this problem, too when building xboing recently. Xpm was required so I first built Xpm.This message occured although libXpm.so.4.5 was definitely there ( in /usr/X11R6/lib). I forgot to check the ldconfig path at that time but I fixed it (the dirty way) by doing a cd /usr/X11R6/lib for i in lib* do ln -s `pwd`/$i /usr/lib/$i done and the problem was gone. > condor % > > I also got this by compiling the port. I've also downloaded > the xpm package, and also compiled that port too to try > to solve this problem > > Suggestions? > > Thanks > > Brian > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de FreeBSD blues.physik.rwth-aachen.de 2.0-BUILT-19950701 FreeBSD 2.0-BUILT- 19950701 #0: Sat Jul 1 15:37:15 1995 kuku@monk.physik.rwth-aachen.d e:/usr/src/sys/compile/BLUESGUS i386