Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2004 14:06:16 -0400
From:      Bruce Hunter <freebsd@solisix.com>
To:        Douglas Korinke <dbkorink@eagle.fgcu.edu>, freebsd-questions@freebsd.org
Subject:   Re: Trying to install Flash... BUT
Message-ID:  <1088445976.98341.2.camel@solid.solisixoffice.com>
In-Reply-To: <20040628155928.M80962@eagle.fgcu.edu>
References:  <20040628155928.M80962@eagle.fgcu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1088445976.98341.2.camel>