Ben Gertzfield wrote: > So I was thinking it'd be nice to warn developers of shared library > packages that they should have the -dev file depend with a versioned > depends on the real lib file.
Either that or make the .so link point to the soname link, instead of to the actual library. Then the link is more robust. Richard Braakman