Date: Mon, 22 Nov 2004 13:48:57 +0000 From: David Jenkins <david.jenkins@gmail.com> To: "J.D. Bronson" <jbronson@wixb.com> Cc: freebsd-questions@freebsd.org Subject: Re: openssl 0.9.7e - need help Message-ID: <9395922d041122054830a760e6@mail.gmail.com> In-Reply-To: <6.2.0.14.2.20041122072624.00b24a20@localhost> References: <6.2.0.14.2.20041122072624.00b24a20@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 22 Nov 2004 07:29:21 -0600, J.D. Bronson <jbronson@wixb.com> wrote: > Ok. Obviously I am an idiot and missing something here. > > All I want to do is use the OpenSSL port and have it OVERWRITE > the base files. > > It builds clean. > It passes all the tests. > > However when I try to install it, it keeps installing into its OWN > area and not overwriting my base files. > > Based on my best guess of reading the 'Makefile' I tried this: > > # make WITH_OPENSSL_PORT=yes install > > It installs, but tosses the files into: > > This port has installed the following files which may act as network > servers and may therefore pose a remote security risk to the system. > /usr/local/bin/openssl > /usr/local/lib/libcrypto.so.3 > /usr/local/lib/libssl.so.3 > > Can someone tell me what stupid thing I am missing? > I just want to finish this install..... > > thanks in advance :) Have you tried the following? (This used to work, but I havn't tried it in 6 months or so) cd /usr/ports/security/openssl make -DOPENSSL_OVERWRITE_BASE install clean Hope this helps. David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9395922d041122054830a760e6>