Subject: Re: libkvm programs with different behaviour
To: Stefan Voss <voss@yoda.in-berlin.de>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 12/06/1998 21:25:23
> > netstat is dynamically linked, whereas ps is statically linked. Are you
> > installing the new libkvm.so?
>
> Yes, I think I do. I do 'make' and 'make install' in /usr/src/lib. I'll try
> and see if linking statically and linking dynamically makes a difference.
Ah, I suspect you aren't rerunning ldconfig after installing the new
shared libs. This has always been needed in the past, but I think Jason
Thorpe recently checked in a change to the make file rules to do this
automatically on a make install.
Richard.