Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 1995 18:51:07 +0200 (MET DST)
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        handy@condor.physics.montana.edu (Brian Handy)
Cc:        freebsd-questions@freefall.cdrom.com (user alias)
Subject:   Re: Last (?) install q...
Message-ID:  <199507011651.SAA15977@gilberto.physik.rwth-aachen.de>
In-Reply-To: <199507010910.JAA04166@condor.physics.montana.edu> from "Brian Handy" at Jul 1, 95 09:10:58 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507011651.SAA15977>