From owner-freebsd-questions@FreeBSD.ORG Tue Aug 28 21:23:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D399416A41A for ; Tue, 28 Aug 2007 21:23:43 +0000 (UTC) (envelope-from jdrukman@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 8878413C467 for ; Tue, 28 Aug 2007 21:23:43 +0000 (UTC) (envelope-from jdrukman@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so369242anc for ; Tue, 28 Aug 2007 14:23:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YA6NH/0r3tBsaRB8bQ8Qhr4QYz/sEVellu4gd37n8w72wRem8gLJrvjO3WW+U3Wh80v3fpNoANVP0ZZwGLL0HZsUo45rYjOJFa5XwIXRL7b46GRop2oXIFfGc1THb/mUgH4R0kIk132eibtorPowB+WxIZhsTynqFKYHbHtXbV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=WjVK3RASHWGp/ENUFsDj9D5sJ2L9tjs/vIEMd3vCpMalFycxaBenkIU0qj3LCcou2BpjwKnCWBQ1tF3hZBOycQiuq7bPY/dWEMhUQYZeDPYKd0nGLFj/oaUC/HGBbfyvjTRodxsF4nCzswyiFVCoblY5z4+9C5VoNaG+K5nqpDA= Received: by 10.100.111.16 with SMTP id j16mr3371514anc.1188336222830; Tue, 28 Aug 2007 14:23:42 -0700 (PDT) Received: by 10.100.107.10 with HTTP; Tue, 28 Aug 2007 14:23:42 -0700 (PDT) Message-ID: Date: Tue, 28 Aug 2007 14:23:42 -0700 From: "Jon Drukman" To: freebsd-questions@freebsd.org In-Reply-To: <20070828204816.GD85642@hub.freebsd.org> MIME-Version: 1.0 References: <20070828200057.G27963@duane.dbq.yournetplus.com> <20070828204816.GD85642@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 21:23:43 -0000 On 8/28/07, Kris Kennaway wrote: > > > > Have you tried the compat4 port: > > > /usr/ports/misc/compat4x > > > > thanks! that got me past one error, now i'm stuck on libcrypt.so.2 > > > > is there a port for libcrypt compat? (i didn't find anything obvious by > > searching on *compat* or *crypt*) > > It's part of the same freebsd compat ports. It's not in compat4x. On a whim I tried installing compat5x and that provided the missing library. thanks -jsd-