Date: Thu, 13 May 2004 13:06:15 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: Bruce Hunter <bhunter@solisix.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Port Install Error Message-ID: <40A3B917.6010402@daleco.biz> In-Reply-To: <40A3B2C7.70502@solisix.com> References: <40A3B2C7.70502@solisix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Hunter wrote: > I am trying to install 'Portupgrade' using the ports collection > What does this mean? and how do I solve the problem > Dependency warning: used OpenSSL version contains known vulnerabilities > Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT > Thanks, > Bruce Your OpenSSL libs need to be updated. Do it manually, by cvsup/make buildworld, etc., or install OPENSSL from an updated ports tree, or define either of the variables named in your environment (or possibly in /etc/make.conf?) and run your command again; this would allow the port in question to rebuild SSL for you as a prerequisite for building this port. Example (tcsh/csh): #setenv WITH_OPENSSL_BASE="yes" #make I don't use sh or bash much, but I believe you'd define the variable on one line (VAR="value") and then export it on the next (export VAR). Kevin Kinsey DaleCo, S.P.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A3B917.6010402>
