Hi Bruce, * Bruce Korb wrote on Fri, Mar 19, 2010 at 05:22:15PM CET: > On Fri, Mar 19, 2010 at 9:12 AM, Richard Guenther wrote: > > On Fri, Mar 19, 2010 at 5:02 PM, Bruce Korb wrote: > >> What does this message really mean? > >> i.e. What should I do about it? > > > > run ldconfig or use binaries from > > http://download.opensuse.org/repositories/devel:/gcc/openSUSE_11.1 > > I'm building the binaries. It seems some update or another caused > the ld.so.cache to become out of date with respect to ld.so.conf. > Not something I expected..... Thank you!
'make install' should cause libtool to invoke '/sbin/ldconfig -n /usr/local/lib'. When doing a DESTDIR install, libtool should warn you that you may need to run 'libtool --finish /usr/local/lib' after moving libraries to their final place (which then would run ldconfig). AFAIK mpc uses libtool. Which piece was missing for you? Thanks, Ralf