I have never tried this with OpenSSL so I can't be certain (I just use base openssl) but as long as the libraries are already open, deleting them should be ok since the open file handle will remain valid.

Starting a new SSH connection may not work between the deinstall and install step, and apache may get upset if it happens to fork a new process in that time, but overall it should be ok,

You'll want to restart sshd and apache after the install is done so they puck up the new version.


If you are worried about getting disconnected between the 2 steps run them as a single command "make deinstall; make install" inside screen (ports/sysutils/screen) or something so it will run to completion even if you get disconnected.



Grant Peel wrote:
OK,

So I am using https, and, while doing all this, will be connected via PuTTy through ssh. Will I be disconnected ?

Deingstalling the port won't kill my connection or cause general weirdness to people using https?

-Grant

----- Original Message ----- From: "Chris St Denis" <[EMAIL PROTECTED]>
To: "Grant Peel" <[EMAIL PROTECTED]>
Cc: <freebsd-questions@freebsd.org>; "Christopher Cowart" <[EMAIL PROTECTED]>
Sent: Friday, September 12, 2008 2:46 PM
Subject: Re: Wireshark


Grant Peel wrote:
Hi CHris,


Just attempting to install the port. Something I noticed when the install crapped out was that it wanted me to use the "Force Package Register" for the OpenSSL_Overwrite_Base port.

That port was already installed, what would be the correct method to deal with this?

-Grant

----- Original Message ----- From: "Christopher Cowart" <[EMAIL PROTECTED]>
To: "Grant Peel" <[EMAIL PROTECTED]>
Cc: <freebsd-questions@freebsd.org>
Sent: Thursday, September 11, 2008 6:18 PM
Subject: Re: Wireshark


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
I've found this sometimes happens if the port is checking for a specific version of a dependancy and the version you have is older. Therefore the dependency check fails and it tries to install, but the package manager won't let it because of the existing version.

You can deinstall OpenSSL_Overwrite_Base first and it will probebly work fine.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





--
Chris St Denis
Programmer
SmarttNet (www.smartt.com)
Ph: 604-473-9700 Ext. 200
-------------------------------------------
"Smart Internet Solutions For Businesses"
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to