On Thu, 15 Jul 2004 13:34:50 -0400, Matthew Miller wrote: > On Thu, Jul 15, 2004 at 06:47:48PM +0200, Michael Schwendt wrote: > > > Hey! What happened to the .so? This is the case with both my rebuilt package > > > and the distributed update binary. > > That's due to an autotools/libtool mismatch. > > Bleh. It should fail to build completely, not do this silliness. How do I > tell what the match should be? Is adding `libtoolize --force` to the prep > section of the spec file really the correct fix? (Because it seems to > work...) Yes. Either that or the full "autoreconf --force" or a subset of what that does.