On Mon, Apr 03, 2006 at 05:11:22PM -0400, Philip Schuchardt wrote:
> ./configure
> make
> make install
>
> Then you must move
> mv /usr/local/lib64/tkimg-1.3 /usr/lib64/
Rather than moving the installed file, it would probably be better to
configure with:
./configure --prefix=/usr
Cheers,
Olly