Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 1997 23:56:29 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jdp@polstra.com
Cc:        uzsv2k@uni-bonn.de, stable@FreeBSD.ORG
Subject:   Re: ldconfig problems
Message-ID:  <199711250756.XAA02086@baloon.mimi.com>
In-Reply-To: <199711242155.NAA26301@austin.polstra.com> (message from John Polstra on Mon, 24 Nov 1997 13:55:02 -0800)

next in thread | previous in thread | raw e-mail | index | archive | help
 * The ldconfig database is used only by the dynamic linker "ld.so".
 * The static linker "ld" does not use it at all.  If you want "ld" to
 * find libgnumalloc, then you need to either add "-L/usr/lib/compat"
 * to its command line arguments, or create a symbolic link
 * "/usr/lib/libgnumalloc.so.2.0 -> /usr/lib/compat/libgnumalloc.so.2.0".

This answer is correct in the regular sense, but not for this
particular case.  Your problem is that you have old imake config files 
(they are in /usr/X11R6/lib/X11/config).

Satoshi



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