From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 17:17:29 2008 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 0BB4D106564A for ; Thu, 17 Apr 2008 17:17:29 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id DB6688FC13 for ; Thu, 17 Apr 2008 17:17:28 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so107911wfa.7 for ; Thu, 17 Apr 2008 10:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=G2t0z7Cm8TXSinARQUMjjkFlqFBg++3sSkm9qeRrh04=; b=lzTPBE00GPXGc95g3rRUOH0B3V4/VpTxXAgbzbvmHLkYTBEYDoPDtuGTK5B/515T4JX54zFvbGUIi+GXU3XvcXSYSBgRTrDKEbpzGLGPU0GUBcyer8DbG0B25+u3U+BpXulIeWqbVLlvNTkto/LKkLD4ZmoSoJ0pTVxJe8QllCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=saPKmUSxq7TCG9rQrhHfyg1dqyvtCsGcB6eu9+rMslN6vapkPmpCsgQ6dSL0K5CtRXdfQMKLA1+f39dmt/sLQ93kFXMZ5fHxXjoTwk2usxFbu3Odc4LPp+OzJcfFi3MR0pUF9vGEfArgKGa84GmSBdviRW4tOisVUsncAnDPfFE= Received: by 10.143.16.9 with SMTP id t9mr502458wfi.164.1208452270686; Thu, 17 Apr 2008 10:11:10 -0700 (PDT) Received: by 10.142.72.20 with HTTP; Thu, 17 Apr 2008 10:11:10 -0700 (PDT) Message-ID: Date: Thu, 17 Apr 2008 10:11:10 -0700 From: "Kurt Buff" To: "FreeBSD Questions" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: sslexplorer setup - just so the archives have it... 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: Thu, 17 Apr 2008 17:17:29 -0000 Sigh. Let's try that again - fat-fingered it and sent it before it was ready. Followed the procedure found in this link: http://n3ncy.com/UNIX/FreeBSD/SSLExplorer.htm Installed Java, and it went through setup, connected to my Active directory just fine. Found a problem with that - I suspect that the app doesn't like either a very long password, or it doesn't like spaces in the password, so I shortened it to a 20 character passphrase - basically a sentence with the spaces removed from it. Then, when starting the app via /usr/local/etc/rc.d/sslexplorer got the following error: usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required by "wrapper" A quick bit of googling indicated that I needed to install compat4x. cd /usr/ports/misc/compat4x make install rehash That takes care of the problem. Kurt On Thu, Apr 17, 2008 at 10:05 AM, Kurt Buff wrote: > Setting up sslexplorer 1.0.0 RC18 on 6.3-STABLE. > > iNSTALLED > Got an error: > > usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, required > by "wrapper" >