From owner-freebsd-questions@FreeBSD.ORG Mon Jun 28 18:06:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E5816A4CE for ; Mon, 28 Jun 2004 18:06:43 +0000 (GMT) Received: from dime54.dizinc.com (dime54.dizinc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDA543D39 for ; Mon, 28 Jun 2004 18:06:43 +0000 (GMT) (envelope-from freebsd@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1Bf0We-0003Mr-QJ; Mon, 28 Jun 2004 14:06:40 -0400 From: Bruce Hunter To: Douglas Korinke , freebsd-questions@freebsd.org In-Reply-To: <20040628155928.M80962@eagle.fgcu.edu> References: <20040628155928.M80962@eagle.fgcu.edu> Content-Type: text/plain Organization: Solisix Software Message-Id: <1088445976.98341.2.camel@solid.solisixoffice.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 28 Jun 2004 14:06:16 -0400 Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: bhunter@solisix.com,freebsd@solisix.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Trying to install Flash... BUT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:06:43 -0000 On Mon, 2004-06-28 at 12:09, Douglas Korinke wrote: > Soooo, I am on a Toshiba Satellite 2405-S221 with FBSD 4.9 running KDE 3.1.4 > and attempting to get a Flash plugin working.. > > So I goto the HowTo at KDE's site at: > http://freebsd.kde.org/howtos/konqueror-flash.php > > and follow the directions to the line.. but nothing is still going for me. > > I decide to try it again a few times and still nothing until a brilliant > stroke of genius tells me to check my KDE version.. the HowTo calls for KDE- > 3.2.3 aduhh, well I finally follow the first step and pkg_delete 3.1.4 and I > try to install 3.2.3 from the ports collection. > > The install finds all the dependencies except for kwalletbackend, then > attempts to install it when this warning comes up... > > Dependency warning: used OpenSSL version contains known vulnerabilities > Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT > *** Error Code 1 > > Stop in /usr/ports/x11/kdelibs3. > *** Error Code 1 > > Stop in /usr/ports/x11/kdebase3. > > Any ideas or suggestions? > > Thanks a lot, > Doug > > ICQ : 26096369 > AIM : itss0lidstate > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Doug Its basically saying you need OpenSSL installed before it can install KDE 3.2.3. Do this: #cd /usr/ports #make search name=openssl | more find openssl port.. then install it.. then try installing kde again. Should fix the problem. Bruce