You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Tyler MacDonald <ty...@yi.org> on 2006/07/09 21:30:18 UTC

Re: Bug#377420: mod-bt - FTBFS: Not resolvable build dependencies

Kurt Roeckx <ku...@roeckx.be> wrote:
> Yes, name it libapr-dev.  If something really can use either one
> of the 2, I don't see why you should make a transition so hard
> and go and name it libapr0-dev.
> 
> So I suggest you rename libapr0-dev to libapr-dev and make it
> provide libapr0-dev for now.

	Well, APR's not my package, but I sort-of agree. There are a few
minor API incompatibilites between APR-0 and APR-1 that might make this a
Bad Thing, or at least Hard Thing. For instance:

#if APR_MAJOR_VERSION == 0
#define apr_socket_create(a,b,c,d,e) apr_socket_create(a,b,c,e)
#endif

	Cheers,
		Tyler