Date: Wed, 26 May 2004 10:20:16 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Luke Beaulieu <lukeb@canal.iaw.on.ca> Cc: freebsd-amd64@freebsd.org Subject: Re: 32-bit compatibility Message-ID: <20040526172016.GA1346@Odin.AC.HMC.Edu> In-Reply-To: <Pine.NEB.4.58.0405261053560.8876@canal.iaw.on.ca> References: <Pine.NEB.4.58.0405261053560.8876@canal.iaw.on.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
--vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 26, 2004 at 11:03:35AM -0400, Luke Beaulieu wrote: > I'm currently building a web server that will be setup with > FreeBSD/amd64. It must run Apache with mod_ssl and the Frontpage > extensions module from RTR (http://www.rtr.com). >=20 > Can FreeBSD run a 32-bit module (mod_frontpage) and a 64-bit web > server reliably? This server will be in a production environment so I'd > like to be sure. Thanks for any help. That's not possible. The ABI of the module (a dynamic library) and the web server are not the same so the module can't be loaded (linked). -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAtNHPXY6L6fI4GtQRAtgKAJ0YRe+wPujT3sP5cVJ0/d1+WzKIsACgktDp jCkhmVAoVXyczLvugD6Z0G4= =2tEG -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040526172016.GA1346>