libkjs version bump
Maciej Stachowiak
mjs@apple.com
Mon, 13 Jan 2003 15:47:31 -0800
On Monday, January 13, 2003, at 12:58 PM, Dirk Mueller wrote:
> Hi,
>
> it seems the version number bump trick didn't work. Currently it
> breaks all
> apps that link using a convenience lib which links against libkhtml.
> Libtool, for reasons beyond me, links libkjs.so.1 then and as
> libkhtml.so
> nowadays links libkjs.so.2, kaboom.
>
> when we change the version number back, we break all apps that
> potentially
> use libkjs directly.
>
> when we don't change it back, we could install a dummy lib with the
> right
> version number, but no symbols. However, this breaks again all apps
> that use
> libkjs directly.
I think you will have to also bump the libkhtml version number to make
this work.
- Maciej