Date: Mon, 24 Nov 1997 15:54:23 +0100 From: Philipp Reichmuth <uzsv2k@uni-bonn.de> To: FreeBSD Questions <questions@freebsd.org> Cc: FreeBSD-stable <stable@freebsd.org> Subject: ldconfig problems Message-ID: <3479951F.41C67EA6@uni-bonn.de>
next in thread | raw e-mail | index | archive | help
Hi folks! I am experiencing the following problem: Often if I try to compile a port (or whatever that uses shared libraries), I see the following error sequence: XXXXX==== /usr/ports/print/ghostview/ make================================XXXXX >> Checksum OK for ghostview-1.5.tar.gz. ===> Building for ghostview-1.5 rm -f ghostview cc -o ghostview -m486 -O2 -L/usr/X11R6/lib main.o misc.o callbacks.o actions.o dialogs.o Ghostview.o ps.o getenv.o setenv.o strcasecmp.o SelFile.o Dir.o Path.o Draw.o -lXaw -lXmu -L/usr/X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -lm -lgnumalloc ld: -lgnumalloc: no match *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. YYYYY=====================================================================YYYYY libgnumalloc.so.2.0 is in my ldconfig path, however, because ldconfig -r says: XXXXX==== ldconfig -r | grep "numall"=====================================XXXXX 9:-lgnumalloc.2.0 => /usr/lib/compat/libgnumalloc.so.2.0 YYYYY=====================================================================YYYYY My system is an "out-of-the-box" CTM'ed FreeBSD-2.2.5-stable system. I CTM my ports as well. What is amiss here? Philipp -- > ======================================================================= > formerly <chokepnt@prima.ruhr.de> - now <uzsv2k@uni-bonn.de> > =======================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3479951F.41C67EA6>