Hello On 2005-08-15 Olaf van der Spek wrote: > On 8/15/05, Christian Hammers <[EMAIL PROTECTED]> wrote: > > Hello Olaf > > > > On 2005-08-15 Olaf van der Spek wrote: > > > Shouldn't libmysqlclient15-dev provide libmysqlclient-dev? > > > > Until now (i.e. Sarge), libmysqlclient12-dev was default. > > Currently the release managers asked me to wait with the > > transition to libmysqlclient14-dev for a while until g++ > > is done. libmysqlclient15 is only beta so should not be > > proposed to the user (or to the buildds when a package > > only depends on libymsqlclient-dev). > > Does that mean that if a package depends on libymsqlclient there's no > way to use libmysqlclient15 even if the user wants too?
You can install libmysqlclient15 and libmysqlcleint15-dev and build programs against it. Be careful though that you will get very bad segfaults if you try e.g. linking libnss-mysql againt libmysqlclient14 and libpam-mysql against libmysqlclient15 and have symbols from both in your binary. Same goes for apache's auth-mysql and php-mysql... as long as they are kept separated you can choose your libmysqlclient version as you like. (this is why the release managers choosed one library version as "default" for Sarge) bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

