Re: [Pmk-devel] Re: pmk problems on FreeBSD and DragonFlyBSD
Brought to you by:
coudercd
|
From: <tom...@am...> - 2005-10-08 19:43:23
|
Damien Couderc wrote:
> Here is what i got with the sources that are in the current tree :
>=20
> PMK version 0.9.3-s2
this is would-be 0.9.4?
> BTW i've not been able to get an account on a DragonFlyBSD box, could
> you provide me some informations about the system so i can populate
> the pmkcomp.dat file with a DFBSD record (and then say HI to shared
> lib support) ?
>=20
> For example the FreeBSD record is the following:
> ADD_SYSTEM {
> NAME =3D "FreeBSD"
> SL_EXT =3D ".so"
> SL_VERSION =3D "$SL_MAJOR.$SL_MINOR"
> SL_LIBNAME =3D "lib$SL_NAME$SL_EXT"
> SL_LIBNAME_VMAJ =3D "$SL_LIBNAME.$SL_MAJOR"
> SL_LIBNAME_VFULL =3D "$SL_LIBNAME.$SL_VERSION"
> }
>=20
> (it needs to be updated as i've heard that there was no longer micro
> version in FreeBSD)
>=20
> Have fun,
> Damien
This is what I got from one of the developers:
Date: Sat, 8 Oct 2005 21:13:12 +0200
From: Joerg Sonnenberger <jo...@br...>
To: Toma=BE Bor=B9tnar <tom...@ov...>
Subject: Re: libmemcache/pmk stuff
User-Agent: Mutt/1.5.10i
X-OverNet-MailScanner-Information: Contact mai...@ov... for more =
information
X-OverNet-MailScanner: Found to be clean
X-OverNet-MailScanner-SpamCheck: not spam, SpamAssassin (score=3D0.201,
required 5, AWL -0.01, UPPERCASE_25_50 0.21)
X-MailScanner-From: jo...@br...
X-Envelope-To: <tm...@ov...> (uid 0)
X-Orcpt: rfc822;tom...@ov...
Original-Recipient: rfc822;tom...@ov...
On Sat, Oct 08, 2005 at 09:07:57PM +0200, Toma=BE Bor=B9tnar wrote:
> Damien Couderc wrote:
> > For example the FreeBSD record is the following:
> > ADD_SYSTEM {
> > NAME =3D "FreeBSD"
> > SL_EXT =3D ".so"
> > SL_VERSION =3D "$SL_MAJOR.$SL_MINOR"
> > SL_LIBNAME =3D "lib$SL_NAME$SL_EXT"
> > SL_LIBNAME_VMAJ =3D "$SL_LIBNAME.$SL_MAJOR"
> > SL_LIBNAME_VFULL =3D "$SL_LIBNAME.$SL_VERSION"
> > }
> >
> > (it needs to be updated as i've heard that there was no longer micro
> > version in FreeBSD)
Major / minor versions are fine for us. We don't have them for the base
system as artifact of the aout naming scheme still used, but that might
change at some time.
Joerg
|